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

By connecting Google Drive, the files and folders you choose, one by one, sync with your agent's knowledge base (Manual 21 · Knowledge base) — the agent uses them exactly like a document you'd uploaded by hand, with the "Search documents" tool it already uses today.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting Google Drive, the files and folders you choose, one by one, sync with your agent's knowledge base (Manual 21 · Knowledge base) — the agent uses them exa…"
    href="/en/integrations/google-drive/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Note — Nothing to protect like a password Just like Google Sheets, this integration doesn't ask for any key or token: you just share your files with an email (non-s…"
    href="/en/integrations/google-drive/02-antes-de-empezar/"
  />
  <LinkCard
    title="In Google Drive: sharing files or a folder"
    description="Requirements: being the owner or having permission to share (section 2)."
    href="/en/integrations/google-drive/03-en-google-drive-compartir-archivos-o-una-carpeta/"
  />
  <LinkCard
    title="In Platform: connecting and choosing what to sync"
    description="Requirements: Admin role; having shared at least one file or folder (section 3), though you can connect first and share right after."
    href="/en/integrations/google-drive/04-en-platform-conectar-y-elegir-que-sincronizar/"
  />
  <LinkCard
    title="Which actions to activate — and today's honest limitation"
    description="From the Google Drive card, already Connected, click Details to open its record with the usual four tabs (Resources/Agent/Connections/Status)."
    href="/en/integrations/google-drive/05-que-acciones-activar-y-la-limitacion-honesta-de-hoy/"
  />
  <LinkCard
    title="Testing the connection"
    description="The detail's Status tab includes a Test connection button that checks, on the spot, that the Platform's service account still has access to what you shared."
    href="/en/integrations/google-drive/06-probar-la-conexion/"
  />
  <LinkCard
    title="Using it from the agent and from flows"
    description="Note — Example — answering with a synced document You synced a folder with your general terms in PDF."
    href="/en/integrations/google-drive/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Why don't my two panel actions do anything even when I activate them?"
    href="/en/integrations/google-drive/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting Google Drive and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/google-drive/09-desconectar-google-drive-y-que-pasa-con-tus-datos/"
  />
</CardGrid>