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

In **Plans** you manage the **catalog of plans YOU offer your customers** — separate from your own seat
plan with the Platform (Manual 39). While you haven't created any, you'll see "No plans yet".

<CardGrid>
  <LinkCard
    title="Plans: your own catalog"
    description="In Plans you manage the catalog of plans YOU offer your customers — separate from your own seat plan with the Platform (Manual 39)."
    href="/docs/en/guides/planes-ia/01-planes-tu-propio-catalogo/"
  />
  <LinkCard
    title="Procedure: creating a new version of a plan"
    description="A plan isn't edited &quot;in place&quot; once created: to change its price, features, limits or allowances, you create a new version."
    href="/docs/en/guides/planes-ia/02-procedimiento-crear-una-nueva-version-de-un-plan/"
  />
  <LinkCard
    title="Procedure: archiving a plan version"
    description="Requirements: Owner role — same permission as creating a plan (section 1)."
    href="/docs/en/guides/planes-ia/03-procedimiento-archivar-una-version-de-un-plan/"
  />
  <LinkCard
    title="AI: managed by the Platform or your own key (BYOK)"
    description="In AI you decide, provider by provider (OpenAI, Claude (Anthropic), Gemini (Google) and DeepSeek), whether your customers use AI managed by the Platform (usage is deducted from you"
    href="/docs/en/guides/planes-ia/04-ia-gestionada-por-la-plataforma-o-tu-propia-clave-byok/"
  />
  <LinkCard
    title="MCP catalog for your customers"
    description="Your customers can connect the Platform's catalog of preconfigured MCP servers by level (key or OAuth) from their own Settings → MCP servers screen."
    href="/docs/en/guides/planes-ia/05-catalogo-mcp-para-tus-clientes/"
  />
  <LinkCard
    title="Your capabilities pool"
    description="Your provider assigns you a pool for each capability — how many agents, flows, channels by type, API keys, etc."
    href="/docs/en/guides/planes-ia/06-tu-cupo-de-capacidades/"
  />
  <LinkCard
    title="Procedure: requesting a pool increase"
    description="If you need more pool than you have to serve your customers, ask for it directly from the same screen — without writing a separate email."
    href="/docs/en/guides/planes-ia/07-procedimiento-solicitar-una-ampliacion-de-cupo/"
  />
</CardGrid>