# Group Ticket Distribution

This feature allows you to manage distribution tickets between groups. If you set group ticket distribution to ‘true’, tickets distribution will be viewed based on the least number of tickets among the groups. If there are groups with the same number of tickets, tickets distribution will be prioritized to the group that has the longest closed ticket.&#x20;

![Group Ticket Distribution: True](/files/YjXQhEezcAAee9cZwz4V)

So, that the distribution of ticket systems between groups can be distributed evenly and Agents on groups always have their optimal load. For example :

1. If group A has one ticket, group B has two tickets. Then, when there is a new incoming ticket, the ticket will be incoming to group A because group A has the fewest tickets.
2. If group A and Group B both have three tickets being handled however group A last closed the ticket two minutes ago and group B last closed the ticket five minutes ago. So, when there is a new incoming ticket, the ticket will go to group B. Because group B last closed the ticket five minutes ago.


---

# 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/administration/system-setting/ticket-configuration/group-ticket-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.
