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

Your AI assistant can do a lot of things: search your knowledge base, generate documents, query or update
your connected integrations… This manual brings together the two places where you decide **who can ask it
for what**:

<CardGrid>
  <LinkCard
    title="What this is and what it's for"
    description="Your AI assistant can do a lot of things: search your knowledge base, generate documents, query or update your connected integrations… This manual brings together the two places wh"
    href="/en/guides/control-del-agente/01-que-es-esto-y-para-que-sirve/"
  />
  <LinkCard
    title="Agent control: what it can do with customers and with your team"
    description="Go into Settings → Agent control."
    href="/en/guides/control-del-agente/02-control-del-agente-que-puede-hacer-con-clientes-y-con-tu-equipo/"
  />
  <LinkCard
    title="Team: narrowing what each member can do"
    description="A member's role (admin/editor/viewer) already sets a starting set of permissions (Manual 15, section 4; Manual 25)."
    href="/en/guides/control-del-agente/03-equipo-recortar-lo-que-puede-hacer-cada-miembro/"
  />
  <LinkCard
    title="How it fits with API keys"
    description="The &quot;With their API keys&quot; section of a member's record (section 3.2) narrows what any key that member creates from now on can end up doing — it's the ceiling for their future keys."
    href="/en/guides/control-del-agente/04-como-encaja-con-las-claves-de-api/"
  />
  <LinkCard
    title="Frequently asked questions"
    description="Does the &quot;Agent control&quot; toggle affect every tenant, or only mine?"
    href="/en/guides/control-del-agente/05-preguntas-frecuentes/"
  />
</CardGrid>