# Exporting Data

Salesorder.com allows you to export all your data into a set of TXT files. These files are grouped together and downloaded as a single .ZIP file in order to reduce data size.

There are a number of reasons that you may want to download your data:

* You want to export the data into Microsoft Excel so that it can be analyzed and manipulated
* You want to take a backup of your data
* You want to upload your data into another system

Whichever reason is applicable to you the same basic mechanism is used to export the data:

### To Export Data

From the Explorer go to <mark style="color:orange;">Setup > Export Data</mark>. This displays the Export Data page.

<figure><img src="/files/hxpOqxuAhIHWp2KgZaqT" alt=""><figcaption><p>The Export Data Page</p></figcaption></figure>

By default the Export Data Page downloads all data, however, you can selectively download data by clicking on the appropriate checkboxes. When you have decided which data you wish to download simply click on the 'Export data' button.

Important: Depending on the amount of data in your system, exporting data may several minutes or even longer.

When the data files have been produced they will be emailed to the email address specified and you will receive a confirmation message to this effect:

<figure><img src="/files/6m7VqmaKxn2aCfXoEE1u" alt=""><figcaption></figcaption></figure>

Once you have received the email you can download the ZIP files and then open them from the file list. The files will contain a set of TXT files as specified in the initial Export Data selection. You can then extract these files and import them into Microsoft Excel as required.


---

# 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://helpwith.salesorder.com/setup/exporting-data.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.
