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

# The Cérebro Explained

> Understand where all the knowledge, personality, and rules that guide Tino and Sotto live, and where to go to configure each part.

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. You provide your company's material, it learns your standard, and it coordinates the team of agents that works for you. Teach it once, and it applies to every conversation: it's where Tino draws what it answers on the front line, where Sotto draws what it suggests to the team, and where Scout draws the yardstick it uses to evaluate every conversation. It's the only place where you keep this knowledge up to date.

<Note>
  Who can see this: Administrator and Company Manager. Overview, Properties, and Personality are available on all plans. Processes and Operations require 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>

***

## What the Cérebro is

The agents' skills come ready made; the identity is yours. You train the Cérebro with your company's identity, the way it is or the way you want it to be. It has four parts:

* **Propriedades** (Properties): the documents, questions and answers, and sites that become knowledge.
* **Personalidade** (Personality): how Tino talks (Communication), what it follows (Guidelines), and what it can never do (Compliance).
* **Operações** (Operations): hours, routing, contact fields, clarifications, situational context, and contact status.
* **Processos** (Processes): how each conversation should run from start to finish, written with Quattro and followed by Tino.

The sources come from where your company already lives: the website, documents, questions and answers. Each one comes in with one of two tags, **Conhecimento Público** (Public Knowledge) or **Conhecimento Privado** (Private Knowledge), marked item by item. Not everything the company knows should reach the customer, and where that line falls is for you to decide.

The Cérebro orchestrates the agents, and they talk to each other: when one needs what another knows, it asks, and the answer arrives before the message reaches the customer. **Tino** checks the knowledge, tone, and process before every reply. **Sotto** checks the same knowledge to make suggestions to the agent. **Scout** pulls the yardstick it uses to evaluate conversations from here. **Quattro** publishes here the processes it builds with you. And they give back: Tino proposes new guidelines, clarifications, routing criteria, and process candidates based on real conversations, and Scout points out which Cérebro screen each fix should be written on.

<Note>
  One Cérebro per company. One never touches another, and nothing here is used outside Tartini.
</Note>

***

## The Cérebro evolves with every interaction

Tartini applies the concept of neuroplasticity to the Cérebro: as in humans, connections rebuild themselves through experience. The agents collect day-to-day experiences, these move up through the company structure to the Cérebro, and it evolves as interactions happen.

* **Diagnosis.** The Cérebro tracks every interaction and turns operational signals into better decisions for the agents. When it spots a problem, the analysis already comes with a proposed fix: Tino's suggestions and Scout's findings appear on the Overview and on the relevant screens with a button to accept or correct. Applying it takes one click.
* **Adaptation.** It reads the manager's feedback and the way the team handles conversations, and adds these behaviors to the base. At first the Cérebro knows what you registered; with your corrections and Scout's findings, it comes to know how the company handles conversations and wants to handle them.

Nothing takes effect without your review: every suggestion waits for your approval, and the correction you make becomes the standard.

***

## The submenu, in screen order

Where to find it: main menu **Cérebro**.

1. **Cérebro > Panorama** (Cérebro > Overview): general status summary.
2. **Cérebro > Propriedades** (Cérebro > Properties): the knowledge base.
3. **Cérebro > Personalidade** (Cérebro > Personality): expands into **Comunicação** (Communication), **Diretrizes** (Guidelines), and **Conformidade** (Compliance).
4. **Cérebro > Processos** (Cérebro > Processes): expands into **Mapeamento** (Mapping), **Descobertas** (Discoveries), **Grupos** (Groups), and **Catálogo** (Catalog).
5. **Cérebro > Operações** (Cérebro > Operations): expands into **Esclarecimentos** (Clarifications), **Campos do contato** (Contact fields), **Status de contato** (Contact status), **Roteamento** (Routing), **Disponibilidade** (Availability), and **Contexto Situacional** (Situational Context).

Some items show a number next to the name. It's the count of Tino's suggestions waiting for your review in that section.

***

## What the Overview shows

Where to find it: **Cérebro > Panorama**, the first item in the menu.

It's the screen that opens by default. It sums up, in one place:

* A verdict sentence at the top. With no pending items, it says the Cérebro is up to date. With pending items, it counts how many Tino suggestions and how many process discoveries are waiting for review.
* Five cards connected by a central orb: **Propriedades**, **Conexões** (Connections), **Processos**, **Personalidade**, and **Operações**. Each one shows a number, a short description, and an **acessar** (access) link to the corresponding screen.
* A field to chat with the Cérebro. Type a question and the side chat opens with the question already sent.
* When there are pending items, a **precisa de atenção** (needs attention) block with two links: one to review Tino's suggestions in Communication, another to review process discoveries.

<Note>
  The Propriedades and Conexões card shows "vazio" until at least one piece of content has been indexed, even if documents have already been registered. Indexing is what actually turns content into knowledge.
</Note>

***

## Who can see it and what it requires

The entire Cérebro requires the Administrator or Company Manager role. Area Manager, Unit Manager, and Agent don't see the item in the menu.

Within the Cérebro, Overview, Properties, and Personality are available on any plan. Processes and Operations require the Scale plan. Without that plan, the screen shows an upgrade notice instead of the content, but the item remains visible in the menu.

***

## Where each task points

<Lista>
  <Artigo titulo="Register the company's properties" href="/en/cerebro/propriedades-da-empresa">See, filter, and manage everything Tino has already been taught.</Artigo>
  <Artigo titulo="Teach the AI with documents" href="/en/cerebro/documentos">Upload files to the knowledge base.</Artigo>
  <Artigo titulo="Teach the AI with questions and answers" href="/en/cerebro/perguntas-e-respostas">Register question-and-answer pairs.</Artigo>
  <Artigo titulo="Teach the AI with your website" href="/en/cerebro/sites">Sync and index pages from your website.</Artigo>
  <Artigo titulo="Set the tone of voice" href="/en/cerebro/comunicacao">Register complementary communication styles.</Artigo>
  <Artigo titulo="Create guidelines for the AI" href="/en/cerebro/diretrizes">Add procedures and greetings your way.</Artigo>
  <Artigo titulo="Create compliance rules" href="/en/cerebro/conformidade">Define what Tino can never do.</Artigo>
  <Artigo titulo="Set the AI's hours and time zone" href="/en/cerebro/disponibilidade">Configure when the company is available for service.</Artigo>
  <Artigo titulo="Configure routing" href="/en/cerebro/roteamento">Tell Tino when it should transfer to a person.</Artigo>
  <Artigo titulo="Configure contact fields" href="/en/cerebro/qualificacao">Define the data Tino collects during the conversation.</Artigo>
  <Artigo titulo="Map processes from conversations" href="/en/agentes/quattro/mapeie-processos">Build the playbook for each type of conversation.</Artigo>
  <Artigo titulo="Track the process Catálogo" href="/en/cerebro/consistencia-e-insights">See what's broken in the process registry.</Artigo>
</Lista>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Why does the Processes card show a dash on the Overview?">
    &#x20;Because your company doesn't have the Scale plan. Upgrade to see and map processes.
  </Accordion>

  <Accordion title="Do I need to index everything at once for the Cérebro to work?">
    No. Each document, question and answer, or website is indexed independently. Tino already uses whatever is indexed, even while the rest is pending.
  </Accordion>

  <Accordion title="Who besides me can configure the Cérebro?">
    Only those with the Administrator or Company Manager role. Other roles don't see the menu.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Register the company's properties" href="/en/cerebro/propriedades-da-empresa">The full knowledge base, in one list.</Artigo>
  <Artigo titulo="Processes explained" href="/en/cerebro/processos-explicados">What a process is and how it guides Tino.</Artigo>
</Lista>


## Related topics

- [Tino explained](/en/agentes/tino/o-tino-explicado.md)
- [Sotto explained](/en/agentes/sotto/o-sotto-explicado.md)
- [The AI agents explained](/en/agentes/os-agentes-explicados.md)
