> For the complete documentation index, see [llms.txt](https://endash-guidance-docs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://endash-guidance-docs.gitbook.io/docs/dashboard/widget-types/ai-text-note.md).

# AI Text note

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

* First, click on any "+ Add widget" button to add a widget.

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

* Click on the arrow icon then click the Text note option.

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

* You can start to begin to type or adding content in the Widget before adding it to the Dashboard.
* Click on the Add widget button to proceed.

<figure><img src="/files/aic5le6b0jRIxRdIL70O" alt="" width="413"><figcaption></figcaption></figure>

* By typing the "/" keyboard, a list of options will pop up for you to write the content that fits your needs.

<figure><img src="/files/MOEpBK9vNsHFt5Ho4ugr" alt="" width="381"><figcaption></figcaption></figure>

* Scroll down to see more options.

{% hint style="info" %}
Maximum size of upload image is 2 MB.
{% endhint %}

<figure><img src="/files/bQawE45uo8o900FtQrea" alt="" width="563"><figcaption></figcaption></figure>

* You can use the AI to generate the content that you want.

<figure><img src="/files/OXA6SHX6B2MY8nZqFJav" alt="" width="563"><figcaption></figcaption></figure>

* Highlight the typed text to further modify it with the available options.

***

{% hint style="info" %}
The Note type widget will auto-save your input.
{% endhint %}


---

# 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://endash-guidance-docs.gitbook.io/docs/dashboard/widget-types/ai-text-note.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.
