# Chat Prompts

Chat Prompts help you create quick message shortcuts for your chatbot. This allows visitors to understand commonly asked questions and interact with the chatbot quickly.&#x20;

Once chat prompts are set, the visitors will see the following buttons to start interacting with the chatbot.&#x20;

<div align="center" data-full-width="false"><figure><img src="/files/MKfClbagst0Ku5GKMNVG" alt="Chat Prompts for Bodt" width="375"><figcaption><p>Chat Prompt for Bodt</p></figcaption></figure></div>

### Add Chat Prompt

To add a chat prompt for a chat widget, click on Widget -> \<Widget Name> you would like to add chat prompts. Click on the "Add Prompt" button and configure a prompt display text and the actual message sent to Bodt. Click on "Save" to save the settings for your prompts.&#x20;

You can add up to five chat prompts to be shown to your visitors.&#x20;

### Delete Chat Prompt

To delete a chat prompt, simply click on the "Remove" link against each chat prompt and save the widget.&#x20;

### Tutorial

{% embed url="<https://youtu.be/v1yRtBCvcuI>" %}


---

# 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.bodt.io/chat-widget/chat-prompts.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.
