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

# Create guidelines for the AI

> Teach personalized greetings, standard procedures, and steps specific to your business, in addition to Tino's native best practices.

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

Tartini already follows native best-practice guidelines for customer service. Here you add your own: personalized greetings, standard procedures, and steps specific to your company.

<Note>
  Who can see this: Administrator and Company Manager. Available on all plans.

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

***

## Create a guideline

By default, a guideline starts out active as soon as it's created.

Where to find it: **Cérebro > Personalidade > Diretrizes** (Cérebro > Personality > Guidelines).

<Steps>
  <Step title="Open the form">Click **Adicionar diretriz** (Add guideline).</Step>
  <Step title="Write the title">Fill in the title field, for example "Initial greeting".</Step>
  <Step title="Describe the guideline">Write what Tino should follow.</Step>
  <Step title="Save">Click **Adicionar** (Add).</Step>
</Steps>

<Note>
  The title and text can't repeat across guidelines already registered. The screen warns and blocks saving when it finds a duplicate.
</Note>

***

## Activate or deactivate a guideline without deleting it

A guideline can be temporarily turned off without losing the record.

Where to find it: **Cérebro > Personalidade > Diretrizes**, inside a card's edit view.

<Steps>
  <Step title="Open the card">Click the guideline you want to change.</Step>
  <Step title="Turn it on or off">Use the **Ativo**/**Inativo** (Active/Inactive) toggle.</Step>
  <Step title="Save">Click **Salvar** (Save).</Step>
</Steps>

<Note>
  An inactive guideline stays registered, but stops applying to conversations until it's reactivated.
</Note>

***

## Use a ready-made template

Where to find it: **Cérebro > Personalidade > Diretrizes**, **Modelos que outras empresas costumam adotar** (Templates other companies often adopt) block, organized by categories like Service, Support, Account and access, and Financial.

<Steps>
  <Step title="Choose a template">Click a suggested template, or **Ver todos** (View all) for the full list.</Step>
  <Step title="Adjust the text">The form opens filled in with the template's title and body.</Step>
  <Step title="Save">Click **Adicionar** (Add).</Step>
</Steps>

***

## Delete a guideline

Where to find it: inside the guideline card's edit view.

<Steps>
  <Step title="Open the card">Click the guideline you want to remove.</Step>
  <Step title="Click Excluir (Delete)">The button sits next to the edit fields.</Step>
  <Step title="Confirm">Confirm the deletion in the window that opens.</Step>
</Steps>

***

## Review Tino's suggestions

Where to find it: **Cérebro > Personalidade > Diretrizes**, **Sugestões do Tino** (Tino's suggestions) block, when there's one pending.

<Steps>
  <Step title="Read the suggestion">Check the title, the text, and the reason, if there is one.</Step>
  <Step title="Decide">Click **Aceitar** (Accept), **Editar** (Edit), or **Negar** (Deny).</Step>
</Steps>

<Note>
  A suggestion doesn't apply to conversations until it's accepted. Editing and saving already approves the guideline in the same action.
</Note>

If you arrived at this screen from a finding pointed out elsewhere in Tartini, a notice at the top explains why and includes a link to go back to where you came from.

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I deactivate a guideline without deleting it?">
    Yes, use the Active/Inactive toggle inside the card's edit view.
  </Accordion>

  <Accordion title="Do guidelines apply only to certain campaigns?" />

  <Accordion title="What changes if I arrived here from somewhere else in Tartini?">
    A notice at the top explains why you were brought here, with a link to go back to where you started.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Set the tone of voice" href="/en/cerebro/comunicacao">Register complementary communication styles.</Artigo>
  <Artigo titulo="Create compliance rules" href="/en/cerebro/conformidade">Define what Tino can never do.</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)
- [Best Practices for Writing AI Knowledge](/en/primeiros-passos/boas-praticas/escrever-para-a-ia.md)
