import { CardGrid, LinkCard } from '@astrojs/starlight/components';

Everything in this manual lives in **Settings → Billing**, inside your agency's Platform. Only the
**Administrator** role sees this tab — Editor and Read-only don't have it available in the Settings menu,
even though they keep seeing the rest of the application normally.

<CardGrid>
  <LinkCard
    title="What this screen is and who sees it"
    description="Everything in this manual lives in Settings → Billing, inside your agency's Platform."
    href="/en/guides/facturacion/01-que-es-esta-pantalla-y-quien-la-ve/"
  />
  <LinkCard
    title="Procedure: view your plan and change it"
    description="Billing's top card is your Current plan: it shows the plan's name (Starter €99/month, Pro €249/month or Enterprise €599/month), the features it includes as chips (for example &quot;Unli"
    href="/en/guides/facturacion/02-procedimiento-ver-tu-plan-y-cambiarlo/"
  />
  <LinkCard
    title="Procedure: manage payment and cancel your subscription"
    description="The platform never sees or stores your saved card: it lives entirely in Stripe."
    href="/en/guides/facturacion/03-procedimiento-gestionar-el-pago-y-cancelar-tu-suscripcion/"
  />
  <LinkCard
    title="Period usage: what each bar measures"
    description="Below the plan, the Period usage panel shows progress-bar meters for the current calendar month (from day 1 to the last day of the month — not your Stripe billing cycle, which can "
    href="/en/guides/facturacion/04-consumo-del-periodo-que-mide-cada-barra/"
  />
  <LinkCard
    title="What happens at 80% and 100% of each quota"
    description="At 80% of AI Tokens you get a real notice: a bell inside the app (it takes you straight to this screen) and an email to your agency's administrators."
    href="/en/guides/facturacion/05-que-pasa-al-80-y-al-100-de-cada-cuota/"
  />
  <LinkCard
    title="Procedure: request a token extension"
    description="If you reach 100% of AI Tokens before the month ends and need the AI to keep helping, the route is to request a one-off extension from your provider's team — it isn't self-service,"
    href="/en/guides/facturacion/06-procedimiento-pedir-una-ampliacion-de-tokens/"
  />
  <LinkCard
    title="Procedure: consumption credit and top-ups"
    description="Consumption credit is an internal wallet from your provider, separate from your subscription: it covers only conversations above your plan (the Messages axis from section 5 — AI to"
    href="/en/guides/facturacion/07-procedimiento-credito-de-consumo-y-recarga/"
  />
  <LinkCard
    title="Invoices: statuses and downloads"
    description="The Invoice history, at the bottom of Settings → Billing, lists every invoice with its number, date, status and amount (always in your contract's currency, section 1) — your curren"
    href="/en/guides/facturacion/08-facturas-estados-y-descargas/"
  />
  <LinkCard
    title="Subscription statuses and their notices"
    description="Your subscription is always in one of these 7 statuses."
    href="/en/guides/facturacion/09-estados-de-la-suscripcion-y-sus-avisos/"
  />
</CardGrid>