> For the complete documentation index, see [llms.txt](https://docs.botdistrikt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.botdistrikt.com/features/responses.md).

# Responses

Responses help you manage all the content your bot can ever message its users - A central CMS of all possible responses from your bot.&#x20;

* To update the **greeting** text, click on the text box or sample text.
* A popup appears on the right-hand side: [**Select response type**](https://app.gitbook.com/o/-LirATQOzKxnmLBKTs5a/s/-LirAdLo22OkAW9w3tvY/~/changes/180/overview/personality/select-response-type)**.**

<figure><img src="/files/uW018UIgBopFA5VP563N" alt=""><figcaption><p>Select Response Type</p></figcaption></figure>

* To change the **response type**, click on the dropdown.&#x20;
* The dropdown includes the types of greeting messages you can include: **text, image, action, webhook, cards, document,** and **audio.**


---

# 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:

```
GET https://docs.botdistrikt.com/features/responses.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.
