> For the complete documentation index, see [llms.txt](https://help.reekolect.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/inbox/managing-contacts-chats-and-conversation.md).

# Managing Contacts, Chats & Conversation

This guide will assist you in efficiently managing your messages, orders, and contacts within the Reekolect application.

### **Accessing the Inbox**

1. Navigate to the Reekolect application.
2. Locate the side panel.
3. Click on the "Inbox" option to open the inbox panel.

### **Inbox Tabs**

Once you're in the inbox panel, you'll find several tabs to help you manage your messages, orders, and contacts:

1. **Chats:** View and manage all your conversations with users.
2. **Orders:** Access and manage orders generated through WhatsApp bots.
3. **Contacts:** Organize chats with shared contact details.
4. **Groups:** Create groups of contacts based on filters for campaign purposes.

### **Managing Chats**

1. Open the "Chats" tab.
2. Click on the desired chat or use the search function to find specific chats.
3. The chat interface is divided into three parts:
   * Left Panel: Lists all chats.
   * Center Panel: Displays conversation with users. Manage chats from this panel.
   * Right Panel: Shows visitor profiles.
4. Actions you can perform:
   * Filter chats as needed.
   * Search for specific chats.
   * Assign tags to categorize chats.
   * Assign chats to other users.
   * Transfer chats.
   * Download chat transcripts.
   * Initiate calls.
   * Manage chat status.
   * Add notes.
   * Send quick replies.
5. Perform bulk operations such as downloading chat data, bulk deletion, bulk closing of chats, bulk assignment of users, and bulk assignment of tags from the main chats tab.

### **Managing Contacts**

* Contacts are chats with shared contact details or those marked based on chatflow settings.\
  \\

  <figure><img src="/files/rT6WXRFH97ESnAnukiKc" alt=""><figcaption></figcaption></figure>
* Management of contacts is similar to managing chats.

### **Managing Orders**

1. Open the "Orders" tab under the inbox section.\
   \\

   <figure><img src="/files/f37XVcLMUtmlrSvEQsTE" alt=""><figcaption></figcaption></figure>
2. Here you'll find all orders generated by customers via WhatsApp bots.
3. Click on an order to view its full details.

That's it! You're now equipped to efficiently manage your messages, orders, and contacts using the Reekolect Inbox. Should you have any further questions or require assistance, feel free to contact our support team.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.reekolect.ai/reekolect-resource-center/how-reekolect-works/inbox/managing-contacts-chats-and-conversation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
