# Exporting Correlation Data With Beam

Beam provides a powerful feature that allows you to export your time series data for further analysis, especially useful for tasks like training your predictive models. This guide will walk you through the process of exporting correlation data with Beam.

Note: Before using the export feature in Beam, it's essential to first upload your demand file. This ensures that the data you wish to analyze and export is readily available in the system. See [how to upload your demand data to Beam](/webapp-support/beam-relevancy-engine/uploading-your-demand-data-to-beam.md).

<figure><img src="/files/xkkufcP8OVNz2VGkPaA8" alt=""><figcaption><p>Upload Data to Beam Analysis</p></figcaption></figure>

### **Begin the Export Process** <a href="#object-object" id="object-object"></a>

1. Navigate to the Beam Analysis you want to export
2. Click on the "..." button on the top right to open the menu
3. Click on the "Export as CSV" option

<figure><img src="/files/2fpBC4tRVJZI2w7lycrE" alt=""><figcaption><p>Export correlation data as CSV</p></figcaption></figure>

#### Downloading the CSV file <a href="#downloading-the-csv-file" id="downloading-the-csv-file"></a>

Upon clicking the "Export as CSV" button, a modal will pop up on your screen. Within this modal, click on the "Export" option. Your download should start immediately, and the data will be saved in a CSV format.

<figure><img src="/files/heQWl2t6sEumaCVlkFmJ" alt=""><figcaption><p>Export Correlation Data modal shows up upon clicking on "Export as CSV"</p></figcaption></figure>


---

# 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://docs.predicthq.com/webapp-support/beam-relevancy-engine/exporting-correlation-data-with-beam.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.
