# Encode WebNEERS Data

Before exporting data from WebNEERS to import into PEARS, you must encode each participant record with the corresponding PEARS Program Activity ID. This links the WebNEERS data to the correct program activity in PEARS.

{% hint style="warning" %}
**NOTE:** Organization Administrators can contact PEARS Support for additional information about the WebNEERS importer. Access to the importer is granted through specific user account permissions.
{% endhint %}

{% stepper %}
{% step %}

#### Log into WebNEERS

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

{% step %}

#### Select a data section

Click **Manage Adults** for adult participant data, or **Manage Youth Groups** for youth participant data.
{% endstep %}

{% step %}

#### Edit a participant

Click the gear icon / edit button for the participant you want to encode.
{% endstep %}

{% step %}

#### Go to the Custom Data tab

Click the **Custom Data** tab within the participant's edit screen.
{% endstep %}

{% step %}

#### Enter the PEARS ID

Navigate to the PEARS website and open the corresponding program activity. Copy the PEARS ID displayed in the activity details and paste it into the **PEARS Program ID** field in WebNEERS.
{% endstep %}

{% step %}

#### Save

Click **Save** to store the encoded data.
{% endstep %}

{% step %}

#### Repeat for all participants

Repeat steps 3–6 for all participants before exporting data.
{% endstep %}
{% endstepper %}

## Next Steps

After encoding all participants, proceed to [Export WebNEERS Data](/administration/utilities/export-webneers-data.md) to generate the export file.


---

# 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/encode-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.
