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

# Use the knowledge base intelligence

> Review, straight from each indexed piece of content, what Tino discovered on its own and decide what becomes personality or process.

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

While indexing a document, a question and answer, or a website page, Tino also looks for patterns: a way of speaking, a compliance rule, an entire process. These discoveries stay separate until you review each one.

<Note>
  Who can see this: Administrator and Company Manager. Available on all plans. Process candidates are part of the Processos (Processes) area, which requires the Scale plan.

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

***

## Find a content's discoveries

By default, an item with no pending discoveries shows no extra icon in the list.

Where to find it: **Cérebro > Propriedades** (Cérebro > Properties), Descobertas (Discoveries) column.

When a piece of content generates suggestions, a spark icon (identity suggestions) or a stack icon (process candidates) appears on that item's row, with a number showing how many discoveries are waiting for review.

***

## Review identity suggestions

Identity suggestions are proposals for communication, guidelines, compliance, clarifications, routing, or situational context, extracted from a specific piece of content.

<Steps>
  <Step title="Open the discoveries">Click the spark icon on the content's row.</Step>
  <Step title="Review by category">Each group shows the title, the suggestion's body, and, if applicable, a notice that it replaces an existing entry.</Step>
  <Step title="Decide">Click **Aprovar** (Approve), **Editar** (Edit), or **Descartar** (Discard) on each item.</Step>
</Steps>

<Note>
  Editing a suggestion in this modal saves the changes, but the item stays pending until you click Aprovar (Approve). No suggestion applies to conversations before it's approved.
</Note>

***

## Review process candidates

Process candidates are proposals for conversation playbooks that Tino identified from the indexed content.

<Steps>
  <Step title="Open the candidates">Click the stack icon on the content's row.</Step>
  <Step title="Choose an action">Click **Abrir mapeamento** (Open mapping) to review in detail, **Aprovar** (Approve) to publish it as a process, or **Descartar** (Discard).</Step>
</Steps>

<Note>
  Opening the mapping doesn't discard the candidate: it stays pending until you publish the mapped process. Approving can create the process already active or inactive, depending on the chosen option.
</Note>

For the complete mapping walkthrough and how the central process-discoveries queue works, see [Map processes from conversations](/en/agentes/quattro/mapeie-processos).

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Why does a discovery icon blink in the Properties list?">
    It indicates that specific piece of content generated identity suggestions or process candidates not yet reviewed.
  </Accordion>

  <Accordion title="Does a Tino suggestion already apply to conversations as soon as it appears?">
    No. Suggestions don't affect conversations until they're accepted.
  </Accordion>

  <Accordion title="Is there a separate knowledge base analysis screen besides these discoveries?" />
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Register the company's properties" href="/en/cerebro/propriedades-da-empresa">See the full list of indexed content.</Artigo>
  <Artigo titulo="Map processes from conversations" href="/en/agentes/quattro/mapeie-processos">Review the central queue of process candidates.</Artigo>
</Lista>


## Related topics

- [Best Practices for Writing AI Knowledge](/en/primeiros-passos/boas-praticas/escrever-para-a-ia.md)
- [Training the Cérebro](/en/primeiros-passos/guias/treinando-o-cerebro.md)
- [Teach the AI with documents](/en/cerebro/documentos.md)
