# 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: 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.skoobot.com/frequently-asked-questions-faqs/bot-settings-faqs.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.
