> ## 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 questions and answers

> Write the question the customer would ask and the answer you want Tino to use, without needing a document.

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

Registering questions and answers trains Tino without needing a document: you write exactly the question and answer you want it to use.

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

***

## Create question-and-answer pairs in batch

By default, the form opens with an empty pair, ready to fill in.

Where to find it: **Cérebro > Propriedades** (Cérebro > Properties), **Q\&A** button.

<Steps>
  <Step title="Open the form">Click **Q\&A**, in the Add group (or, with an empty list, the **Pergunta e Resposta** (Question and Answer) card).</Step>
  <Step title="Choose the audience">Check **Conhecimento Público** (Public Knowledge) or **Conhecimento Privado** (Private Knowledge).</Step>
  <Step title="Fill in the pair">Write the question in **Pergunta** (Question) and the ideal answer in **Resposta** (Answer).</Step>
  <Step title="Add more pairs (optional)">Click **Adicionar outro par** (Add another pair) to register several at once.</Step>
  <Step title="Submit">Click **Adicionar** (Add).</Step>
</Steps>

<Note>
  Only pairs with both question and answer filled in are submitted. There's no limit on the number of pairs in the same batch.
</Note>

***

## Choose the right audience

The audience decides who uses that pair: **Conhecimento Público** is accessible to the end customer through Tino; **Conhecimento Privado** stays restricted to Sotto and the internal team.

<Note>
  Without the Scale plan, the public option doesn't appear in the selector, and every new pair starts out as private.
</Note>

***

## Edit it later

A question-and-answer pair can be corrected at any time from the details panel, without needing to recreate it.

Where to find it: **Cérebro > Propriedades**, click the pair's row.

<Steps>
  <Step title="Open the panel">Click the row of the pair you want to correct.</Step>
  <Step title="Click edit">Click the pencil icon.</Step>
  <Step title="Adjust the text">Change the question, the answer, or the audience.</Step>
  <Step title="Save">Click **Salvar** (Save).</Step>
</Steps>

<Note>
  Saving an edit automatically reindexes the pair. The pair becomes available again as soon as processing finishes.
</Note>

***

## Delete a pair

Where to find it: the pair's details panel, in **Cérebro > Propriedades**.

<Steps>
  <Step title="Open the panel">Click the row of the pair you want to remove.</Step>
  <Step title="Delete it">Click the trash icon at the top of the panel.</Step>
  <Step title="Confirm">Confirm the deletion in the window that opens.</Step>
</Steps>

<Note>
  Deletion removes the pair completely from the knowledge base. There's no way to deactivate a pair without deleting it, unlike other items registered in the Cérebro.
</Note>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I register several questions at once?">
    Yes, by adding as many pairs as you want in the same form before submitting.
  </Accordion>

  <Accordion title="Are the question and answer visible to the customer?">
    Only if the audience includes Conhecimento Público. Otherwise, they stay restricted to Sotto and the team.
  </Accordion>

  <Accordion title="Does registering questions and answers consume credits?">
    Yes, processing and indexing consume credits, like any content. Track it in Settings > Billing > Usage.
  </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="Teach the AI with documents" href="/en/cerebro/documentos">Upload files to the knowledge base.</Artigo>
</Lista>


## Related topics

- [Training the Cérebro](/en/primeiros-passos/guias/treinando-o-cerebro.md)
- [Frequently Asked Questions for Beginners](/en/primeiros-passos/perguntas-frequentes/iniciantes.md)
- [Getting Started with Tartini](/en/primeiros-passos/guias/comecando-com-o-tartini.md)
