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

# Pipedrive

> Manage deals and contacts in Pipedrive from your agent

## Setup

<Steps>
  <Step title="Get your API Token">
    In Pipedrive, go to **Settings → Personal preferences → API** and copy your API token.
  </Step>

  <Step title="Add credentials in Orova">
    **Settings → Integrations → Pipedrive** → paste your API token.
  </Step>

  <Step title="Create tool and assign">
    **Tools → Create Tool** → select **Pipedrive** → assign to your agent.
  </Step>
</Steps>

## Available tools

| Tool                   | Description              |
| ---------------------- | ------------------------ |
| `search_persons`       | Search contacts          |
| `get_person`           | Get contact details      |
| `create_person`        | Create a contact         |
| `update_person`        | Update a contact         |
| `search_deals`         | Search deals             |
| `get_deal`             | Get deal details         |
| `create_deal`          | Create a deal            |
| `update_deal`          | Update a deal            |
| `search_organizations` | Search organizations     |
| `get_organization`     | Get organization details |
| `create_organization`  | Create an organization   |
| `create_activity`      | Create an activity       |
| `create_note`          | Create a note            |
