# Round Robin assignment

## What is Round Robin ticket assignment?

Round Robin ticket assignment ensures tickets are evenly distributed among team members in a rotating order. For instance, with a team of 3 agents, Jessie, Larry, and Mary, the first ticket is assigned to Jessie, the second to Larry, and the third to Mary. The fourth ticket cycles back to Jessie, and so forth.

{% hint style="info" %}
Round Robin assignment is available in Keeping's **Advanced** and **Enterprise** plans.
{% endhint %}

## Creating a Round Robin Workflow

Round Robin assignments are created inside Keeping's automation system, called Workflows.&#x20;

{% content-ref url="/pages/yNjAlvodmqyV5l9nvetY" %}
[What are Workflows?](/help/workflows/what-are-workflows.md)
{% endcontent-ref %}

### Set the conditions when the Round Robin workflow should run

To set up a Round Robin workflow, start by creating a new workflow. Specify the conditions for when a ticket should be assigned via Round Robin. Typically, you would set up a workflow that triggers when the **initial email is received** and runs **on every email**.

<figure><img src="/files/6LMoXmdul8NAvtG0YhUH" alt=""><figcaption><p>Creating a Round Robin assignment</p></figcaption></figure>

### Set Round Robin assign as the action

Select **Round Robin assign** as the action, and specify the agents to be excluded from the Round Robin pool.  Any agents you add to the **All agents except field** will be skipped when the Workflow runs.

<figure><img src="/files/BqFQyJzJ4yo53m9lf4Dy" alt=""><figcaption><p>Set Round Robin assign as the action</p></figcaption></figure>

### Review the Workflow and activate it

Review your workflow and click **Activate** to initiate it.

<figure><img src="/files/ufdxHVTwqQ4i3LFvKG94" alt=""><figcaption><p>Review Round Robin Assign Workflow</p></figcaption></figure>

### Things to know about Round Robin assignment

Round Robin assign will only run on **unassigned** tickets. If an agent is already assigned to a ticket, the Workflow will not reassign it (or add an additional assignment) to the next agent in the Round Robin pool.

Agents in the Round Robin pool are ordered by how long they have been in the organization, from oldest to newest.

If an agent joins an organization after a Round Robin assignment has been created, they will be automatically added to the pool (unless they are explicitly excluded).


---

# 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.keeping.com/help/workflows/round-robin-assignment.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.
