# Settings

You customize the live chat experience of your chatbot from the live chat settings page.

To customize the human handover settings goto Settings -> Human handover.

<br>

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

### Human handover <a href="#human-handover" id="human-handover"></a>

This switch will allow the system to transfer the chats to your agents. If this switch is turned off, even if you are using a 'Talk to human' action block on your flow, it will not transfer the chat to the agent.

Think of it as a master switch to enable live chat.

There are 2 configurations that you can enable:

* First, to assign chats to the 'Unassigned' tab if the human handover fails due to unavailability of the team.
* Second, assignment rules only consider those agents who have an active Portal tab on their browser.

### Operational hours <a href="#operational-hours" id="operational-hours"></a>

Choose the operational hours in which the human handover should take place. Make sure you choose the correct time zone for your account from the Settings -> Account -> Settings page.

If a chat transfer occurs beyond the operational hours, the chats will move in the failure flow.

### Conversation threshold <a href="#conversation-threshold" id="conversation-threshold"></a>

Limits the number of chats assigned to an agent. If an agent is currently handling 5 active chats, the next chat will not be assigned to him due to the number defined here.

### SLA (Service level agreement) <a href="#sla-service-level-agreement" id="sla-service-level-agreement"></a>

To ensure timely responses offered to visitors for their messages, you can enable an SLA timer.

Enabling this will immediately show the time left for the agent to respond back to the visitor's query.

Also, if the agent does not send a reply within the specified SLA time, it will be recorded in the Agent analytics page.

### Auto-close duration <a href="#auto-close-duration" id="auto-close-duration"></a>

After an inactivity period as defined here, the chat will automatically close and move to the 'Closed' view.

### Field visibility <a href="#field-visibility" id="field-visibility"></a>

Shows the number of expanded fields on the live chat page. Specifically this is for the view list, label list, and qualification details list.

### Conversation card properties <a href="#conversation-card-properties" id="conversation-card-properties"></a>

Choose the fields you would like to show to the agent on the chat list.


---

# 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.webchat.portal.sopro.io/live-chat/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.
