# Round Robin Assignment

**Round Robin Assignment and Message Handling**

**Round Robin Assignment:**

**Sequential Distribution:** Tasks or messages are assigned in a rotating sequence among team members entered in team mates field to ensure an equitable distribution of workload.

**Handling Team Member Availability:**

* **All Team Members Away:**
  * **Unassigned Messages:** If all team members are marked as away, incoming messages are categorized as "Unassigned Messages".
  * **Filtering:** These unassigned messages are filtered into a specific category or view for follow-up or reassignment.
* **One Team Member Away:**
  * **Message Reassignment:** If a team member is away, messages assigned to them are checked for replies.
  * **Reassigning to Available Members:** If the team member is unable to respond, the message is reassigned to the next available team member in the round robin sequence.
* **Handling Multiple Unavailable Members:**
  * **Sequential Reassignment:** If the initially assigned team member and the subsequent reassignee are away, the message continues to be reassigned to the next available member until it's successfully handled.

If you're looking to implement specific features like automatic reassignment based on round robin assignment in Ownchat or have further questions on how to set this up, feel free to ask for detailed guidance!


---

# 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.ownchat.app/settings/general/teams/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.
