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

# Set the tone of voice

> Register complementary communication styles so Tino talks the way your company talks.

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 has native professional communication features. Here you add complementary styles, formal, casual, technical, or empathetic, to adapt Tino's language to each service context.

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

By default, no complementary style is registered.

Where to find it: **Cérebro > Personalidade > Comunicação** (Cérebro > Personality > Communication).

<Steps>
  <Step title="Open the form">Click **Adicionar estilo** (Add style).</Step>
  <Step title="Write the title">Fill in the title field, for example "Formal tone for corporate customers".</Step>
  <Step title="Describe the style">Write how Tino should communicate in that style.</Step>
  <Step title="Save">Click **Adicionar** (Add).</Step>
</Steps>

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

***

## Use a ready-made template

Instead of writing from scratch, you can start from a template used by other companies.

Where to find it: **Cérebro > Personalidade > Comunicação**, **Modelos que outras empresas costumam adotar** (Templates other companies often adopt) block.

<Steps>
  <Step title="Choose a template">Click one of the suggested templates, or **Ver todos** (View all) to see the full list by category.</Step>
  <Step title="Adjust the text">The form opens already filled in with the template's title and body. Edit it before saving, if you'd like.</Step>
  <Step title="Save">Click **Adicionar** (Add).</Step>
</Steps>

***

## Edit or delete a style

Where to find it: **Cérebro > Personalidade > Comunicação**, click any card in the **Estilos cadastrados** (Registered styles) list.

<Steps>
  <Step title="Open the card">Click the style you want to change.</Step>
  <Step title="Edit the fields">Change the title or the text.</Step>
  <Step title="Save or delete">Click **Salvar** (Save), or **Excluir** (Delete) to remove the style, with confirmation.</Step>
</Steps>

<Note>
  There's no active/inactive toggle for communication styles. The only way to take a style out of use is to delete it.
</Note>

***

## Review Tino's suggestions

When Tino identifies a possible communication style from a piece of Cérebro content, the suggestion appears at the top of the screen, before the list of registered styles, and doesn't apply to conversations until it's approved.

Where to find it: **Cérebro > Personalidade > Comunicação**, **Sugestões do Tino** (Tino's suggestions) block.

<Steps>
  <Step title="Read the suggestion">Check the title, the text, and, if present, the reason Tino recorded for suggesting it.</Step>
  <Step title="Decide">Click **Aceitar** (Accept) to approve as is, **Editar** (Edit) to adjust before approving, or **Negar** (Deny) to discard.</Step>
</Steps>

<Note>
  Editing a suggestion and saving it already approves the edited version in the same click, with the Save and approve button.
</Note>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="How many communication styles can I register?">
    There's no limit on the number.
  </Accordion>

  <Accordion title="Can a communication style stay inactive without being deleted?">
    No. This screen has no active/inactive toggle, unlike Guidelines. You can only create, edit, and delete.
  </Accordion>

  <Accordion title="If I edit the text of a Tino suggestion before accepting, what happens?">
    The edited text is saved and the suggestion is approved in the same action.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <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>
</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)
- [The third tone](/en/marca/a-terceira-nota.md)
