> 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/service-channels.md).

# Service Channels

## Creating a Service Channel

* ![](/files/6mZ7dieUAXqYfDAYMT9E) > \[Setup] >Quick Find > \[Service Channels] > \[New]

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

* Enter each items value > \[Save]

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

## Service Channel Items

<table><thead><tr><th width="280">Item</th><th width="370.3333333333333">Description</th><th data-type="checkbox">Essential</th></tr></thead><tbody><tr><td>Service Channel Name</td><td><p>Name of the service channel.</p><p>Enter  'SimplyChat'</p></td><td>true</td></tr><tr><td>Developer Name</td><td><p>The API name of the service channel.</p><p> If you enter the Service Channel Name, it is automatically entered and 'SimplyChat'.</p></td><td>true</td></tr><tr><td>Salesforce Object</td><td><p>Set the object to switch to the task. </p><p>Select 'Chat Session'.</p></td><td>true</td></tr><tr><td>Custom Console Footer Component</td><td>Sets the components that will be displayed on the screen when the user accepts the action.</td><td>false</td></tr><tr><td>Minimize the Omni-Channel widget when work is accepted</td><td>When the user accepts the action, the omnichannel widget is automatically minimized.</td><td>false</td></tr><tr><td>Automatically accept work requests</td><td>It is assigned automatically without the need for the user to accept the task manually.</td><td>false</td></tr><tr><td>Override agent's audio settings</td><td>Select the notification tone that is output when the job is routed to the user.</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/service-channels.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.
