# Data Manager

Responsly gives you the ability to export feedback responses as a **.CSV** file, if you're interested in backing up your data or for use with another platform. You also have the ability to import a CSV file, such as one that contains data from a previous backup.

In the campaign manager, you can head to the *Data Manager* section where you can download all your campaign data into an easy to read spreadsheet. You'll be provided with a file that's named similar to the example below.

```
responsly_16_2020-05-15.csv
```


---

# Agent Instructions: 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://help.responsly.co/data-manager.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.
