> For the complete documentation index, see [llms.txt](https://help.skoobot.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.skoobot.com/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,&#x20;

1. Navigate to `Bots`&#x20;
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 SkooBot 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.

**Disable Notifications**

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

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

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>


---

# 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.skoobot.com/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.
