> For the complete documentation index, see [llms.txt](https://docs.prove.ly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prove.ly/guides/run-a-verification-campaign.md).

# Run a verification campaign

`GUIDES`

A campaign verifies that a population actually *understands* a policy — and writes the result to the evidence vault as a record.

{% stepper %}
{% step %}

## Choose scope

Select a policy (and version) and the population it applies to — a team, a role, or the whole organization.
{% endstep %}

{% step %}

## Configure verification

Set how understanding is verified and what counts as a pass. Provely generates the verification from the policy content itself.
{% endstep %}

{% step %}

## Launch and monitor

Send it. Watch completion and coverage move in real time; nudge stragglers automatically.
{% endstep %}

{% step %}

## Review the record

Every verification lands in the evidence vault with the person, policy version, timestamp, and outcome — audit-ready by default.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
A campaign is a moment. Coverage is a state. Pair every campaign with [refresh triggers](/guides/refresh-triggers.md) so it stays true after the training is forgotten.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.prove.ly/guides/run-a-verification-campaign.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
