> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/inbox/inbox/agent-guide/1.-the-basics.md).

# 1. The basics

As an Inbox agent, your view of Inbox may vary depending on how it has been configured. However, key UI elements will always be visible to you.

## Navigating feeds and conversations

### Feeds list

The [feeds](/applications/inbox/inbox/admin-guide/feeds.md) list can be found on the left side of your screen. Feeds organize and group [conversations](/applications/inbox/inbox/agent-guide/4.-manage-conversations.md) and feed items together.

<div align="left"><figure><img src="/files/8O9YRtCTUCb9syLjmRA1" alt=""><figcaption></figcaption></figure></div>

When a new message arrives in a conversation, a blue dot will be displayed on the corresponding feed in the feeds list.

The total count of conversations in a feed is displayed as a number on a badge next to each feed's name in the feed list.

### Inside a feed

By clicking on a feed, you can view a list of all of the conversations in that feed. This gives you a quick overview of each conversation before you decide to open it. With this information, you can prioritize your workload and tackle the most pressing items first.

### Conversation preview

Before you open a conversation, you can see a preview of the most recent message that was sent.

#### Avatar

If the message sender has an avatar associated with their contact profile, this will be displayed on the left. For example, if a customer sends a message on Facebook Messenger, their Facebook profile picture will be displayed here.

<div align="left"><figure><img src="/files/h58l6RGYkZpbQvaoyM9d" alt=""><figcaption></figcaption></figure></div>

#### Channel originator

The channel that the message originated from is displayed as a badge on the message sender’s avatar.

<div align="left"><figure><img src="/files/Str5WvcC0u1lJf53Umam" alt=""><figcaption></figcaption></figure></div>

#### Text preview

For messages that contain text, a preview of the message content will be visible to agents.

<div align="left"><figure><img src="/files/W8gjiVFHwh1rxlDSHwzb" alt=""><figcaption></figcaption></figure></div>

For messages that don't contain text, we'll display the type of message instead, such as "Sent an image" or "Sent a file".

#### Assigned to team

If a conversation has been assigned to a team, the name of the assigned team will be displayed as a label.

<div align="left"><figure><img src="/files/vJeXx7bw3q6jGKaySRTZ" alt=""><figcaption></figcaption></figure></div>

#### Assigned to an agent

If a conversation has been assigned to an agent, the agent’s avatar will be displayed on the right.

<div align="left"><figure><img src="/files/m1LO8oAr5a72YbwRq4Lx" alt=""><figcaption></figcaption></figure></div>

#### Time message arrived

A counter showing the time elapsed since the last message was sent is visible on the right.

<div align="left"><figure><img src="/files/hpy0aY1dJSbU0M9wjVFl" alt=""><figcaption></figcaption></figure></div>

For WhatsApp conversations specifically, we display a counter showing how much time remains before the customer care window closes, or a note saying that it is closed.

### Conversation details

By clicking on a conversation, you can see more information about that message and its context.

If the conversation is ongoing, you can scroll up to see every message that has been exchanged so far, who sent them, and when they were sent.

If there are previous conversations with a contact, a floating button labeled **View all conversations** will appear on top of the current conversation. Clicking on this button will allow the agent to view all past conversations with that contact, providing full context and history.

## The message composer

The message composer is where you can create and send message content on any channel.

<div align="left"><figure><img src="/files/e8BikhfqYhnZePTsWJBs" alt=""><figcaption></figcaption></figure></div>

Whether you're starting a new conversation in Inbox or replying to an incoming message, the message composer is where you'll spend most of your time crafting your messages.

### Message types

Choose between **reply** message types, which are sent to the recipient, and **add internal comment**, which adds an internal note that only other agents can see.

### AI-powered suggestions

{% hint style="warning" %}
Using AI-powered suggestions comes with a small charge every time you use it.
{% endhint %}

Use AI to suggest your replies. Set the tone of your message to default, formal, casual, fun, humorous, assertive, or helpful.

### Attachments

You can add a variety of attachments to your messages, such as documents, images, videos, and audio files. Just click the attachment icon in the message composer and select or drag and drop your file from your device.

{% hint style="info" %}
Attachments must be under 5MB, and the ability to add attachments may depend on the channel the conversation is taking place on.
{% endhint %}

### Message templates

Select and send [message templates](#message-templates) to quickly respond to common customer inquiries or issues.

Message templates are dynamic, pre-built messages.

### Emojis

Add emojis to your messages to personalize them and add a little fun to your conversations.

### Desktop Notifications

To ensure that users stay informed and responsive, it is important to set up desktop notifications for new tickets. These notifications help users be immediately aware of new customer issues, allowing for quicker response times and improved customer satisfaction.\
\
To set up desktop notifications for your account, go to the Workspace Settings page, then click on Organization and select Notifications. From there, you can enable browser, email, and mobile app notifications to be triggered in timely batches or immediately for each product group.\
\
When setting up your notifications, make sure that you have enabled browser notifications in your browser settings and in your computer settings. Also, ensure that your computer is not in any focus or Do Not Disturb modes.\
\
\*Please note that notifications will only trigger when a user does not have the Bird CRM opened to ensure that you never miss a message.


---

# 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://docs.bird.com/applications/inbox/inbox/agent-guide/1.-the-basics.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.
