# Note

This block lets you write a simple note inside of your command or event builder that does not trigger any actions. Allows you to save information such as guides on how to setup the command.

{% hint style="info" %}
The Note action block does not modify the behaviour of your command / event.
{% endhint %}

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

## Title

The title for your note, this text will appear on the top of your note. A maximum of 100 characters is allowed in this field.

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

## Description

The description for your note, a maximum of 2000 characters is allowed inside of this field.

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

## Note Color

The color for your note's title and outline. You may select an option by clicking one of the circles.

<figure><img src="/files/G96kBGRv06Yv88MNAYPV" 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://documentation.botghost.com/custom-commands-and-events/actions/other-actions/note.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.
