> For the complete documentation index, see [llms.txt](https://help.draftme.ai/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.draftme.ai/help/draftme-ai/creating-your-own-instructions.md).

# Creating your own instructions

Draftme AI has a bunch of ready commands that you can use right away.

If you wish to give your own individual assignment to AI to work on the text, the instruction window will help you do this.

## Creating your instruction step-by-step

<figure><img src="/files/9ga8wAYUJW6RLwKbTUbZ" alt=""><figcaption><p>Creating your command</p></figcaption></figure>

1. Select the part of text you wish to work on
2. Place the cursor in the instruction field, then describe what you want AI to do with the text
3. Change the default language if you wish AI to respond in a different language
4. If your task is thoughtful and complicated, turn GPT-4 on (<mark style="background-color:purple;">available on Business and Enterprise plans</mark>)
5. When you're ready to send your instruction, hit 'Enter'&#x20;

{% hint style="info" %}
If the selected text is too long, Draftme AI will notify you.

You can send approximately 10-20 pages with GPT-3.5, and up to 10 pages with GPT-4 depending on the size of the text and the expected length of response.&#x20;
{% endhint %}

## Working with the response

<figure><img src="/files/ajN2edpwtcQfu04QTm7g" alt=""><figcaption><p>After your received your response</p></figcaption></figure>

1. The part of text stays selected in case you would like to resubmit your request to the same part of text.
2. Your initial instruction remains in the window in case you wish to edit it. If needed, your can simply edit the instruction and submit again.\
   This can be helpful in cases when AI did not quite catch the initial instruction or you wish to achieve better results.
3. Click insert if you'd like to paste the reponse in the text. The inserted text will replace the selected text.\
   Alternatively, you can place the cursor where you wish to paste the reponse. The text will be added to the place of the cursor without replacing the initial text.
4. To repeat the same request again, click the repeat icon. \
   To copy the response, click the copy icon.\
   To delete the response, click the trash icon.
5. To delete several blocks of responses in case you've generated many, click the general trash icon.&#x20;

## Demo

For example, we would like to rewrite the signature block to fill it with the data from the document. Let's see how it works:

{% embed url="<https://app.supademo.com/demo/4_Gnm-X78aUQZMCc3pbmd>" fullWidth="true" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.draftme.ai/help/draftme-ai/creating-your-own-instructions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
