# Team inboxes

A **Team Inbox** is a shared queue where new messages appear instead of going to individual inboxes. When anyone assigns, archives, or closes a message, it disappears from the team inbox for everyone. This makes it ideal for teams who want a "triage" step that cleans up messages for all coworkers at once.

{% hint style="info" %}
Team inboxes work with email accounts, Google groups, distribution lists, SMS, live chats, custom API accounts, WhatsApp, Instagram, and Messenger.
{% endhint %}

With team inboxes, everyone is on the same page. No messages get missed and no two people work on the same message at the same time.

{% hint style="info" %}
**Example:** Enable the **Team Inbox** flow for <support@conferencebadge.com> and select the **Support** team. All team members can now see incoming messages in the **Support** team inbox from the left sidebar.
{% endhint %}

## How it works

{% stepper %}
{% step %}
**View the team inbox**

Select the team inbox from your sidebar. You will find all the emails, SMS, or other messages that have not been answered or assigned to anyone yet.

<div data-with-frame="true"><figure><img src="/files/4YrENlrkQdmwJ3ypXwN6" alt="Every conversations can be assigned" width="1189"><figcaption><p>If you can't find the team inbox in your sidebar, click the + More link and open it.</p></figcaption></figure></div>
{% endstep %}

{% step %}
**Triage messages**

From the team inbox, you can directly reply to a message and assign it to yourself or assign messages to colleagues. A message can also be transferred to another team if it was addressed by the customer to the wrong one.

<div data-with-frame="true"><figure><img src="/files/JNK7ths1eLzkahlfaL2o" alt="Easily assign to the right stakeholders" width="563"><figcaption><p>Easily assign to the right stakeholders.</p></figcaption></figure></div>

Once assigned, assignees get a notification and can find the conversation at the top of their Missive Inbox. If a message does not need to be assigned or replied to (e.g. newsletter) it can be archived, marked as spam or [trashed](/docs/core-features/conversations/faq.md#what-happens-when-i-trash-from-a-team-inbox).
{% endstep %}

{% step %}
**Close the conversation**

When the assignee has completed their draft, they can click the **Send & Close** button to deliver the email and close the assignment. If a new reply is received in a closed conversation, the conversation will be moved back into the assignee's Inbox. Only the assignee(s) will receive a notification for this new reply, not all the team members.

<div data-with-frame="true"><figure><img src="/files/JavOEnkn56YkFHLlMH4R" alt="Send your reply and close the assignment in one click" width="563"><figcaption><p>Send your reply and close the assignment in one click.</p></figcaption></figure></div>
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Need to balance the assigned workload? Missive lets you automatically distribute your team's workload with four distinct [balancing methods](/docs/advanced-features/rules/workload-balancing.md). You can select one of them by [creating a rule](https://github.com/missive/docs-guides/blob/main/advanced-features/rules/rules-backup/README.md) with the **Assign user(s)** action.
{% 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://missiveapp.com/docs/core-features/team-inboxes.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.
