# Unit Management

Unit management is one of the methods for distributing tickets in 3Dolphins. The unit mechanism originally grouped agents that handled tickets using one specific channel. We enlarged this functionality to manage distribution tickets between channels. Each unit will be responsible for its own distribution of tickets. Channels in the same unit will combine their queue distribution tickets.&#x20;

Distribution management is also affected by channel accessibility. The line of business or LOB is responsible for managing channel access to units. So, when a group joins the LOB, they have access to channels that the LOB has. For further explanation about LOB, please refer to [this](/administration/user-management/line-of-business.md) page.

Only **Supervisors** and **Administrators** can access this page. Go to the **Customer Service** page and click the **Unit Management** menu, and you will see the unit management page as shown below.

<figure><img src="/files/1ZRinZXB3x7hpgdBSHOw" alt=""><figcaption><p>Unit Management</p></figcaption></figure>

We've already talked about how unit agents usually only handle specific channels. What if there is a ticket that requires escalation to another channel? Here is where transfer units can be relevant. Units assigned to unit transfer can accept tickets despite needing access or rules. When using the unit transfer system later, the pop-up transfer ticket window will display the unit transfer tab and the list of eligible units to receive tickets from that channel.

<figure><img src="/files/lBDlGJF5R78vtrEMzvma" alt=""><figcaption><p>Unit Transfer</p></figcaption></figure>


---

# 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://docs.3dolphins.ai/customer-service/unit-management.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.
