> For the complete documentation index, see [llms.txt](https://docs.gearplug.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gearplug.io/english/set-up-your-integrations/pipedrive/target-actions/create-person.md).

# Create person

1. **Select Pipedrive** as your target app and click the red gear. Pick the connection you want to use, or create a new one, and click “Continue.”

<figure><img src="https://lh4.googleusercontent.com/J4GgMnCdgSmWRQ_DCq_SI1DdQi8cuKidkb_hfWBmghEmEKB4I9-p6fidB8nbiHPfRxvUaDIhtDNrruSogPb7dxVHnkq_FWJief17RKWKhDDPAP_jQncent5XTdGY2HEWzorz9mZvNrX-cVSLHiL0Kw" alt=""><figcaption></figcaption></figure>

2. **Choose “Create person”** as your action and click the red gear. This will display the action’s data template.

<figure><img src="https://lh3.googleusercontent.com/QGw8QRpJcMvBM7K_ibhAJcyEZjwc5uHckuqyVXNGg-dk3ZgjajQ4QAuuDcSOnU90s_fPoCOnuyiTuBXHRtz4P4-zn900WXgqZqSWAiWxLyrY0pffzq6k4gaygmm7KoUHP6fincS8-fe5nj-AalsXGA" alt=""><figcaption></figcaption></figure>

3. **Fill in the data template**, linking source and target fields. Click “Map” when you’re done.

<figure><img src="https://lh3.googleusercontent.com/lUbHUTdOfnd6O4sauiCWlvRfm7sR6-f2yeHrJDVo6RmaseqDqSIdTHr13tASPOA0LvvEn6r9k2CyFfNf7CX1LqdMe_4NPIC417jXnJRAy90ux6nyAor1w2NmYZP4qC9VrUN3cwS8c8yKTZWOZck-JQ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If you don’t want to go through the list manually, you may use the search bar at the top.
{% endhint %}

4. **Verify your target is active** in the upper-right corner. Click “Add a target” or “Save” to add more apps or save your Gear.

<figure><img src="https://lh3.googleusercontent.com/hibIPuqnvY4iKDgG498yaEX7dCTCPDJvwbWdGtAOCOEPX4wdBmO0AwRVb9ou0zPanBt1hJZKcJN2HEs6RxY-UszRqXy0GXAD5DrOClwU6ePV8OmiqOPCvYSX0U0DBAU_Cq4ZkNSoi14nybILhEezbA" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
Make sure you turn on your Gear before exiting GearPlug!
{% 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://docs.gearplug.io/english/set-up-your-integrations/pipedrive/target-actions/create-person.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.
