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

# HubSpot

> Connect HubSpot to sync contacts and deals into Nous.

## Setup

<Steps>
  <Step title="Open Private Apps in HubSpot">
    In HubSpot go to **Settings → Integrations → Private Apps** and click **Create a private app**.
  </Step>

  <Step title="Name the app and select scopes">
    Give the app a name (e.g. "Nous") then go to the **Scopes** tab and enable:

    ```
    crm.objects.contacts.read
    crm.objects.deals.read
    crm.objects.companies.read
    ```
  </Step>

  <Step title="Create and copy the access token">
    Click **Create app** then copy the **Access token** shown.
  </Step>

  <Step title="Connect in Nous">
    Go to **Settings → Integrations → + Add Integration → HubSpot**, paste the token, and click **Connect**.
  </Step>
</Steps>
