{/*
  Translated by the docs agent from content-src/es/guides/capacidades-plan/index.mdx
  (auto-generated CardGrid landing page — regenerate the ES source and re-check this
  translation's card titles/descriptions whenever the ES group's sections change).
*/}

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

Your plan isn't just a price and an AI token quota (you already know that from Manual 34 · Billing): it also sets how many of each kind of thing you can have active at once, and which parts of the product are included. Each of those things is a capability, and it's always one of three types:

<CardGrid>
  <LinkCard
    title="What a capability is"
    description="Your plan isn't just a price and an AI token quota (you already know that from Manual 34 · Billing): it also sets how many of each kind of thing you can have active at once, and …"
    href="/guides/capacidades-plan/01-que-es-una-capacidad/"
  />
  <LinkCard
    title="Where to see your capabilities"
    description="There's no single screen listing all twenty catalog capabilities together: each one lives on the screen where it's used, right next to the create button — so you always see the …"
    href="/guides/capacidades-plan/02-donde-ver-tus-capacidades/"
  />
  <LinkCard
    title="What happens when you hit a limit"
    description="No screen blocks you silently."
    href="/guides/capacidades-plan/03-que-pasa-al-alcanzar-un-limite/"
  />
  <LinkCard
    title="Out of plan: what gets blocked and what NEVER gets deleted"
    description="If you downgrade your plan (or staff/your provider reduces a capability of your contract — section 6.2) and you had more instances than the new plan allows, those extra instance…"
    href="/guides/capacidades-plan/04-fuera-de-plan-que-se-bloquea-y-que-nunca-se-borra/"
  />
  <LinkCard
    title="How to ask for more: “Request”"
    description="When a capability shows “Not included in your current plan” or “You've reached your plan's limit for this,” a “Request” button appears next to the message — it's the way to ask…"
    href="/guides/capacidades-plan/05-como-pedir-mas-solicitar/"
  />
  <LinkCard
    title="The “Copilot Assistant” channel"
    description="“Copilot Assistant” is one more channel type, like WhatsApp or the Web Widget (Manual 24 · Channels) — but instead of talking to your customers, you install it in YOUR OWN tool …"
    href="/guides/capacidades-plan/06-el-canal-asistente-copiloto/"
  />
  <LinkCard
    title="Changing plan"
    description="Requirements: administrator role."
    href="/guides/capacidades-plan/07-cambio-de-plan/"
  />
  <LinkCard
    title="Complete use case: upgrading your plan, viewing your capabilities and resolving an “out of plan”"
    description="An end-to-end example, with the real screens from this manual."
    href="/guides/capacidades-plan/08-caso-de-uso-completo-subir-de-plan-ver-tus-capacidades-y-resolver-un-f/"
  />
  <LinkCard
    title="Frequently asked questions"
    description="Can I lose configuration by downgrading my plan?"
    href="/guides/capacidades-plan/09-preguntas-frecuentes/"
  />
</CardGrid>