# Assignment Strategy: Unassign Agents after Conversations Closed

The platform by default keeps Contacts assigned to the same user or agent after a conversation is closed. While some companies may prefer maintaining continuity and build rapport with customers by keeping the same agent assigned, choosing to unassign after conversation is closed do have its own benefits and it can easily be implemented using Workflows.

### Benefits of Unassigning Agents after Conversations Closed <a href="#benefits_of_unassigning_agents_after_conversations_closed" id="benefits_of_unassigning_agents_after_conversations_closed"></a>

Unassign agents after conversation closed to:

* ensure that Contacts are never left unattended when the agent initially assigned is temporarily unavailable by promptly assigning them to other available agents.
* allow flexibility in redistributing workload among agents based on expertise or availability to achieve a more balanced workload.

### Workflow Setup <a href="#workflow_setup" id="workflow_setup"></a>

In the **Workflows** module, click **+ Add Workflow** > Click **Assignment: Unassign After Conversation Closes** > Click **Use Template**.

The Workflow template is set up with a [Trigger](https://help.respond.io/workflows/workflow-triggers) and [Assign To](https://help.respond.io/workflows/workflow-steps#step_assign_to) step.

<figure><img src="https://files.helpdocs.io/9e3syfbzn8/articles/ixz4ry2oda/1687418526366/assignment-strategy-2.png" alt="Assignment: Unassign After Conversation Closes Workflow Template"><figcaption></figcaption></figure>

With this, the Contact will be unassigned from the assignee every time a conversation is closed.


---

# 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.is-messenger.com/ismessenger/handling-inbound-conversations/assignment-strategy-unassign-agents-after-conversations-closed.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.
