> For the complete documentation index, see [llms.txt](https://docs.satisfilabs.com/resource-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.satisfilabs.com/resource-center/live-agent-engine/admin-overview/additional-system-controls.md).

# Additional System Controls

Company administrators should be aware of the following Live Agent Engine system controls:

### Enable Live Escalation Switch

Before the chat takes action on an escalation request, the system looks at the following three factors: **On/Off Switch, Escalation Schedule,** and **Agent Availability**.&#x20;

Administrators can manually turn the Live Agent Engine on/off for their company at any time, regardless of the predesignated business schedule or agent availability, using the Enable Live Escalation Switch, found in the Bridge tab.

<div data-full-width="true"><figure><img src="/files/gjPzVO4enJ3iTjneH1ii" alt=""><figcaption><p>On/Off Switch For Live Agent Engine</p></figcaption></figure></div>

### Automatically Set Agents Offline

You can enable the system to automatically mark agents offline at a specific time each day. This ensures that your agent's availability status doesn't carry over to the following day. For example:

* Agent A forgets to mark themselves offline upon leaving their shift. The next day, Agent A is out sick. If this toggle is not enabled, the agent would still be listed online and be assigned escalated conversations.
* If Company B's live escalation hours are 24/7, agents could be marked offline during shift changes to ensure that only incoming agents are marked active.&#x20;

### Set Agents Online Upon Login

To help streamline the setup process for agents each day, you can enable the system to mark agents "Online" upon logging into the Satisfi Labs dashboard.&#x20;

<div data-full-width="true"><figure><img src="/files/cLPVnqNBwdb0fEF0z3BN" alt=""><figcaption><p>Automating Status Adjustments Upon Login &#x26; Marking Agents Offline At Specific Times Each Day</p></figcaption></figure></div>


---

# 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://docs.satisfilabs.com/resource-center/live-agent-engine/admin-overview/additional-system-controls.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.
