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

# Buy extra credits

> Buy recharge packs or turn on auto-recharge so the AI doesn't stop when the allowance runs out.

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 extra credits, the AI keeps helping customers even when the month uses more than the allowance. You buy when you need to, or let Tartini recharge on its own.

<Note>
  Who buys: the Administrator, in the SAN Customer Area. Extra credits expire at the end of the cycle, just like the allowance. The Tartini interface is in Portuguese. Screen and button names appear here exactly as on screen, with the translation in parentheses.
</Note>

***

## Buy a recharge pack

By default, the account has no extra pack: only the month's allowance. Where to find it: **Área do Cliente da SAN** (SAN Customer Area), in the Tartini service.&#x20;

<Steps>
  <Step title="Choose the pack">Choose between 500, 1,000, 2,000, or 3,000 credits. There's no limit on packs per cycle.</Step>
  <Step title="Check the price">The pack price varies with the day's exchange rate and appears before you confirm.</Step>
  <Step title="Pay the invoice">The credits enter the balance as soon as the payment is confirmed and add to what's already there.</Step>
</Steps>

<Note>
  With an overdue, unpaid subscription invoice, buying packs is unavailable until the account is brought up to date.
</Note>

***

## Turn on auto-recharge

By default, auto-recharge is off. Where to find it: **Área do Cliente da SAN** (SAN Customer Area), in the Tartini service.&#x20;

<Steps>
  <Step title="Open the setting">Open auto-recharge and review the available packs, the trigger that starts the recharge, and the limit of recharges per cycle.</Step>
  <Step title="Authorize the charge">Confirm the charge pre-authorization so the recharge happens without you needing to act.</Step>
</Steps>

When the allowance runs out, Tartini tries the recharge before using the extra margin. You get a notice for every recharge made.

<Tip>
  If auto-recharge kicks in almost every month, increasing the allowance in [Assinatura](/en/creditos/assinatura) (Subscription) makes your invoice amount more predictable.
</Tip>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Are pack credits valid for the following month?">
    No. They follow the allowance rule and expire at the cycle turnover.
  </Accordion>

  <Accordion title="What's the difference between buying a pack and increasing the allowance?">
    A pack is a one-off purchase for the current cycle. The allowance is the fixed monthly amount, which comes in at each renewal and changes your recurring invoice.
  </Accordion>

  <Accordion title="What if auto-recharge fails?">
    Tartini uses the extra margin of up to 10% of the allowance. When that also runs out, the AI stops until you buy a pack. See [What happens when credits run out](/en/creditos/quando-os-creditos-acabam).
  </Accordion>
</AccordionGroup>

***

## Related articles

<Lista>
  <Artigo titulo="Credits explained" href="/en/visao-geral/creditos-explicados">Allowance, consumption, and what happens when it runs out.</Artigo>
  <Artigo titulo="What happens when credits run out" href="/en/creditos/quando-os-creditos-acabam">The warning banners and what stops.</Artigo>
</Lista>


## Related topics

- [Credits explained](/en/visao-geral/creditos-explicados.md)
- [What happens when credits run out](/en/creditos/quando-os-creditos-acabam.md)
- [View your subscription and plan](/en/creditos/assinatura.md)
