> ## 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 Your Account

> Three steps to create your company's account and get into Tartini right away.

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

When you create your account, you tell us how your company is organized, and you go straight to the Home page with everything ready to configure.

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

<Note>
  If your account was created by SAN and you received an access link, see [Complete your first access](/en/primeiros-passos/configuracao/primeiro-acesso). If you received an invite from a colleague, see [Accept the invite and activate your account](/en/primeiros-passos/configuracao/aceite-um-convite).
</Note>

***

## Create the account

Go to [talk.saninternet.com/register](https://talk.saninternet.com/register) or click **Criar conta** (Create account) on the sign-in screen.

<Steps>
  <Step title="Fill in your information">
    Enter your **Nome completo** (Full name), **Nome da empresa** (Company name), **E-mail** (Email), **Senha** (Password), and **Confirmar senha** (Confirm password). The password needs at least six characters. The **Próximo** (Next) button only enables once every field is correct; an invalid field shows the reason in red when you leave it.
  </Step>

  <Step title="Choose how the company is organized">
    Choose **Simples** (Simple, a single unit), **Múltiplas unidades** (Multiple units, several stores or branches), or **Áreas e unidades** (Areas and units, divisions with units). For the last two, type the name of each unit; for **Áreas e unidades**, each area needs a name and at least one unit. Click **Próximo** (Next).
  </Step>

  <Step title="Review and create">
    Check the **Dados pessoais** (Personal data), **Empresa** (Company), and **Unidades** (Units, or **Estrutura**/Structure) cards. By continuing, you accept the General Agreement, the Terms of Use, and SAN's Policies. Click **Criar conta** (Create account).
  </Step>
</Steps>

You're automatically signed in with the email and password you just created, and you land on the Home page.&#x20;

<Note>
  The structure chosen here can be changed later in **Configurações > Empresa > Áreas & Unidades** (Settings > Company > Areas & Units). Your plan defines how many Units the account can have; see [Plans and what each one unlocks](/en/visao-geral/planos-e-recursos).
</Note>

***

## What to do next

The Home page shows the setup checklist: Company Identity, support channel, and team. See [Get Your Operation Ready with the Checklist](/en/primeiros-passos/configuracao/checklist-de-preparacao).

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="The Próximo (Next) button won't enable.">
    Some field is invalid. Leave the field and read the red message below it: an invalid email, a password shorter than six characters, or mismatched passwords are the possible reasons.
  </Accordion>

  <Accordion title="I chose the wrong structure.">
    Finish signing up and adjust it afterward in **Configurações > Empresa > Áreas & Unidades** (Settings > Company > Areas & Units). Only the Administrator can edit the structure.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Get Your Operation Ready with the Checklist" href="/en/primeiros-passos/configuracao/checklist-de-preparacao">The steps on the Home page.</Artigo>
  <Artigo titulo="Getting Started with Tartini" href="/en/primeiros-passos/guias/comecando-com-o-tartini">The complete guide, in the right order.</Artigo>
</Lista>


## Related topics

- [Accept the Invite and Activate Your Account](/en/primeiros-passos/configuracao/aceite-um-convite.md)
- [Complete Your First Access](/en/primeiros-passos/configuracao/primeiro-acesso.md)
- [Use Tartini as your system's channel](/en/integracoes/conexao-via-api.md)
