> For the complete documentation index, see [llms.txt](https://docs.popl.co/introduction/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.popl.co/introduction/integrations/pardot-integration/pardot-sync-logic.md).

# Pardot Sync Logic

#### Prospect Sync Logic <a href="#contact-sync-logic" id="contact-sync-logic"></a>

When syncing Popl leads to your Pardot account, the integration will first perform a read operation to see if the prospect already exists. This search (query) uses the prospect's **"email"** as a primary key to match any existing prospect already in your Pardot account. Based on the search, two flows can be taken:

**Create New Prospect if No Prospect Found:**

If no prospect is found from this initial email search, then the integration will proceed to create a new prospect. Prospect ownership and any custom mappings will be applied based on the configuration settings described above.

**Update Existing  Prospect If an Existing Prospect is Found:**

If a prospect is found with the Popl lead's specific email, then the integration will proceed to update that prospect accordingly instead of creating a new, duplicate prospect. Prospect ownership and any custom mappings will be applied based on the configuration settings described above.

***

#### Need Help?

Contact Popl Support – our team is available to assist at <teams@popl.co>.

\
With 🤍 from Popl.&#x20;


---

# 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:

```
GET https://docs.popl.co/introduction/integrations/pardot-integration/pardot-sync-logic.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
