> 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/frequently-asked-questions-faqs/bot-settings-faqs.md).

# Bot Settings FAQs

<details>

<summary><strong>How to change the bot's position on the website?</strong></summary>

After you log in,

1. Navigate to `Bots`
2. Select the Bot you want to configure
3. Select the `Bot Settings` Tab
4. Click On The `Design` Tab. Here you can customize the position of your chatbot on your website as well as on mobile devices.

</details>

<details>

<summary>How to disable Desktop Notifications?</summary>

After you log in to the Reekolect App, Navigate to the `Bot Setting` under the bot's menu.\
1\. Go to the Bot Settings and open `Alerts` the tab.\
2\. Check if you have subscribed to the desktop notifications or not?\
3\. If yes, You will see the below confirmation.

<img src="https://github.com/aiekochat/GitBook-Sync/blob/aman-help-changes/.gitbook/assets/image%20(37).png" alt="" data-size="original">

**Disable Notifications**

A. Open your website settings by clicking on the lock icon on the top left, as shown below

<img src="https://github.com/aiekochat/GitBook-Sync/blob/aman-help-changes/.gitbook/assets/image%20(38).png" alt="" data-size="original">

B. Click on the button to open the settings; once you click on it, You will see the option to disable notifications.

<img src="https://github.com/aiekochat/GitBook-Sync/blob/aman-help-changes/.gitbook/assets/image%20(59).png" alt="" data-size="original">

C. Disable the notifications, and you are done! You will not receive any notifications now.

<mark style="color:green;">**Please Note:**</mark>

This action will not disable the Live chat request Notifications.

</details>

<details>

<summary>How can we change the messaging shown when the customers click to "talk to live agent"</summary>

**Changing Live chat button Text**

To change the text for transferring chat to live agent, Follow the below steps.

1. Navigate to Bot's Setting for "Chat Window" under "Website Chatbot Settings".
2. Select the "Display name for Transferring to Live/Agent chat" and Edit the field as per the text you want\
   \\

   <figure><img src="https://github.com/aiekochat/GitBook-Sync/blob/aman-help-changes/.gitbook/assets/Change%20Text%20for%20Live%20chat.png" alt=""><figcaption><p>Change text for live chat</p></figcaption></figure>

Once you are done, Your new text will appear like this.

<img src="https://github.com/aiekochat/GitBook-Sync/blob/aman-help-changes/.gitbook/assets/Sample%20Text%20Change.png" alt="" data-size="original">

**Changing the Waiting Message**

If you want to change the waiting message ( Usual reply time: 2 to 3 Minutes ), You can change the same from the

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://help.reekolect.ai/reekolect-resource-center/frequently-asked-questions-faqs/bot-settings-faqs.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
