> For the complete documentation index, see [llms.txt](https://guide.tiledesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.tiledesk.com/manage-your-workspace/setting-up-chat-routing.md).

# Setting up Chat Routing

The routing default rules are enabled once the project has been created (Note: The default routings rules will be ignored if at least one [department](/ai-chatbots-and-automation/actions-explained/change-department.md) exists).

You can setting up routing rules by clicking **Settings** **>** **Routing & Depts** in the left panel of the dashboard. To edit your default department, click on the ✏️.

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

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

#### **Routing rules** <a href="#routing-rules" id="routing-rules"></a>

**Bot**

Select a bot that responds to visitor requests prior to the agent’s engagement, or by selecting the “bot only” option. With this option the bot will never forword the request to the agent.

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

The agents commitment options are:

**Assigned**

Assigned chats help maintain an even workload distribution, especially for larger teams. Chats are evenly automatically assigned amongst all agents or only to those of a group.

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

**Pooled**

Pooled chats give agents more autonomy, allowing them to work at their own pace. With the “Pooled” option, requests are not directly assigned but are listed in the **Unassigned conversations** list under the **Conversations** page of the dashboard. Depending on the option chosen, the requests will be displayed by all the agents or by the selected group.

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

For any feedback or issue, feel free to pop in on our[ Discord channel](https://discord.gg/nERZEZ7SmG) 📣

For more info on who we are, what we do, or what is our shtick, visit[ Tiledesk.com](https://tiledesk.com/) 👩‍🚀


---

# 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://guide.tiledesk.com/manage-your-workspace/setting-up-chat-routing.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.
