# Track Your Advocate Processes

Processes help you monitor activity related to your [calculated fields](/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/custom-and-calculated-fields/calculated-fields-explained.md) and the [Participants table](/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md). Whether you’re recalculating custom data points or refreshing stats for specific users, this page gives you visibility into what’s been done, by whom, and when.

You can use the *Processes* list to troubleshoot updates, verify that stat refreshes completed successfully, and check for any issues.

1. From the left navigation menu, select ![](/files/CDnwOBeIdds9r3Z6zTnO) **\[Engage]** → **Data Sources**.
2. Next, from the list of options, select **Processes**.

#### Why use Processes?

Processes are especially useful when you’ve made updates to a [calculated field](/brand/what-would-you-like-to-learn-about/advocate-program/manage-advocate-participants/filter-and-manage-advocate-participants.md) and want to ensure the changes have been applied to the correct participant records. Once a recalculation is triggered, a background process runs to apply that logic, and the status of that process is then recorded here. It provides assurance that updates have been processed as expected.

**Check the Processes page after:**

* Triggering a refresh of a calculated field
* Checking the last time it was updated

<details>

<summary>Processes reference table</summary>

| Column         | Description                                                                                                                                                                                                                   |
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name           | The type of process that has run, e.g., *Participant stat refresh*.                                                                                                                                                           |
| Started By     | The email address of the user who initiated the process.                                                                                                                                                                      |
| Date Created   | When the process was triggered.                                                                                                                                                                                               |
| Processed Rows | Number of participant records that were affected by the update.                                                                                                                                                               |
| Elapsed Time   | How long the process took to complete.                                                                                                                                                                                        |
| Errors         | <p>Any errors that occurred during processing. A value of <code>0</code> indicates success.</p><p>If you experience any errors, please contact <a href="mailto:saasquatch-support@impact.com">support</a> for assistance.</p> |

</details>


---

# 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.impact.com/brand/what-would-you-like-to-learn-about/advocate-program/advocate-tracking/track-your-advocate-processes.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.
