> For the complete documentation index, see [llms.txt](https://help.windmillsoft.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.windmillsoft.kr/en/simplychat/installation-and-basic-setup-guide/salesforce-settings/omni-channel.md).

# Omni-Channel

## Activating the omnichannel

{% hint style="warning" %}
If omnichannel is already active, skip this step and go straight to the flow.
{% endhint %}

* ![](/files/6mZ7dieUAXqYfDAYMT9E) > \[Setup] > Quick Find > \[Omni-Channel Settings] > \[Enable Omni-Channel] > \[Save]

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

## Omni channel Settings Categories

<table><thead><tr><th width="232">Category</th><th width="418.33333333333326">Description</th><th data-type="checkbox">Essential</th></tr></thead><tbody><tr><td>Enable Omni-Channel</td><td>Select whether to activate the omnichannel.</td><td>true</td></tr><tr><td>Enable Skills-Based and Direct-to-Agent Routing</td><td>Select to route tasks to users with specific skills.</td><td>false</td></tr><tr><td>Enable Secondary Routing Priority</td><td>Select whether to apply the secondary routing priority set to the service channel.</td><td>false</td></tr><tr><td>Enable Status-Based Capacity Model</td><td>Determines the user's capacity based on the status of the job. When selected, the task remains assigned to that user until it is complete or reassigned to another user, and applies to that user's capacity.</td><td>false</td></tr><tr><td>Display a login confirmation upon loading a console with Omni-Channel</td><td>When selected, a pop-up window will be displayed on the screen to confirm whether you want to keep the omnichannel login so that you do not end the conversation in progress.</td><td>false</td></tr></tbody></table>


---

# 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.windmillsoft.kr/en/simplychat/installation-and-basic-setup-guide/salesforce-settings/omni-channel.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.
