# Mark Conversation Open/Pending/Spam/Done/Invalid

### Mark Conversation Open <a href="#mark-conversation-open" id="mark-conversation-open"></a>

This option can be utilized when you open the conversation in any situation, Please note that by default all the conversations would be Open unless we don’t set up any function inside it.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FOPIZZVuwE8Bb95SuShGM%2Fimage.png?alt=media&#x26;token=7f101965-a7bb-4b1f-8e06-937000b81f07" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FGj2ebY8kegoPL75c8nN2%2Fimage.png?alt=media&#x26;token=8336aae8-494a-440a-b524-d3f91e47f91d" alt=""><figcaption></figcaption></figure>

### Mark Conversation Pending <a href="#mark-conversation-pending" id="mark-conversation-pending"></a>

This option will automatically set the status of the chat as Pending, A use case might be like if a Shop has three categories.

* Shipping
* Payment
* Refund

So if the user selects Refund, the bot will mark this chat status as **Pending** for emphasizing this chat information to the chat agent.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2F5Spl1YEpxGermSPEoOYx%2Fimage.png?alt=media&#x26;token=e28d4c23-25e5-4f1c-8941-e130bffa08a9" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FAtKuhaLGmoDPMGpT5pte%2Fimage.png?alt=media&#x26;token=7d6516cb-e04f-447b-9793-6f349df4e20f" alt=""><figcaption></figcaption></figure>

**Watch on the Live chat Screen:**\
Here you can see that the chat status is set to Pending status when the user selects the Refund option in the chat section.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FvIgDrNdzogaTEIVyLtgz%2Fimage.png?alt=media&#x26;token=1b3d9107-f4bd-44cf-9eee-46061f457942" alt=""><figcaption></figcaption></figure>

### Mark Conversation Spam <a href="#mark-conversation-spam" id="mark-conversation-spam"></a>

Chat can be marked spam, We need to ensure that the chatbot provides accurate and reliable information, while building bot we can mark users' chat to Spam to avoid distraction.

### Mark Conversation Done <a href="#mark-conversation-done" id="mark-conversation-done"></a>

Chat can be marked done on certain cases, What if your flow has success and the user got what he desired? You can set this in a particular action set Done. So in that way, your Chat Agent will not opt for the Done status chat.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2Fat81aCD8uAkDdysb3OXC%2Fimage.png?alt=media&#x26;token=7fed4ed0-dfb0-4190-87c6-479de7a55ffa" alt=""><figcaption></figcaption></figure>

So Let’s say Whenever the user selects the Rating option we will mark the conversation status Done.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FoI1n7m8KWESIcRlhClEK%2Fimage.png?alt=media&#x26;token=19097525-6a8e-4dd8-8eb9-c8f3e6f5e240" alt=""><figcaption></figcaption></figure>

### Mark Conversation Invalid <a href="#mark-conversation-invalid" id="mark-conversation-invalid"></a>

A conversation can be marked invalid based on certain criteria, a lead that is not fulfilling the business case of an agent/bot may marked invalid.

<figure><img src="https://2144409983-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHbDmB8MlZRo4hzrDiO0X%2Fuploads%2FO76o8AYUH7tBbN9ZNEGO%2Fimage.png?alt=media&#x26;token=d44b6bd3-894a-4599-8e35-d52c97b0b119" alt=""><figcaption></figcaption></figure>

{% hint style="danger" %}
**Note:** When a conversation is marked as invalid, the chat/contact is moved to the "Invalid" inbox. Invalid users cannot trigger the chatbot. This action is irreversible, and to remove invalid status, the contact must be manually deleted from the chatbot.
{% endhint %}


---

# 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.rapidbott.com/help-center/flow-builder/steps/mark-conversation-open-pending-spam-done-invalid.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.
