> ## 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.

# Read Scout's Evaluations

> Find the conversations Scout has already evaluated, filter for the ones that need your attention, and read the full analysis.

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>;

For every closed conversation, Scout already leaves a summary and a score ready. You open the Conversas screen, choose what to review first, and read the analysis without reopening the entire conversation.

<Note>
  Every role opens the list and each evaluation. Filtering by agent and viewing the Pendentes, Avaliadas, and Todas statuses is for Administrator, Company Manager, Area Manager, and Unit Manager. The Agent sees only their own conversations. Available on all plans. The Tartini interface is in Portuguese. Screen and button names appear here exactly as on screen, with the translation in parentheses.
</Note>

***

## See the List of Evaluated Conversations

By default, the list shows **Pendentes** (Pending) conversations, ordered from the lowest score to the highest.

Where it is: **Scout > Conversas** (Scout > Conversations).

<Steps>
  <Step title="Open the screen">Go to **Scout > Conversas**.</Step>
  <Step title="Choose the status">Switch between **Pendentes**, **Avaliadas** (Evaluated) and **Todas** (All). The number next to each option shows how many conversations are in it.</Step>
  <Step title="Refine with filters">Combine **Nota do Scout** (Scout Score), **Satisfação do cliente** (Customer Satisfaction), **Canal** (Channel), **Critério** (Criterion), and, if you're a manager, **Atendente** (Agent).</Step>
  <Step title="Sort">Choose the field in **Ordenar** (Sort): Scout score, satisfaction, Tino's confidence, or date. Click the arrow to change the direction.</Step>
</Steps>

<Note>
  Pendente is the conversation Scout has already evaluated, but no manager has reviewed yet. The channel filter covers only **WhatsApp** and **Widget**. Click **Limpar filtros** (Clear filters) to return to the default.
</Note>

<Tip>
  Build your own queue. To receive only what matters to you, combine **Critério** with the score range: **Compliance** and **0–4**, for example, leaves only the conversations where compliance failed in the list. Filters stay saved between visits, so the screen opens the way you left it.
</Tip>

***

## Open an Evaluation

Each card shows who handled it, the Scout score, and a summary of the conversation.

Where it is: inside each card, in the grid of the Conversas screen.

<Steps>
  <Step title="Choose the card">Check the type badge (Tino, Passiva (Passive), Ativa (Active), or Conversa (Conversation)) and the score at the bottom of the card.</Step>
  <Step title="Open the analysis">Click the card or **Detalhes** (Details). You'll land on the **Análise do Scout** (Scout Analysis) screen.</Step>
  <Step title="Navigate between conversations">Use **Conversa anterior** (Previous conversation) and **Próxima conversa** (Next conversation) to keep reviewing without going back to the list. **Próxima conversa** skips straight to the next pending one.</Step>
</Steps>

<Note>
  **Copiar link** (Copy link) generates a direct address to this analysis, to share with someone else on the team. If you arrived via a direct link, the navigation buttons are disabled.
</Note>

***

## See What the Analysis Shows

The **Análise do Scout** screen brings together, on one side, the conversation's score, the summary, the recommendations, and the buttons to fix what failed. On the other side is the **Informações** (Information) panel: who handled it, how many conversations that person has already had and their overall average, the type of service, Scout's satisfaction read, the start, the end, and the duration.

<Note>
  When more than one person took part in the conversation, Tino and each agent receive their own score, in the **Notas por responsável** (Scores by responsible party) section. A criterion marked **N/A** doesn't apply to that responsible party: Process Use is only for Tino, and Process Adherence is only for agents.
</Note>

***

## Read the Full Conversation

By default, the analysis shows only the summary, not the messages exchanged.

Where it is: the **Ler conversa completa** (Read full conversation) button, in the Informações panel.

<Steps>
  <Step title="Open the panel">Click **Ler conversa completa**.</Step>
  <Step title="Read the transcript">The conversation opens in a panel on the right, with the same bubbles as the Inbox, read-only.</Step>
  <Step title="Close">Click the **X** or outside the panel.</Step>
</Steps>

<Note>
  Messages sent from a phone or that reply to a status may not appear here. In that case, the screen shows a notice in place of the message.
</Note>

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Why is the conversation list empty?">
    Check the period and level in the scope bar, at the top of the screen (the level on the left, the period on the right), whether Scout is turned on in [Set the conversation rules](/en/atendimento/regras-de-conversa), and whether the filters aren't restricting too much. Click **Limpar filtros**.
  </Accordion>

  <Accordion title="What's the difference between Pendente and Avaliada?">
    Pendente is the conversation Scout evaluated, but no manager has reviewed. Avaliada already has a review saved by a manager.
  </Accordion>

  <Accordion title="Why don't I see conversations from Instagram or email?">
    The channel filter covers WhatsApp and Widget.&#x20;
  </Accordion>
</AccordionGroup>

***

## Related Articles

<Lista>
  <Artigo titulo="Agree with Scout or correct the score" href="/en/agentes/scout/concorde-ou-corrija">How to validate the score and what changes afterward.</Artigo>
  <Artigo titulo="The Scout Explained" href="/en/agentes/scout/o-scout-explicado">What Scout evaluates and how the cycle works.</Artigo>
  <Artigo titulo="Set the conversation rules" href="/en/atendimento/regras-de-conversa">Turn on Scout when closing conversations.</Artigo>
  <Artigo titulo="Track your credit balance and statement" href="/en/creditos/creditos-e-extrato">See the consumption of each analysis.</Artigo>
</Lista>


## Related topics

- [Tracking Your Team with Scout and Sotto](/en/primeiros-passos/guias/acompanhando-a-equipe.md)
- [The Scout Explained](/en/agentes/scout/o-scout-explicado.md)
- [Tino Metrics](/en/metricas/tino.md)
