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

By connecting Google Sheets, your agent can look up the content of your spreadsheets while chatting (a catalog, a price list) and your new leads can be automatically registered as new rows in the sheet you choose.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting Google Sheets, your agent can look up the content of your spreadsheets while chatting (a catalog, a price list) and your new leads can be automatically…"
    href="/en/integrations/google-sheets/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Note — Nothing to protect like a password There's no API key or token to copy in this integration: you just share your sheet with an email (non-sensitive data) and a…"
    href="/en/integrations/google-sheets/02-antes-de-empezar/"
  />
  <LinkCard
    title="In Google Sheets: sharing the sheet with the service account"
    description="Requirements: being the owner or having permission to share the sheet (section 2)."
    href="/en/integrations/google-sheets/03-en-google-sheets-compartir-la-hoja-con-la-cuenta-de-servicio/"
  />
  <LinkCard
    title="In Platform: connecting and registering the sheet"
    description="Requirements: Admin role; having shared the sheet from section 3 (or doing it right after connecting — the order doesn't matter, as long as you share before trying …"
    href="/en/integrations/google-sheets/04-en-platform-conectar-y-registrar-la-hoja/"
  />
  <LinkCard
    title="Named connections and which actions to activate"
    description="Besides the principal connection, Google Sheets supports named connections: several additional connections, each with its own registered sheets, meant for a specific…"
    href="/en/integrations/google-sheets/05-conexiones-con-nombre-y-que-acciones-activar/"
  />
  <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."
    href="/en/integrations/google-sheets/06-probar-la-conexion/"
  />
  <LinkCard
    title="Using it from the agent and from flows"
    description="With the tools activated (section 5), your agent can look up your sheet while chatting:"
    href="/en/integrations/google-sheets/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I have several sheets registered at once?"
    href="/en/integrations/google-sheets/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting Google Sheets and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/google-sheets/09-desconectar-google-sheets-y-que-pasa-con-tus-datos/"
  />
</CardGrid>