# Teams & Distribution

### **Teams**

Teams define how tickets are grouped and routed.\
Each workspace can contain multiple teams (e.g., *Support*, *Billing*, *Sales*), each linked to different communication channels or Agents.

Administrators can:

* Create new teams.
* Assign members from the workspace.
* Define permissions (viewer, responder, admin).
* Manage team capacity and metrics.

***

### **Round Robin**

Tickets are distributed automatically through the **Round Robin** system, which uses weighted percentages to balance workload between attendants.

| Member | Weight | Expected Distribution            |
| ------ | ------ | -------------------------------- |
| Alice  | 50%    | Receives half of all new tickets |
| Bob    | 25%    | Receives one quarter             |
| Carol  | 25%    | Receives one quarter             |

> This method guarantees fairness, continuity, and optimized team utilization.\
> Distribution pauses automatically if a member is marked as *Unavailable*.

***

### **Status & Responsibility**

Every ticket must have one **Responsible Attendant**.\
Responsibility can be manually reassigned through the right-hand ticket panel.

When reassigned:

* Ownership is updated instantly.
* The user’s experience remains uninterrupted.
* All previous messages remain visible in history.

This feature supports escalation workflows, shift transitions, and tiered support models.


---

# 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.zaia.app/inbox/human-support/teams-and-distribution.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.
