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

The **Customers** section is your portfolio: the list of agencies (tenants) you manage as a partner. The
header shows how many customers you have ("N customers in your portfolio"). While you don't have any yet,
you'll see the empty state with the button to sign up your first one.

<CardGrid>
  <LinkCard
    title="The Customers section"
    description="The Customers section is your portfolio: the list of agencies (tenants) you manage as a partner."
    href="/docs/en/guides/clientes/01-la-seccion-clientes/"
  />
  <LinkCard
    title="Procedure: sign up a new customer"
    description="Requirements: Owner or Member role (signing up tenants isn't restricted to a single role)."
    href="/docs/en/guides/clientes/02-procedimiento-dar-de-alta-un-cliente-nuevo/"
  />
  <LinkCard
    title="Seats: your plan's customer limit"
    description="The number of customers you can sign up is limited by your seat quota — the seat depends on the partner plan you have contracted (Manual 39, Billing), it isn't unlimited by default"
    href="/docs/en/guides/clientes/03-plazas-el-limite-de-clientes-de-tu-plan/"
  />
  <LinkCard
    title="Procedure: entering a customer's panel (impersonation)"
    description="For every customer in the table, once you have any signed up, its row offers an &quot;Enter&quot; button that takes you into that tenant's Platform, exactly as its own administrator sees it "
    href="/docs/en/guides/clientes/04-procedimiento-entrar-en-el-panel-de-un-cliente-impersonar/"
  />
  <LinkCard
    title="Custom plans: bespoke agreements with a customer"
    description="Besides your seat quota with the Platform (Manual 39) you have your own catalog of plans to resell to your customers, in Plans — how to create, version and archive it is explained "
    href="/docs/en/guides/clientes/05-planes-personalizados-acuerdos-a-medida-con-un-cliente/"
  />
  <LinkCard
    title="Manual charging: recording a customer's payment"
    description="If one of your customers has charging configured as manual — the typical case is your own External billing mode (Manual 39, section 3): you charge outside the platform, by bank tra"
    href="/docs/en/guides/clientes/06-cobro-manual-registrar-el-pago-de-un-cliente/"
  />
</CardGrid>