# Conversation Status

## Status Types

Within the Live Agent Engine, your conversations can be toggled into the following statuses:

{% tabs %}
{% tab title="Open" %}

<figure><img src="/files/z4cFGMuyUSgSkRSnHRM2" alt=""><figcaption><p>The 'Resolve' Button Indicates That This Conversation is Open</p></figcaption></figure>

This is the default status for all conversations within your chat. Open conversations include:

* Escalated conversations where a user is speaking to an agent and has yet to be resolved
* Chat conversation where the user is speaking with the virtual assistant
  {% endtab %}

{% tab title="Resolved" %}

<figure><img src="/files/pk8Chw49n6CM2weKDsCF" alt=""><figcaption><p>The 'Reopen' Button Indicates That This Conversation Has Been Resolved</p></figcaption></figure>

This status type is assigned when an escalated conversation has been resolved by the agent. After clicking 'Resolve', the conversation will be transferred back to the virtual assistant so that an end user can continue to ask questions.&#x20;

Don't be alarmed if you see a resolved conversation status revert to "Open". This means the end user is engaging with your virtual assistant again. If the user requires another escalation in the same conversation, you will get notified.
{% endtab %}

{% tab title="Snoozed" %}

<figure><img src="/files/l7NVFRLxqiwCV341g11Q" alt=""><figcaption><p>Under the User's Name, the Snooze Status Will Be Noted</p></figcaption></figure>

If an agent is waiting for a user to respond, you can 'snooze' a conversation to remove it from your primary queue or 'Mine' area if your dashboard is toggled to only show 'open' conversations. This status is helpful to only see open conversations without marking an incomplete chat as 'resolved'. Agents can snooze conversations for the following options:

* Until Next Reply
* An Hour From Now
* Until Tomorrow
* Until Next Week
* Until Next Month
* Custom

We recommend snoozing a conversation no longer than an hour from now. Past that, most users have left the chat and the conversation should be marked as 'resolved' by the agent.&#x20;
{% endtab %}
{% endtabs %}

## Update the Status[​](https://www.chatwoot.com/docs/user-guide/conversation-workflow#workflow) <a href="#workflow" id="workflow"></a>

<figure><img src="/files/BsRizjniycwLupIzGiVV" alt=""><figcaption><p>How to Update the Conversation Status</p></figcaption></figure>

An agent can choose the appropriate conversation status in the Live Agent Engine dashboard.

1. Select the conversation you'd like to adjust
2. Once selected, look for the green 'Resolve' button in the top right corner
3. Depending on the conversation's current status, you will have the option to:
   * Resolve: Click the green button
   * Reopen: Click the yellow button
   * Snooze: In the same button, hit the down arrow and select 'Snooze'

{% hint style="info" %}
Looking to filter conversations based on their status? Check out how here: [Dashboard Overview](/resource-center/live-agent-engine/agent-overview/dashboard-overview.md#filter-and-sort-conversations)
{% endhint %}

### Updating Conversation Status in Bulk

Agents have the capability of updating conversation statuses in bulk. To do so:

1. Hover over a conversation’s blue icon icon and select the box that appears.&#x20;
2. You can individually select additional conversations or select the box with the “-” in it at the top of the list to select all conversation in view (25).&#x20;
3. To select more than 25 conversations at a time, scroll down to the bottom of the list of conversations and click on “load more conversations”. Reselect the box with the “-” symbol to add the next 25 conversations.&#x20;
4. Select the action you'd like to perform: Assign a label, change the conversation status, or assign the conversation.

<div data-full-width="true"><figure><img src="/files/tOec1iiZGApsuQYcTYNN" alt=""><figcaption><p>How to Update Multiple Conversations' Statuses, Labels, Assignments At Once</p></figcaption></figure></div>

## FAQs

<details>

<summary>Do I need to 'resolve' a conversation that a user had with the virtual assistant?</summary>

No! We recommend that those conversations remain marked 'Open'.

</details>


---

# 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.satisfilabs.com/resource-center/live-agent-engine/agent-overview/conversation-status.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.
