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

# Training the Cérebro

> From the minimum that unlocks the checklist to a complete Cérebro: knowledge, personality, operations, and processes, in the right order.

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

Everything starts with the Cérebro (the company's brain): you provide the material, it learns your pattern, and it coordinates the agents. Their skills come ready-made; the identity is yours. This guide builds the Cérebro in layers: first what the AI knows, then how it speaks, then how it operates, and finally the processes it follows.

We've split it into steps:

1. [Register the knowledge](#step-1-register-the-knowledge)
2. [Give it a personality](#step-2-give-it-a-personality)
3. [Test what it learned](#step-3-test-what-it-learned)
4. [Configure operations](#step-4-configure-operations) (Scale)
5. [Map processes](#step-5-map-processes) (Scale)
6. [Review Tino's suggestions](#step-6-review-tinos-suggestions)

<Note>
  Only the Administrator and the Company Manager can open the Cérebro. Steps 4 and 5 are part of the Scale and Enterprise plans.

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

***

## Step 1: Register the knowledge

Everything starts in **Cérebro > Propriedades** (Cérebro > Properties): the company information and the sources the AI consults. The checklist asks for at least three properties.

### Register the sources

* [Register the company properties](/en/cerebro/propriedades-da-empresa).
* [Teach the AI with documents](/en/cerebro/documentos): PDFs and files the company already has.
* [Teach the AI with questions and answers](/en/cerebro/perguntas-e-respostas): the exact answer for the exact question.
* [Teach the AI with your website](/en/cerebro/sites): indexed and updated pages.

<Info>
  **Learn more**

  * [Best practices for writing AI knowledge](/en/primeiros-passos/boas-praticas/escrever-para-a-ia).
  * [Use knowledge base intelligence](/en/cerebro/inteligencia-da-base): what the AI already understands and what's missing.
</Info>

***

## Step 2: Give it a personality

Personality is how the AI speaks and what it never does. There are three screens under **Cérebro > Personalidade** (Cérebro > Personality): Comunicação (Communication), Diretrizes (Guidelines), and Conformidade (Compliance), and together they complete this checklist step.

### Define how it speaks

* [Set the tone of voice](/en/cerebro/comunicacao): formality, greeting, the brand's style.

### Define what it does and doesn't do

* [Create guidelines for the AI](/en/cerebro/diretrizes): behavior guidance.
* [Create compliance rules](/en/cerebro/conformidade): what the AI can never say or promise.

<Info>
  **Learn more**

  * [The Cérebro explained](/en/cerebro/o-cerebro-explicado): how each part feeds Tino, Sotto, and Scout.
</Info>

***

## Step 3: Test what it learned

Before turning on any agent, talk to the AI inside the Cérebro. Ask what customers ask and check whether the answer comes from the right source.

* [Test what the AI learned](/en/cerebro/teste-o-conhecimento).

***

## Step 4: Configure operations

Operations define when and how Tino acts: what hours it works, when it transfers and to whom, what it asks before acting, what data it collects, and what changes temporarily.

<Note>
  Operations are part of the Scale and Enterprise plans. Without the plan, the screen opens with an upgrade notice.
</Note>

### The basics for Tino to provide support

* [Set the AI's hours and time zone](/en/cerebro/disponibilidade).
* [Configure routing](/en/cerebro/roteamento): when the conversation goes to the team.
* [Configure clarifications](/en/cerebro/esclarecimentos): what the AI asks before acting.

### What the AI collects and records

* [Configure contact fields](/en/cerebro/qualificacao): the data the AI saves to the profile.
* [Configure contact statuses](/en/cerebro/status-de-contato): the stages of the relationship.
* [Provide temporary context](/en/cerebro/contexto-situacional): promotions, maintenance, events.

***

## Step 5: Map processes

A process is a support path with steps: an exchange, a duplicate document, a scheduling. Quattro is the one who puts it in writing with you: you describe how the support happens, it asks about what's missing, and it builds the steps, transitions, and outcomes. Once published, the process becomes the playbook that Tino follows and the rubric Scout uses to measure whether it was followed. Process candidates discovered in conversations reach you in Discoveries; nothing takes effect without your approval.

<Note>
  Processes are part of the Scale and Enterprise plans.
</Note>

* [Processes explained](/en/cerebro/processos-explicados).
* [Map processes from conversations](/en/agentes/quattro/mapeie-processos).
* [Organize processes into groups](/en/cerebro/grupos-de-processos).

<Info>
  **Learn more**

  * [Track consistency, insights, and diagnostics](/en/cerebro/consistencia-e-insights).
  * [See process adherence](/en/agentes/scout/processos-e-aderencia): Scout's side.
</Info>

***

## Step 6: Review Tino's suggestions

The conversation between Tino and the Cérebro goes both ways. With Tino handling support, the Cérebro starts receiving suggestions from it: new guidelines, clarifications, and routing criteria drawn from real conversations. Scout does the same with findings from its evaluations. Each screen shows the pending count. Accept what makes sense and decline the rest; nothing takes effect without your review.

* [The Cérebro explained](/en/cerebro/o-cerebro-explicado): where the suggestions appear.

***

## Next steps

<Lista>
  <Artigo titulo="Turning on Tino" href="/en/primeiros-passos/guias/ligando-o-tino">Put the AI to work.</Artigo>
  <Artigo titulo="Best practices for going live" href="/en/primeiros-passos/boas-praticas/entrar-no-ar">Three ways to start.</Artigo>
</Lista>


## Related topics

- [Turning on Tino](/en/primeiros-passos/guias/ligando-o-tino.md)
- [Getting Started with Tartini](/en/primeiros-passos/guias/comecando-com-o-tartini.md)
- [Get Your Operation Ready with the Checklist](/en/primeiros-passos/configuracao/checklist-de-preparacao.md)
