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

# View your subscription and plan

> See your plan, your contracted monthly allowance, and your account details in one place.

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 screen, you can check at a glance which plan is active, how much of your monthly allowance is left, and whether your account details are correct.

<Note>
  Who can see this: only Administrator.&#x20;

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

***

## See your plan and monthly allowance

Where to find it: **Configurações > Cobrança > Assinatura** (Settings > Billing > Subscription).

<Steps>
  <Step title="Open the screen">Go to **Configurações > Cobrança > Assinatura**.</Step>
  <Step title="See the summary">Check the plan name, the monthly price, and the allowance consumption bar.</Step>
</Steps>

<Note>
  A free account has no monthly allowance or billing. In that case the screen only shows the free account notice.
</Note>

***

## See the account details

Where to find it: **Configurações > Cobrança > Assinatura**, **Dados da conta** (Account details) section.

The screen shows Responsável, E-mail, Contato, CNPJ or CPF, Razão social, Empresa, Status da conta, and the customer-since date.

<Note>
  Account details can't be edited on this screen.&#x20;
</Note>

***

## Understand the subscription statuses

| Status    | What it means                               |
| --------- | ------------------------------------------- |
| Ativa     | Subscription up to date. Full access.       |
| Completa  | Subscription up to date. Full access.       |
| Pendente  | Waiting for confirmation. Read-only access. |
| Suspensa  | Subscription suspended. Read-only access.   |
| Encerrada | Subscription ended. Read-only access.       |
| Cancelada | Subscription canceled. Read-only access.    |
| Fraude    | Subscription blocked. Read-only access.     |

***

## What changes in read-only mode

Outside of Ativa and Completa, the entire platform switches to read-only mode.

<Warning>
  With the subscription outside of Ativa or Completa, a banner warns that the subscription isn't active and that access is in read-only mode. Buttons, fields, and selections are disabled. Navigation keeps working normally.
</Warning>

***

## Change your plan or your monthly allowance

Where to find it: **Configurações > Cobrança > Assinatura**, **Gerenciar plano e franquia** (Manage plan and allowance) button.

<Steps>
  <Step title="Open the options">Click **Gerenciar plano e franquia**.</Step>
  <Step title="Choose what to change">See the available plans, or adjust the contracted monthly allowance.</Step>
  <Step title="Confirm outside Tartini">The plan or allowance change is completed on an external portal, outside Tartini.</Step>
</Steps>

<Note>
  The button only appears on paid accounts. Plan or allowance changes take effect from the next renewal, never immediately.
</Note>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I edit my account details on this screen?">
    No.&#x20;
  </Accordion>

  <Accordion title="Why don't I see this screen?">
    Only the company's Administrator can access Assinatura. Other roles are redirected to the start of Settings.
  </Accordion>

  <Accordion title="Does changing plans charge anything right away?">
    No. The change only takes effect from the next renewal cycle.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Track your credit balance and statement" href="/en/creditos/creditos-e-extrato">See your daily credit consumption.</Artigo>
  <Artigo titulo="Plans and what each one unlocks" href="/en/visao-geral/planos-e-recursos">Compare the features of each plan.</Artigo>
</Lista>


## Related topics

- [Credits explained](/en/visao-geral/creditos-explicados.md)
- [Track your credit balance and statement](/en/creditos/creditos-e-extrato.md)
- [What happens when credits run out](/en/creditos/quando-os-creditos-acabam.md)
