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

# Edit Your Company Information

> Set the company name, the language of Tino's replies, and whether everyone must sign in with two-factor authentication.

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

With this information up to date, the right name shows up for the whole team and for customers, and Tino replies in your operation's language.

<Note>
  Who can see this: Administrator only. No plan restricts this screen.

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

The screen brings together three settings: the company name, the workspace language, and the sign-in security policy.

***

## Edit the company name

The name registered here is what the platform shows everywhere: in the header, in the company selector, and on the screens customers get to see.

Where to find it: **Configurações > Empresa > Informações** (Settings > Company > Information).

<Steps>
  <Step title="Open the screen">Go to **Configurações > Empresa > Informações**.</Step>
  <Step title="Change the name">Edit the field in **Nome da Empresa** (Company Name).</Step>
  <Step title="Save">Click **Salvar** (Save).</Step>
</Steps>

<Note>
  The new name appears on the platform and for your customers, including in the company selector. Use this field if the company changed its trade name, or if the initial sign-up was left with a provisional name.
</Note>

<Tip>
  Choose a name your team recognizes right away, especially if the account brings together more than one brand or legal entity.
</Tip>

***

## Choose the language for Tino's replies

The language chosen here is what Tino uses to talk with your customers, on any connected channel.

Where to find it: **Configurações > Empresa > Informações**, **Idioma** (Language) section.

<Steps>
  <Step title="Open the screen">Go to **Configurações > Empresa > Informações**.</Step>
  <Step title="Choose the language">Select an option in **Idioma**: Português (Brasil), English, Español, Français, Deutsch, or Italiano.</Step>
  <Step title="Save">Click **Salvar**.</Step>
</Steps>

<Note>
  By default, the language is Português (Brasil). This field only sets the language of Tino's replies: the rest of the interface stays in Portuguese. The language applies to the whole company, across every area, unit, and channel.
</Note>

***

## Require two-factor authentication for everyone

By default, each person decides whether to turn on two-factor authentication. With the requirement turned on, every user at the company needs an authenticator app to sign in.

Where to find it: **Configurações > Empresa > Informações**, **Segurança** (Security) section.

<Steps>
  <Step title="Open the screen">Go to **Configurações > Empresa > Informações**.</Step>
  <Step title="Turn on the requirement">In **Segurança**, turn on **Exigir autenticação em dois fatores** (Require two-factor authentication). The badge changes from **Opcional** (Optional) to **Obrigatória** (Required).</Step>
  <Step title="Save">Click **Salvar**.</Step>
</Steps>

<Note>
  Anyone who hasn't set up the authenticator app yet is taken to the **Proteja sua conta** (Protect your account) wizard on their next sign-in, and can't use Tartini until they finish it. With the requirement turned on, no one can turn the feature off on their own. See [Turn on two-factor authentication](/en/conta/autenticacao-em-dois-fatores).
</Note>

<Warning>
  Give your team a heads-up before turning this on. Anyone who signs in without their phone on hand won't be able to complete the setup at that moment.
</Warning>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="I changed the language and the interface is still in Portuguese. Is that right?">
    Yes. The language field only sets Tino's replies, not the platform's language.
  </Accordion>

  <Accordion title="Can the language be different in each unit?">
    No. The language is the same across the whole company.
  </Accordion>

  <Accordion title="Who can edit the company information?">
    Only the Administrator. Company Manager, Area Manager, Unit Manager, and Agent don't have access to this screen.
  </Accordion>

  <Accordion title="I turned on the two-factor requirement and an agent got stuck at sign-in.">
    They need to finish the **Proteja sua conta** wizard with an authenticator app on their phone. Without it, the screen won't let them through. If they can't do it right now, they can use **Sair da conta** (Sign out) and come back later.
  </Accordion>

  <Accordion title="Does choosing a different language change my agents' language?">
    No. The change only affects the language Tino uses to reply to customers, not the language of agents' accounts.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Tino explained" href="/en/agentes/tino/o-tino-explicado">Understand how Tino supports your customers.</Artigo>
  <Artigo titulo="Build the Structure in Areas and Units" href="/en/equipe/areas-e-unidades">Organize your company into areas and units.</Artigo>
</Lista>


## Related topics

- [Edit your profile and notifications](/en/conta/perfil-e-notificacoes.md)
- [Complete Your First Access](/en/primeiros-passos/configuracao/primeiro-acesso.md)
- [Create Your Account](/en/primeiros-passos/configuracao/crie-sua-conta.md)
