# Export WebNEERS Data

After encoding participant records with PEARS IDs, export the data from WebNEERS to generate a file that can be imported into PEARS.

{% hint style="warning" %}
**NOTE:** Users must have file importer permissions in PEARS to upload WebNEERS data. Organization Administrators can contact PEARS Support for additional details.
{% endhint %}

{% stepper %}
{% step %}

#### Log into WebNEERS

Log into the WebNEERS platform to access the home page.
{% endstep %}

{% step %}

#### Navigate to Export Data

Go to the Data Management section and click **Export Data** to open the export interface.
{% endstep %}

{% step %}

#### Select regions

In the **Regions** section, click the **Select All** checkbox to include all regional data in the export.
{% endstep %}

{% step %}

#### Select data types

In the **Data** section, click the **Select All** checkbox to include all data types in the export.
{% endstep %}

{% step %}

#### Submit

Click the **Submit** button to generate the export file.
{% endstep %}

{% step %}

#### Download the file

Download the generated WebNEERS export file (named "ExportFolderXXXXXXX.zip") and unzip it to your local computer.
{% endstep %}
{% endstepper %}

## Next Steps

After downloading the export, proceed to create an import in PEARS using the [Importers](/administration/utilities/importers.md) tool to upload the WebNEERS data.


---

# 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://support.pears.io/administration/utilities/export-webneers-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.
