> ## Documentation Index
> Fetch the complete documentation index at: https://docs.propal.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Connect Propal with your CRM, payment processor, and other tools.

## Available integrations

### CRM

<CardGroup cols={2}>
  <Card title="HubSpot" icon="arrow-right-left" href="/guides/integrations/hubspot">
    Bidirectional contact sync between Propal and HubSpot. Link proposals to deals, manage duplicates, and preview data before syncing.
  </Card>

  <Card title="Salesforce" icon="clock">
    Enterprise CRM sync. Coming soon.
  </Card>
</CardGroup>

### Payments

<CardGroup cols={2}>
  <Card title="Stripe" icon="credit-card">
    Accept payments directly through your proposals. Configure in **Settings > Integrations**.
  </Card>
</CardGroup>

### Automation

<CardGroup cols={2}>
  <Card title="Public API" icon="code" href="/api-reference/introduction">
    Build custom integrations with the Propal REST API. Manage proposals, leads, catalog, and metrics programmatically.
  </Card>

  <Card title="Zapier" icon="clock">
    Connect Propal to 5,000+ apps. Coming soon.
  </Card>
</CardGroup>

## Setting up an integration

<Steps>
  <Step title="Open integration settings">
    Navigate to **Settings > Integrations** in your Propal dashboard.
  </Step>

  <Step title="Select an integration">
    Find the integration you need and click **Connect**.
  </Step>

  <Step title="Authorize access">
    Follow the OAuth flow or enter your credentials to grant Propal access.
  </Step>

  <Step title="Configure sync preferences">
    Choose what data to sync, set mapping rules, and configure conflict resolution.
  </Step>
</Steps>

<Tip>
  Before your first sync, clean up duplicates in both systems and test with a small dataset.
</Tip>

<Warning>
  Some integrations require admin permissions on the external platform. Verify your access level before starting.
</Warning>
