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

# Accept the Invite and Activate Your Account

> Got an invite from a manager? Create your password, activate your account, and go straight into the Inbox.

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

The invite arrives by email, sent by a manager or administrator at your company. You set your name and password, and the account is activated right away.

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

***

## Activate your account

<Steps>
  <Step title="Open the link in the email">
    The link takes you to the **Bem-vindo ao time!** (Welcome to the team!) screen. If you already have another account open in Tartini, sign out of it first: with a session open, the link redirects to the Home page.
  </Step>

  <Step title="Fill in your name and password">
    Check the **Nome** (Name, it may already be filled in), create your **Senha** (Password) with at least six characters, and repeat it in **Confirmar senha** (Confirm password).
  </Step>

  <Step title="Activate">
    Click **Ativar conta** (Activate account). You're automatically signed in and land in the Inbox.
  </Step>
</Steps>

<Tip>
  The first time in the Inbox, managers and agents get a guided tour of the screen. It appears once per browser.
</Tip>

***

## If the invite expired

The link has an expiration date. If the screen says the token is invalid or expired, ask whoever invited you to resend it: in **Configurações > Empresa > Usuários** (Settings > Company > Users), the invite shows as **Expirado** (Expired) and has a resend option. See [Invite and manage users](/en/equipe/usuarios).

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="I didn't receive the email.">
    Check your spam folder and confirm the registered email with your manager. They can resend the invite from the Users screen.
  </Accordion>

  <Accordion title="Can I use the same email at two companies?">
    The invite is for the company of the person who invited you. When you sign in, you access the Units you were granted access to. See [Roles and access explained](/en/visao-geral/papeis-e-acessos).
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Get to know the Tartini screen" href="/en/visao-geral/conheca-a-navegacao">The menu and switching Units.</Artigo>
  <Artigo titulo="Get to know the Inbox" href="/en/inbox/conheca-o-inbox">Where conversations arrive.</Artigo>
</Lista>


## Related topics

- [Create Your Account](/en/primeiros-passos/configuracao/crie-sua-conta.md)
- [Frequently Asked Questions for Beginners](/en/primeiros-passos/perguntas-frequentes/iniciantes.md)
- [Complete Your First Access](/en/primeiros-passos/configuracao/primeiro-acesso.md)
