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

By connecting PandaDoc, your agent can send to electronic signature a document already generated from one of your approved templates (contracts, authorizations, engagement letters) directly within a conversation — never free-form content the agent makes up, always a template your team configured beforehand in the Documents module.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting PandaDoc, your agent can send to electronic signature a document already generated from one of your approved templates (contracts, authorizations, eng…"
    href="/en/integrations/pandadoc/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Notice — Production key: the official documentation is inconclusive PandaDoc's public documentation isn't consistent about whether a new account gets the Production …"
    href="/en/integrations/pandadoc/02-antes-de-empezar/"
  />
  <LinkCard
    title="In PandaDoc: generating the Production API key"
    description="Requirements: a PandaDoc account with access to the Dev Center (section 2)."
    href="/en/integrations/pandadoc/03-en-pandadoc-generar-la-clave-de-api-de-produccion/"
  />
  <LinkCard
    title="In Platform: connecting PandaDoc"
    description="Requirements: Admin role; the Production API key from section 3."
    href="/en/integrations/pandadoc/04-en-platform-conectar-pandadoc/"
  />
  <LinkCard
    title="What this integration can do"
    description="PandaDoc is the only integration in this catalog with no panel actions — there's no event on your Platform that syncs data to PandaDoc in the background."
    href="/en/integrations/pandadoc/05-que-puede-hacer-esta-integracion/"
  />
  <LinkCard
    title="Testing the connection"
    description="With PandaDoc already connected, the detail's Status tab includes a Test connection button that checks, on the spot, that the saved key is still valid against PandaD…"
    href="/en/integrations/pandadoc/06-probar-la-conexion/"
  />
  <LinkCard
    title="Using it from the agent"
    description="With the tool activated (section 5), your agent can send a document to be signed at the right moment in the conversation:"
    href="/en/integrations/pandadoc/07-usarla-desde-el-agente/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect more than one PandaDoc account?"
    href="/en/integrations/pandadoc/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting PandaDoc and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/pandadoc/09-desconectar-pandadoc-y-que-pasa-con-tus-datos/"
  />
</CardGrid>