# Custom Prompts

{% hint style="info" %}
Custom prompts can actively intervene in the generation of questions, answers, and domain labels.
{% endhint %}

For example, in the custom prompts below, we:

* Use custom global prompts to require the use of English
* Use custom question generation prompts to require questions to be concise
* Use custom answer generation prompts to require answers to be humorous and witty

<figure><img src="/files/87gbgEonnGbNZIOj76B6" alt=""><figcaption></figcaption></figure>

The final effect after intervention:

<figure><img src="/files/WZel2gqSqKNYQgl8ByDQ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.easy-dataset.com/ed/en/advanced/markdown.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
