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

By connecting HubSpot, your agent can sync leads and deals from your conversations with your HubSpot CRM account, and you gain tools for the agent to look up and write to HubSpot while chatting with a customer — for example, checking whether a contact with that email already exists before creating a duplicate.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting HubSpot, your agent can sync leads and deals from your conversations with your HubSpot CRM account, and you gain tools for the agent to look up and write …"
    href="/en/integrations/hubspot/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Note — No external authorization process Unlike other integrations, HubSpot doesn't require any review or approval process: you generate the token yourself, in your o…"
    href="/en/integrations/hubspot/02-antes-de-empezar/"
  />
  <LinkCard
    title="In HubSpot: creating the private app and its permissions"
    description="Requirements: a HubSpot account with permission to create private apps (section 2)."
    href="/en/integrations/hubspot/03-en-hubspot-crear-la-aplicacion-privada-y-los-permisos/"
  />
  <LinkCard
    title="In Platform: connecting HubSpot"
    description="Requirements: Admin role; the HubSpot token from section 3."
    href="/en/integrations/hubspot/04-en-platform-conectar-hubspot/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Connecting HubSpot doesn't activate anything on its own: both the panel actions and the agent tools are born off — the same &quot;nothing on by default&quot; principle that gove…"
    href="/en/integrations/hubspot/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With HubSpot already connected, the detail's Status tab includes a Test connection button that checks, on the spot, that the saved token is still valid against HubSpot'…"
    href="/en/integrations/hubspot/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 and write to HubSpot while chatting."
    href="/en/integrations/hubspot/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect more than one HubSpot account?"
    href="/en/integrations/hubspot/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting HubSpot and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/hubspot/09-desconectar-hubspot-y-que-pasa-con-tus-datos/"
  />
</CardGrid>