> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-exporting-opportunities.md).

# CRM - Exporting Opportunities

The CRM opportunity export feature allows you to extract important data for external analysis, sharing with teams, or generating custom reports.

{% embed url="<https://youtu.be/0UYBLmkmPRk>" %}

***

### 📤 How to export opportunities

To export the opportunities registered in the CRM, follow the steps below:

1. Access the CRM through:\
   **Menu > General > CRM**\
   or type **CRM** in the **Find services**
2. Enter the **Opportunities**
3. Use the **filters**if necessary, to refine the data you want to export
4. Carry out the **selection of the desired opportunities**
5. Click on the **Export**
6. Choose the file format ( `.csv` or `.xlsx`)
7. The download will start automatically

***

### 📊 Export via Reports

It is also possible to export opportunities through the **Reports**area, allowing for a broader and more customized view of the data.

For more details about this feature, check the corresponding article.

{% content-ref url="/pages/a44df79d2be3803779adbae688653de7df3d4eef" %}
[Reports - Exporting Fields from CRM Opportunities](/en/topics/analyze/custom-reports-and-dashboards/reports-common-questions/reports-data-export/reports-exporting-fields-from-crm-opportunities.md)
{% endcontent-ref %}

***

### 📊 Organization of exported data

After export, the data can be handled in tools such as:

* Excel
* Google Sheets

With this, you will be able to:

* Create custom reports
* Generate charts
* Share information with other teams
* Perform more in-depth analyses

***

### ⚠️ Important notes

* Exporting respects the filters applied on the screen
* Only selected opportunities will be exported
* For large volumes, multiple exports will be necessary


---

# 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.sprinthub.com/en/topics/general/crm/crm-common-questions/crm-exporting-opportunities.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.
