> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/yoplanning-academy/yoplanning-au-quotidien/tableau-de-bord-et-statistiques./exports-and-statistiques.md).

# Exports & Statistics

### What is the export feature for?

Yoplanning's export feature allows you to download filtered data from various lists displayed in the application. This is particularly useful for statistical analysis, performance reports or for keeping records.

### Steps to use the export feature

**1. Access the export functionality**

* Log in to your Yoplanning account.
* Navigate to the list of data you want to export. This can be a list of orders, payments, attendees, etc. All lists have an export.
* At the top right of the list, click on the menu symbolized by three small dots.

**2. Filter the data**

* Before exporting, you can apply filters to select the specific data you need.
* Use the available filtering options (by date, by category, by status, etc.) to refine your selection.

**3. Select export type**

* Click on the three dots menu.
* Choose the type of export you want. Some screens may offer multiple export options depending on the type of data.

### Practical examples

**Example 1: Promo code usage statistics**

* Promo codes are associated with products and may appear on certain order lines.
* To get these statistics, go to the order list and select the "Items" tab which represents the order lines.
* Filter by the desired period and export the data.

**Example 2: Participant Age Statistics**

* Go to the “Sessions” section and open the “Participants” tab.
* Filter participants by session date or any other relevant criteria.
* Click on the three dots menu and select the export option.

#### Usage tips and best practices

* **Always filter before exporting**: Use filters to limit the exported data to relevant information.
* **Check access rights**: Make sure you have the necessary rights to access and export the desired data.

### Common mistakes and solutions

**Error 1: Missing data in export**

* **Solution**: Check that the filters applied include all the desired data. Try broadening your filter criteria.

**Error 2: Unable to export data**

* **Solution**: Make sure you have the proper permissions. Contact your team administrator if necessary to obtain the required permissions.

#### Conclusion

Yoplanning's export feature is a powerful tool for analyzing and preserving data. By following these steps and applying best practices, you can maximize the usefulness of exports for your statistical and administrative needs.


---

# 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.yoplanning.support/en/yoplanning-academy/yoplanning-au-quotidien/tableau-de-bord-et-statistiques./exports-and-statistiques.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.
