# Verifier

The Verifier is an **exercise checker in the Editor which surfaces issues as you build**, helping you avoid last minute configuration-mismatches before publishing and running exercises.

<table><thead><tr><th valign="top">Benefit</th><th>Feature</th></tr></thead><tbody><tr><td valign="top">Get visibility of common configuration issues and act on them before publishing</td><td><ul><li>A <span data-gb-custom-inline data-tag="emoji" data-code="1f514">🔔</span> bell icon in the Editor houses a panel which highlights potential issues and offers guided fixes</li><li>Move between areas in the Editor and fix issues as they arise</li></ul></td></tr></tbody></table>

## In the Editor

You'll find the Verifier in the top right-hand corner of your Editor next to *Designing for...* and `Run Exercise`.

<figure><img src="/files/yXGCKbdGJFBcX3ua5YUW" alt=""><figcaption></figcaption></figure>

Click on the :bell: bell icon to see suggestions/errors. In this example, the designer is being urged to check:&#x20;

* Social graph for MicroBlog
* Facilitator Dashboard settings (Reports) in Configuration

The Verifier will direct you to the correct place in the Editor to rectify the issue e.g. `Go to personas area` , while also giving you the option to `Ignore` should you wish to:

<figure><img src="/files/y6xvjLS6PtVMXNGH24Vx" alt=""><figcaption></figcaption></figure>

Once issues are rectified, they are automatically cleared from the Verifier panel. In this example, reports have been enabled:

<figure><img src="/files/5MyLRrA6FVVbHAWeY0ls" alt=""><figcaption></figcaption></figure>

### Before publishing

Before publishing, you can run a final check using the Verifier to catch any remaining issues. After selecting `Run exercise`, find the Verifier in the *Publish your exercise* window:

<figure><img src="/files/gDWmThSDTBq7qoMZNslr" alt=""><figcaption></figcaption></figure>

This helps to ensure your exercise runs as intended for both players and Facilitators.

{% hint style="success" %}
Click the refresh icon to run another Verifier check.
{% endhint %}


---

# 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://helpdocs.conducttr.com/feature-documentation/publishing/verifier.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.
