> For the complete documentation index, see [llms.txt](https://docs.wildmail.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wildmail.io/activecampaign-academy/exploring-further/organize-your-deals/import-and-export-your-deals.md).

# Import & export your deals

{% hint style="info" %}
In this section, you will find insights on how to organize your contacts in ActiveCampaign.&#x20;
{% endhint %}

### Import Deals:

1. Go to the Deals section in ActiveCampaign.
2. Click on the "Import" button.
3. Choose the CSV file that contains the deals you want to import.
4. Map the fields in the CSV file to the corresponding fields in ActiveCampaign.
5. Click "Import" and wait for the process to complete.

{% hint style="success" %}
Make sure that the CSV file you're importing contains the **required fields** for the deals to be imported, such as deal name, value, and stage. You can also include additional fields, like description, contact or company, and custom fields.
{% endhint %}

The required fields are:

* **Pipeline**
* **Stage**
* **Deal Title**
* **Deal Owner** (email address or username)
* **Contact** (ActiveCampaign ID or email address) or **Account** (ActiveCampaign ID or Name)

### Export Deals

1. Go to the Deals section in ActiveCampaign.
2. Select the deals you want to export.
3. Click on the "Export" button.

{% hint style="success" %}
You can export all deals or just a selection of deals based on specific criteria like stage or associated contact or company. This allows you to analyze your sales data in external tools and make data-driven decisions.
{% endhint %}

&#x20;Check the full process in our step-by-step tutorial here below! :point\_down:

{% embed url="<https://www.youtube.com/watch?v=cZ0IEjlt4to>" %}

If you have any questions, don't hesitate to [email us](mailto:support@wildmail.io) for free assistance, we are happy to help you.&#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, and the optional `goal` query parameter:

```
GET https://docs.wildmail.io/activecampaign-academy/exploring-further/organize-your-deals/import-and-export-your-deals.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.
