# Creating a Verifier

1. Click the **New Verifier** button in the "Sidebar Menu".
2. Fill in the form fields:
   * **Domain Name of Verifier:** Enter a unique name for domain name of your Verifier.
   * **Verifier Readable Name:** Enter a unique name to describe your Verifier (it's visible only to you).
   * **Version:** Select the version of the Verifier you want to deploy with.
   * **Blockchain Configuration:** Select the network on which you want to deploy the Verifier.
3. Click **Create Verifier** to complete the process.
4. **Save the Authentication Code**\
   The authentication code generated during the creation of the Verifier is crucial for communication with the Verifier as a token. Make sure to save it securely.\
   \&#xNAN;*Note: You can regenerate this code later if needed.*
5. Wait until the Verifier status changes to **Active**.\
   Please note that it may take some time for the Verifier to be activated. If an error occurs or the status does not change to "Active," please contact support for assistance.
6. Your Verifier will appear in the **My Verifiers** table once created.


---

# 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://docs.empe.io/develop/intro/create_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.
