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

Your partner console (/partner/, manual 37) has its own "Assistant" button on the top bar — the same mechanism your customers' Platform already uses (manual 58), but set up for the screens of YOUR console: Overview, Customers, Wallet, Billing, Brand, Referrals, Team, Activity, Plans, AI and Announcements.

<CardGrid>
  <LinkCard
    title="What the assistant in your console is"
    description="Your partner console (/partner/, manual 37) has its own &quot;Assistant&quot; button on the top bar — the same mechanism your customers' Platform already uses (manual 58), but…"
    href="/docs/en/guides/asistente-partner/01-que-es-el-asistente-de-tu-consola/"
  />
  <LinkCard
    title="What it can do, screen by screen"
    description="It can fill in Business name, Slug, Administrator name, Administrator email and Language, and tap &quot;Create customer&quot;."
    href="/docs/en/guides/asistente-partner/02-que-puede-hacer-pantalla-por-pantalla/"
  />
  <LinkCard
    title="Money: guidance only, always"
    description="Important — Wallet, Billing and Referrals: the assistant never touches anything. These three screens — your balance, your seat quota and your commissions (manuals 39 and …"
    href="/docs/en/guides/asistente-partner/03-dinero-solo-guia-siempre/"
  />
  <LinkCard
    title="How it gets activated"
    description="Just like on your customers' Platform (manual 58, section 2.1): your console's manifest is prepared by your provider, but someone on your team with permission has to review …"
    href="/docs/en/guides/asistente-partner/04-como-se-activa/"
  />
  <LinkCard
    title="The &quot;Assistant&quot; panel"
    description="It opens and closes the same way, confirms the same way before saving, and leaves the same record of what was proposed, confirmed or cancelled."
    href="/docs/en/guides/asistente-partner/05-el-panel-asistente/"
  />
  <LinkCard
    title="When the environment doesn't have it yet"
    description="If your install doesn't have the assistant configured yet (for example, on a freshly deployed environment), the panel says so plainly — it never stays half-working or preten…"
    href="/docs/en/guides/asistente-partner/06-cuando-el-entorno-no-lo-tiene-todavia/"
  />
  <LinkCard
    title="For your team: your provider's internal panel only guides"
    description="When you talk to the support team (manual 42) and someone on their staff helps you from their own internal panel, that panel also has an assistant — but there, by design, i…"
    href="/docs/en/guides/asistente-partner/07-para-tu-equipo-el-panel-interno-de-tu-proveedor-solo-guia/"
  />
  <LinkCard
    title="Frequently asked questions"
    description="Can I ask the assistant to top up my wallet or change my seat plan?"
    href="/docs/en/guides/asistente-partner/08-preguntas-frecuentes/"
  />
</CardGrid>