> For the complete documentation index, see [llms.txt](https://docs.ushahidi.com/platform-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ushahidi.com/platform-user-manual/legacy/6.-managing-data-in-your-deployment/6.8-exporting-data.md).

# 6.9 Exporting Data

The platform now allows for data export, enabling you to download posts from the platform in CSV format. You can download posts from your map mode, Data mode, [saved searches](/platform-user-manual/legacy/7.-analysing-data-on-your-deployment/7.1-saved-searches.md) and [collections](/platform-user-manual/legacy/7.-analysing-data-on-your-deployment/7.2-collections.md) you have access to, or based on custom criteria( [search filters](/platform-user-manual/legacy/6.-managing-data-in-your-deployment/6.2-filtering-posts.md) set by you as a user).

To export a CSV file,

* Click on saved search/collection you’d like to export data from.
  * You can also use the Search section on your header to filter posts you would like to export based on specific criteria
* Once done, click on the **Share** button on the right hand of your header menu.

&#x20;                                        ![](https://lh6.googleusercontent.com/LNQtuzf-gwuQOZQEIMe9fR5P6m6mM1SQaftlXfvcwyrDT8SBPomqSJG35mgTXSQlzTzi9lB8h4_npxRXwkt2xqNC3828jnMguW4-sOQOcvBD2mPuARRKCuCLKTEu5edlOKp2362D)

Then click on Export to CSV as shown below:

&#x20;                                          ![](https://lh6.googleusercontent.com/v4-9eMTX87N3FKtDLw1apg_yxn0PO9i0OMAjMK6tNhTVEeRRq4psGGw7CNzpzHo4DUHe8UhQqBLSYJHD0H2_OwK794cU12WRV68d40x4bE5NNG-yU6SAmim9_N_K09W8UfH04lpj)

* A small confirmation box will appear seeking confirmation on whether you would like to proceed with exporting your data.

  * Click on ***OK*** to export your CSV file
  * Click on ***Cancel*** if you would like to terminate the export process.

  &#x20;                                  ![](https://lh6.googleusercontent.com/qkF47hvoFluixXp7Bnlla0S2HBytn26ST98LyzllP4Ex9Ak8XrX3Zxiy1KRKQS7FcCfvh0poIudh24S7oAaRRsCNWc0da-pxW116IhQuBcTF5WUrMRhOn9IVCK61Y02GuWUFcW8K)
* You should get a CSV file named after your deployment name in your downloads folder


---

# 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.ushahidi.com/platform-user-manual/legacy/6.-managing-data-in-your-deployment/6.8-exporting-data.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.
