> 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/general.md).

# General

Below is a breakdown of the settings options available for configuring your bot's general settings

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

<table><thead><tr><th width="252">Setting</th><th>Description</th></tr></thead><tbody><tr><td>Waiting Message</td><td>Enter the message to display when a user requests live chat but no agent have accepeted the live chat request as of now.</td></tr><tr><td>Unavailability Message</td><td>Message to inform users when no agents are available to attend to their queries and user have requested the live chat</td></tr><tr><td>Waiting Message Title</td><td>Set the title for the message displayed to users when the bot keeps them waiting for live chat.</td></tr><tr><td>TimeZone</td><td>Choose the time zone for the bot's operations.</td></tr><tr><td>ChatBot Status</td><td>Activate or deactivate the bot's visibility on website with a simple toggle button.</td></tr><tr><td>Send Incomplete Responses</td><td>Enable this option to receive email notifications even when the conversation is not finished and chat window has been closed or session has been expired.</td></tr><tr><td>Unavailability Message Title</td><td>Define the title for the message displayed when live chat is unavailable.</td></tr><tr><td>Chat Window Message History</td><td>Specify whether to retain the bot user's chat history permanently or for the browser session.</td></tr></tbody></table>

**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 %}

#### Note

Review all settings carefully before saving changes to ensure they align with your preferences and requirements. If you encounter any difficulties or require further assistance, feel free to contact our support team for assistance.


---

# 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/general.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.
