# Ticket Assignment: Setup Guide

***

## Assignment Algorithms

#### Round Robin vs Load Balancing

| Feature       | Round Robin                               | Load Balancing                       |
| ------------- | ----------------------------------------- | ------------------------------------ |
| **Pros**      | Fair workload distribution                | Balanced workload                    |
|               | Predictable assignment                    | Efficient use of agent capacity      |
|               | Simple to understand and implement        | Adapts to real-time changes          |
| **Use Cases** | Agents have similar skills                | Agents have varying workloads        |
|               | Fairness and predictability are important | Preventing agent overload is crucial |

## Managing Ticket Assignment

This centralised page allows for easier management and oversight of ticket assignment settings.

{% hint style="info" %}
Users can define assignment logics at the inbox level, providing the flexibility to tailor assignment methods to specific needs.
{% endhint %}

<figure><img src="/files/De6wGaNTxuvoMCmgKfry" alt="" width="563"><figcaption></figcaption></figure>

***

## Defining the Assignment Logic

{% stepper %}
{% step %}
Navigate to the settings section in the CRM.
{% endstep %}

{% step %}
Open "Ticket Assignment."
{% endstep %}

{% step %}
Here you will find the option to define the assignment process (Automatic vs. Manual) for each inbox.
{% endstep %}

{% step %}
Under Automatic Assignment logic, the user can choose the algorithm as per their use case: Round Robin or Load Balancing.
{% endstep %}

{% step %}
Finally, the user also has the option to define whether automatic assignment should take place only when agents are online or even if they are offline.
{% endstep %}
{% endstepper %}

Refer to the following link for video demo:

{% embed url="<https://limechat.clueso.io/guide/managing-ticket-assignment>" %}

***


---

# 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://limechatai.gitbook.io/limechat-product-guide/helpdesk/settings/ticket-assignment-setup-guide.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.
