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

# Teach the AI with documents

> Upload manuals, catalogs, and policies so Tino learns the content automatically.

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

Uploading a document puts existing content into the knowledge base: Tino reads the file and learns the content automatically, without you needing to rewrite anything.

<Note>
  Who can see this: Administrator and Company Manager. Available on all plans. The public audience 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>

***

## Upload one or more documents

By default, a new document waits for the audience choice before uploading.

Where to find it: **Cérebro > Propriedades** (Cérebro > Properties), **Arquivo** (File) button.

<Steps>
  <Step title="Open the upload">Click **Arquivo** (File), in the Add group (or, with an empty list, the **Enviar documento** (Upload document) card).</Step>
  <Step title="Choose the audience">Check **Conhecimento Público** (Public Knowledge, used by Tino) or **Conhecimento Privado** (Private Knowledge, used only by Sotto).</Step>
  <Step title="Select the files">Click **Selecionar arquivos** (Select files) or drag the files to the indicated area.</Step>
  <Step title="Upload">Click **Enviar** (Upload).</Step>
</Steps>

<Note>
  Accepted formats: PDF, DOCX, XLSX, CSV, TXT, or MD. The limit is 30 MB per file and up to 10 files per upload. Above that, remove a file or send it in another batch.
</Note>

***

## Track the processing

After uploading, each document appears in the Properties list with the status Processing or Indexing, updated in real time. When it finishes, the status changes to Indexed.

If a file exceeds the size limit, it's rejected before uploading, with a warning naming the file, and the rest of the batch's files proceed normally.

<Note>
  Uploading and indexing documents consumes credits. Track your usage in Settings > Billing > Usage.
</Note>

***

## What happens after uploading

When indexing finishes, the content can already be used by Tino (if public) or by Sotto (if private or public). A **Tino aprendeu** (Tino learned) card may appear with a summary of what was extracted, and a button to test the knowledge in the Cérebro's side chat.

If the document generates automatic personality suggestions or process candidates, the list shows an icon in the Descobertas (Discoveries) column, and a notice arrives in real time. See how to review these suggestions in [Use the knowledge base intelligence](/en/cerebro/inteligencia-da-base).

To review or correct the extracted text, edit the audience, or delete the document, use the details panel described in [Register the company's properties](/en/cerebro/propriedades-da-empresa).

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What file types can I upload?">
    PDF, DOCX, XLSX, CSV, TXT, or MD.
  </Accordion>

  <Accordion title="What's the maximum size per file?">
    30 MB. Larger files are rejected before uploading, with a notice showing the file name.
  </Accordion>

  <Accordion title="Can I upload several documents at once?">
    Yes, up to 10 files in the same upload.
  </Accordion>

  <Accordion title="Is the document visible to the end customer?">
    Only if the chosen audience includes Conhecimento Público. With Conhecimento Privado, the content stays restricted to Sotto and the internal team.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Register the company's properties" href="/en/cerebro/propriedades-da-empresa">See, edit, and manage what's already been registered.</Artigo>
  <Artigo titulo="Use the knowledge base intelligence" href="/en/cerebro/inteligencia-da-base">Review what Tino discovered from your documents.</Artigo>
</Lista>


## Related topics

- [Training the Cérebro](/en/primeiros-passos/guias/treinando-o-cerebro.md)
- [Getting Started with Tartini](/en/primeiros-passos/guias/comecando-com-o-tartini.md)
- [Teach the AI with questions and answers](/en/cerebro/perguntas-e-respostas.md)
