> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tartini.com.br/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuring the Inbox

> Get the Inbox ready for your team: queues, rules, quick messages, Sotto, SLA, and satisfaction surveys.

export const Artigo = ({titulo, href, children}) => <a className="lista-artigos-item" href={href}>
    <span className="lista-artigos-texto">
      <span className="lista-artigos-nome">{titulo}</span>
      {children ? <span className="lista-artigos-desc">{children}</span> : null}
    </span>
    <svg className="lista-artigos-seta" viewBox="0 0 24 24" width="18" height="18" aria-hidden="true">
      <path d="M9 6l6 6-6 6" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
    </svg>
  </a>;

export const Lista = ({titulo, children}) => <div className="lista-artigos">
    {titulo ? <p className="lista-artigos-titulo">{titulo}</p> : null}
    <div className="lista-artigos-itens">{children}</div>
  </div>;

The Inbox is where your team spends the day. This guide sets up the screen so every conversation reaches the right person, with the rules and shortcuts your operation needs.

<Note>
  The Tartini interface is in Portuguese. Screen and button names appear here exactly as on screen, with the translation in parentheses.
</Note>

We've split it into steps:

1. [Get to know the Inbox](#step-1-get-to-know-the-inbox)
2. [Organize the queues](#step-2-organize-the-queues)
3. [Set the conversation rules](#step-3-set-the-conversation-rules)
4. [Prepare quick messages](#step-4-prepare-quick-messages)
5. [Give the team access to Sotto](#step-5-give-the-team-access-to-sotto)
6. [Turn on SLA and the satisfaction survey](#step-6-turn-on-sla-and-the-satisfaction-survey)

<Note>
  If you haven't connected a channel yet, start with [Getting Started with Tartini](/en/primeiros-passos/guias/comecando-com-o-tartini).
</Note>

***

## Step 1: Get to know the Inbox

On the first visit, managers and agents get a tour of the screen. It's worth repeating the essentials: the left menu separates **Tudo** (All), **Sua caixa** (Your inbox, the conversations assigned to you), and **Não atribuído** (Unassigned); the tabs filter by status (**Aguardando** (Waiting), **Andamento** (In progress), **Finalizados** (Closed)); the list can be sorted by urgency or by most recent.

* [Get to know the Inbox](/en/inbox/conheca-o-inbox).
* [Handle a conversation](/en/inbox/atenda-uma-conversa).

<Info>
  **Learn more**

  * [Use the Conversation Center](/en/inbox/central-de-conversas): the complete history, with filters and export.
</Info>

***

## Step 2: Organize the queues

Departments are the queues within a Unit: sales, support, finance. A conversation transferred to a department stays pending until someone from that department picks it up. Create departments on the Unit screen and teach your team how to transfer conversations.

* [Build the structure in Areas and Units](/en/equipe/areas-e-unidades): departments live in the Unit detail view.
* [Transfer, add notes, and tag conversations](/en/inbox/transfira-notas-e-tags).

***

## Step 3: Set the conversation rules

These rules apply to every channel: whether the agent's signature is required, whether the person can change the signed name, how long an inactive conversation takes to close on its own, whether Scout evaluates it when it closes, and whether active Sotto comes turned on for new conversations.

* [Set the conversation rules](/en/atendimento/regras-de-conversa).
* [Close a conversation and track the satisfaction survey](/en/inbox/encerre-uma-conversa).

***

## Step 4: Prepare quick messages

A quick message is ready-made text that a person triggers by typing a slash in the message field. Company-wide ones apply to everyone; each person can also have their own.

* [Create and use quick messages](/en/inbox/mensagens-rapidas).

***

## Step 5: Give the team access to Sotto

Sotto answers the agent's questions by consulting the Cérebro and what Tino left in the conversation, and it suggests ready-made replies. Access is granted person by person, on the Users screen. Active mode, where it suggests replies on its own, is part of the Scale plan.

* [Invite and manage users](/en/equipe/usuarios): the Sotto access toggle.
* [Use Sotto](/en/agentes/sotto/use-o-sotto).

***

## Step 6: Turn on SLA and the satisfaction survey

SLA sets the maximum time for the first human reply and warns the team before it runs out, with a clock shown on the conversation. The satisfaction survey asks the customer, at the end of support, how it went, and feeds Scout and the metrics.

* [Set the support SLA](/en/atendimento/sla).
* [Configure the satisfaction survey](/en/atendimento/pesquisa-de-satisfacao).

***

## Next steps

<Lista>
  <Artigo titulo="Tracking your team" href="/en/primeiros-passos/guias/acompanhando-a-equipe">Scout, evaluations, and performance.</Artigo>
  <Artigo titulo="The contact profile" href="/en/inbox/ficha-do-contato">Everything the company knows about each customer.</Artigo>
</Lista>


## Related topics

- [Getting Started with Tartini](/en/primeiros-passos/guias/comecando-com-o-tartini.md)
- [Fix connection issues](/en/canais/problemas-de-conexao.md)
- [Set the AI's hours and time zone](/en/cerebro/disponibilidade.md)
