# Message Page Overview

The Message Page allows you to manage conversations efficiently. It features an inbox to view messages, a conversation panel to interact with contacts, and tools to organize and respond to messages.

## Conversation List (Left Panel)

1. **Conversation Status Filter**: Use the "All" dropdown to filter messages by status, such as "Unassigned", "Assigned", or "Resolved".

<figure><img src="/files/Mg4yWn9Hb4LeHErHZU7C" alt="" width="188"><figcaption><p><strong>Conversation Status Filter</strong></p></figcaption></figure>

2. **Filter**: Click the "Filter" icon to filter messages by criteria like unread status, handling status, assigned to you, agent name, team name, or label.

<figure><img src="/files/6FpabB7j6RYLNIWGfSo9" alt="" width="563"><figcaption></figcaption></figure>

3. **Start a New Chat**: Click the "+" icon to initiate a new conversation.
4. **Channel Filter**: Select which channels to display in the conversation list.

<figure><img src="/files/Zp1I59GD16C4HX11pVer" alt="" width="188"><figcaption><p><strong>Channel Filter</strong></p></figcaption></figure>

5. **Label Toggle**: Switch between displaying the conversation list with or without labels.

<figure><img src="/files/6duzwHSrSr9a6j4Va4Ft" alt="" width="188"><figcaption><p><strong>Label Toggle</strong></p></figcaption></figure>

6. **Select Messages**: Check the boxes next to conversations to select multiple messages for bulk actions.
7. **Action Dropdown**: Select multiple conversations to assign them to an agent/team or export the selected conversations.

<figure><img src="/files/rcDGE5VvvV8UvWRRZmTh" alt="" width="563"><figcaption><p><strong>Action Dropdown</strong></p></figcaption></figure>

8. **Message Searching**: Enter keywords or a phone number to search for contacts, conversations, or message content.

<figure><img src="/files/Khe7KBoyJI15ZDj1N3ws" alt="" width="188"><figcaption></figcaption></figure>

9. **Mark conversations as unread/read**: You can now mark conversations as read or unread from the conversation list, helping you easily track which messages require follow-up.

<figure><img src="/files/eRIN5AdLlfH9UkuOxY5h" alt="" width="375"><figcaption></figcaption></figure>

## Conversation View (Center Panel)

1. **Conversation Status:** Click to change the status to "Unassign" "Mark as Resolved" or assign it to an agent/team.

<figure><img src="/files/ps9WfLMEeejw6wn0G7iJ" alt="" width="375"><figcaption><p><strong>Conversation Status</strong></p></figcaption></figure>

2. **Bot Toggle**:&#x20;
   1. **Bot Enabled**: The bot is ready to respond when its trigger conditions are met. This conversation is not currently in a bot flow.
   2. **Bot is handling**: This conversation is currently being processed by a bot flow. Replying to the customer will automatically take over the conversation.
   3. **Bot disabled**: The bot is turned off and will not respond to messages in this conversation.

      <figure><img src="/files/E8MakLpFMduYpHW7MXqU" alt="" width="254"><figcaption><p><strong>Bot Toggle</strong></p></figcaption></figure>

3. **Message Actions and emoji reaction:** When you hover on a message, you'll find a "…" and an emoji icon. Click "…" to copy, reply to, or translate the message, and to check message info. Click the emoji icon to select an emoji and react to the message.

<figure><img src="/files/RD5qYTHbLnsses25kA4P" alt="" width="375"><figcaption><p><strong>Message Actions and emoji reaction</strong></p></figcaption></figure>

4. **Private Note**: Switch to the "Private Note" tab to send internal messages that are visible only to your team.

<figure><img src="/files/mjszzzTdeRvvv9t2oxBY" alt="" width="375"><figcaption><p><strong>Private Note</strong></p></figcaption></figure>

5. **Response Options**: Send Attachments, Emojis, Message Templates, or Quick Send (including Bot Flow, Saved Replies, WhatsApp Flow). You can refer to [Quick Send](https://docs.chatalog.ai/crm-quickstarts/messages/quick-send-bot-flow-saved-replies-whatsapp-flow) for more details.&#x20;

<figure><img src="/files/069jXp6LmnJlMG7MzkuS" alt="" width="375"><figcaption><p><strong>Response Options</strong></p></figcaption></figure>

6. **AI Tools**: Click to use AI Writer or Doc Reply. For more details, please refer to [AI Tools - AI Writer & Doc Reply](/ai-tools/ai-tools/ai-tools-ai-writer-and-doc-reply.md).<br>
7. **Pause Auto Follow-ups**: Click to pause or resume the Auto Follow-ups function. For more details, please refer to [Auto Follow-ups](broken://pages/VLsguXtP0Feas1XnTx2Z).

<figure><img src="/files/UsoR6eqTIlAOfSehdLnR" alt="" width="375"><figcaption><p><strong>AI Tools and Pause Auto Follow-ups</strong></p></figcaption></figure>

## Contact Info (Right Panel)

1. **Contact Info**: View the contact's name, user ID, phone number, and other details. Click "Edit" to update the contact info.

<figure><img src="/files/OIrlxjTPmTTjIDi9u7Mi" alt="" width="563"><figcaption><p><strong>Contact Info</strong></p></figcaption></figure>

2. **Notes**: View, add, or edit notes about the contact to keep track of important details.

<figure><img src="/files/eT2busAoJvggpWc9KVMl" alt="" width="188"><figcaption><p><strong>Notes</strong></p></figcaption></figure>

3. **Custom Fields**: Add custom fields to store additional information specific to your needs.
4. **Labels**: Create or manage labels for the contact to categorize and organize conversations.
5. **Activities**: View recent conversation activities, such as conversation status changes or assignee updates. Click "More Details" to get more history records.

<figure><img src="/files/MaJIZz3W8kmVUL1z22JJ" alt="" width="133"><figcaption><p>Activities</p></figcaption></figure>

6. **Block/Unblock Contact**: Block or unblock the contact as needed to manage communication.

<figure><img src="/files/YTWGHhIYIcv5OSlqvghF" alt="" width="184"><figcaption><p>Custom Fields/Labels/Block or Unblock Contact</p></figcaption></figure>


---

# 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.chatalog.ai/crm-quickstarts/messages/message-page-overview.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.
