# Widget Settings

Widget settings will help you to manage processes that will run on the backend of your live chat.

![Widget Settings](/files/NrjiTze6rZLbbYV18rEb)

**Component Explanation:**

| Name                        | Description                                                                                                                                                                                                                                                                       |
| --------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Compatibility Mode          | Used to manage token storage, access token, and accountId in the network header url. This property default is OFF, which is these variables cannot be seen in the network header url.                                                                                             |
| Always Upload UID           | Using this property will make the UID always changes during the UID generation process. This property's default is OFF, which means the UID will not always change and will only change if the UID condition is null or empty.                                                    |
| Light Slider Settings       | <p>Adjust the settings on the display light slider with this property. The default light sliders are as follows:</p><ul><li>item : 2</li><li>autoWidth : True</li><li>loop: False</li><li>responsive: \[]</li></ul>                                                               |
| Enable Force Logout         | Default Enable Force Logout on 3Dolphins live chat is OFF. If this property is activated, every expired live chat session will be automatically logged out from the chat window.                                                                                                  |
| Remove Guest Name On Logout | To set guestName property when chat session ends or user logout of live chat. If it is ON, the guestName property will be set to undefined but, otherwise, when it's OFF the guestName property will not change and remain as previously set. The default of this feature is OFF. |


---

# 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://docs.3dolphins.ai/integration/live-chat-designer/new-design/widget-settings.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.
