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

By connecting Salesforce Sales Cloud, your agent can sync leads from your conversations with your Salesforce org, and you gain tools for the agent to look up and write to Salesforce while chatting with a customer — for example, checking whether a lead with that email already exists before creating a duplicate.

<CardGrid>
  <LinkCard
    title="What you get"
    description="By connecting Salesforce Sales Cloud, your agent can sync leads from your conversations with your Salesforce org, and you gain tools for the agent to look up and write t…"
    href="/en/integrations/salesforce/01-que-consigues/"
  />
  <LinkCard
    title="Before you start"
    description="Warning — Check your plan before you start Unlike HubSpot, not every Salesforce plan includes REST API access — without it, this integration can't work."
    href="/en/integrations/salesforce/02-antes-de-empezar/"
  />
  <LinkCard
    title="In Salesforce: creating the External Client App and its credentials"
    description="Note — &quot;External Client App&quot;, never &quot;Connected App&quot; Salesforce restricted the creation of classic &quot;Connected Apps&quot; starting with Spring '26, and recommends its replace…"
    href="/en/integrations/salesforce/03-en-salesforce-crear-la-external-client-app-y-sus-credenciales/"
  />
  <LinkCard
    title="In Platform: connecting Salesforce"
    description="Requirements: Admin role; the three values from section 3 (Consumer Key, Consumer Secret and My Domain URL)."
    href="/en/integrations/salesforce/04-en-platform-conectar-salesforce/"
  />
  <LinkCard
    title="Which actions to activate, and for whom"
    description="Connecting Salesforce doesn't activate anything on its own: both the panel actions and the agent tools are born off."
    href="/en/integrations/salesforce/05-que-acciones-activar-y-para-quien/"
  />
  <LinkCard
    title="Testing the connection"
    description="With Salesforce already connected, the detail's Status tab includes a Test connection button that checks, on the spot, that the saved credentials are still valid agains…"
    href="/en/integrations/salesforce/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 Salesforce while chatting."
    href="/en/integrations/salesforce/07-usarla-desde-el-agente-y-desde-los-flujos/"
  />
  <LinkCard
    title="Common problems"
    description="Can I connect more than one Salesforce org?"
    href="/en/integrations/salesforce/08-problemas-frecuentes/"
  />
  <LinkCard
    title="Disconnecting Salesforce and what happens to your data"
    description="Requirements: Admin role."
    href="/en/integrations/salesforce/09-desconectar-salesforce-y-que-pasa-con-tus-datos/"
  />
</CardGrid>