> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chatling.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding Quick Replies to AI Agents

Quick replies are buttons displayed above the input field that allow users to ask common questions without typing.

<img src="https://chatling-assets.b-cdn.net/quick-reply-demo.gif" alt="Quick Replies demo" width="300" />

<Note>This guide is for adding quick replies to AI Agents. For AI Chatbots, refer to [this guide](/chatbot/builder/block-options/quick-replies)</Note>

## How to add quick replies to your AI Agent

1. Go to the `Deploy` page of your AI agent.

<img src="https://chatling-assets.b-cdn.net/deploy-ai-agent.jpg" width="400" alt="Open Deploy page" />

2. Under the `Website Widget` option, click the brush icon to open the widget editor.

<img src="https://chatling-assets.b-cdn.net/open-website-widget-customization-1.jpg" width="400" alt="Open website widget customization" />

3. Click `Texts` from the sidebar and go to the `Quick Replies` section.

<img src="https://chatling-assets.b-cdn.net/configure-quick-replies-ai-agent.jpg" width="400" alt="Quick replies configuration" />

4. Click the `Add` button to add a new quick reply. Each quick reply will have a label and a message. The label will be displayed on the button and the message will be sent when the user clicks on the button.

<Note>Label is optional, but recommended to keep the button short and descriptive.</Note>

<img src="https://chatling-assets.b-cdn.net/quick-reply-label-message-configuration-ai-agent.jpg" width="400" alt="Add and configure a quick reply" />

5. You can also add translations for the quick replies, which will be displayed automatically based on the user's language.

6. The `Auto-hide quick replies` option allows you to automatically hide the quick replies after a certain number of messages are sent by the user. This is useful to prevent the quick replies from being displayed at all times.

<img src="https://chatling-assets.b-cdn.net/auto-hide-quick-replies-configuration.jpg" width="400" alt="Auto-hide settings for quick replies" />

7. Once you are done, click the `Save` button to save the changes.
