> For the complete documentation index, see [llms.txt](https://integrations.drivetrain.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://integrations.drivetrain.ai/integration-guide/integrate-with-drivetrain/crm/integrating-with-pipedrive.md).

# Integrating with Pipedrive

[Pipedrive Setup](#pipedrive-setup)\
&#x20;  [Step 1: Add a new user](#step-1-add-a-new-user)\
&#x20;  [Step 2: Update user permissions](#step-2-update-user-permissions)\
&#x20;  [Step 3: Find the subdomain](#step-3-find-the-subdomain)

## Pipedrive Setup <a href="#pipedrive-setup" id="pipedrive-setup"></a>

### Step 1: Add a new user <a href="#step-1-add-a-new-user" id="step-1-add-a-new-user"></a>

1. Log in to your [Pipedrive](https://app.pipedrive.com/auth/login) account.
2. Go to **Settings > Manage Users >** [**Users**](https://app.pipedrive.com/settings/users)**.** Add a new user to your account by clicking the **“+”** button.

<figure><img src="/files/p92kkDHSsYdYBMFltbGC" alt=""><figcaption></figcaption></figure>

3. Enter the email address dedicated to your Drivetrain account (this will be provided by your Drivetrain onboarding partner) and create the account.

### Step 2: Update user permissions <a href="#step-2-update-user-permissions" id="step-2-update-user-permissions"></a>

1. In the top right corner, click your profile picture. Select **Company settings** > **Manage users**.
2. Grant the newly created user with the **Deals admin** permission set.

<figure><img src="/files/zzZKfWEUycxRBW0McDLf" alt=""><figcaption></figcaption></figure>

3. Make sure that the Deals Admin has access to **Use API** as well.
4. Save the changes.

### Step 3: Find the subdomain <a href="#step-3-find-the-subdomain" id="step-3-find-the-subdomain"></a>

1. Find your subdomain in your Pipedrive URL. For example, if your Pipedrive URL is drivetrain.pipedrive.com then your subdomain is ’drivetrain’.

{% hint style="info" %}
That’s it! Share your subdomain and account credentials with your drivetrain onboarding partner to get started!
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://integrations.drivetrain.ai/integration-guide/integrate-with-drivetrain/crm/integrating-with-pipedrive.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
