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

# Track your credit balance and statement

> See how much of your monthly allowance is left, where credits go, and the statement for each day.

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 the balance in view, you know how much of your monthly allowance is left, what consumes the most credits, and when the cycle turns over.

<Note>
  Who can see this: only Administrator.

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

***

## See your balance and monthly allowance

Where to find it: **Configurações > Cobrança > Créditos** (Settings > Billing > Credits).

At the top of the screen you'll find the current balance, in credits, and the contracted monthly allowance, with a bar showing how much has been consumed in the cycle.

<Note>
  When the month's allowance runs out, the AI starts using the extra margin, an advance of up to 10% of next month's allowance. See what changes in [What happens when credits run out](/en/creditos/quando-os-creditos-acabam).
</Note>

***

## Filter by period and by unit

Where to find it: **Configurações > Cobrança > Créditos**, right below the balance.

<Steps>
  <Step title="Choose the period">Click a tab: Ciclo atual, Ciclo anterior, Trimestre, Semestre, Ano, or Personalizado.</Step>
  <Step title="Filter by unit (optional)">Click one or more unit chips. With none selected, the screen shows the company total.</Step>
</Steps>

***

## See where credits go

Where to find it: **Configurações > Cobrança > Créditos**, **Onde os créditos vão** (Where credits go) section.

The chart shows consumption by AI category and by messages, with the total for the period and the change compared to the previous one.

<Note>
  Message consumption is measured at the company level and isn't affected by the unit filter.
</Note>

***

## Check the daily statement

Where to find it: **Configurações > Cobrança > Créditos**, **Extrato** (Statement) section.

<Steps>
  <Step title="Open the statement">Scroll to the **Extrato** section. Days with no activity don't appear in the list.</Step>
  <Step title="See a specific day">Click a row to open the day's detail, with opening balance, credits added, AI consumption, messages, and closing balance.</Step>
</Steps>

<Note>
  On the day the cycle turns over, the statement shows how much allowance came in and what happened to the previous cycle's balance, which can expire or roll over depending on your plan.
</Note>

***

## See consumption per conversation

Where to find it: **Configurações > Cobrança > Créditos**, **Consumo por conversa** (Consumption per conversation) section.

<Steps>
  <Step title="Search for the contact">Type a name in the search, or browse the list.</Step>
  <Step title="Open the conversation">Click a row to see the detail: AI categories used, messages, and credits consumed.</Step>
</Steps>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="What consumes credits?">
    AI usage, including Tino, Sotto, and Scout, and the messages exchanged on the channels.
  </Accordion>

  <Accordion title="Do leftover credits at the end of the cycle roll over to the next month?">
    It depends on your plan. On the day the cycle turns over, the statement shows whether the previous balance expired or was kept.
  </Accordion>

  <Accordion title="Where can I see how much a specific conversation cost?">
    In the Consumo por conversa section, by searching for the contact's name.
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="View your subscription and plan" href="/en/creditos/assinatura">See your plan, your monthly allowance, and your account details.</Artigo>
  <Artigo titulo="What happens when credits run out" href="/en/creditos/quando-os-creditos-acabam">Understand the warning thresholds and what stops.</Artigo>
</Lista>


## Related topics

- [Credits explained](/en/visao-geral/creditos-explicados.md)
- [Message and Conversation Volume](/en/metricas/mensagens-e-conversas.md)
- [The Scout Explained](/en/agentes/scout/o-scout-explicado.md)
