> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/bot-settings/website-bot-settings/chat-window.md).

# Chat Window

## Chat Menu Settings

Customize the chat menu settings to enhance user engagement and control chat transfer options:

<figure><img src="https://github.com/airayzing/helpdocs/blob/develop/.gitbook/assets/Bot%20-24%20(1).png" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="323">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Allow Visitors to Transfer Chat to WhatsApp</td><td>Enable visitors to transfer the chat conversation to WhatsApp.</td></tr><tr><td>Allow Visitors to Refresh Chat</td><td>Allow users to refresh the chat from start</td></tr><tr><td>Hide Transfer to WhatsApp Button</td><td>Conceal the button that facilitates transferring the chat to WhatsApp.</td></tr><tr><td>Display Name for Transferring Chat to WhatsApp</td><td>Set a custom name for the button that transfers the chat to WhatsApp.</td></tr><tr><td>Display Name for Transferring to Live/Agent Chat</td><td>Customize how the option to transfer to live chat is displayed.</td></tr><tr><td>Display Name for Transferring Chat to Bot</td><td>Define the button name for transferring the chat back to the bot.</td></tr><tr><td>Live Chat Message Secondary Color</td><td>Customize the secondary color of text when connected to a live agent.</td></tr><tr><td>Allow Visitors to Transfer Chat to Bot</td><td>Enable visitors to transfer the chat back to the bot.</td></tr><tr><td>Allow Visitors to Request for Live Chat</td><td>Permit users to request live chat assistance from the bot.</td></tr><tr><td>Hide Refresh Chat Button</td><td>Conceal the button for refreshing the chat interface.</td></tr><tr><td>Indicative Text for Customer's Reply</td><td>Provide instructions or prompts for visitors to reply in the chat.</td></tr><tr><td>Display Name for Restarting Chatbot Conversation</td><td>Define the button name for restarting the chat conversation.</td></tr></tbody></table>

#### Note

These settings allow you to control various aspects of chat interaction, including chat transfer options, message appearance, and user engagement features.

**Saving Changes**

Once you have configured all the settings according to your requirements, click the "Save Changes" button to apply the changes. The bot will update its setting after some time ones cache is removed.

{% hint style="info" %}
Use `Invalidate Cache` option to make changes live right away.
{% 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:

```
GET https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/bot-management/bot-settings/website-bot-settings/chat-window.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.
