> For the complete documentation index, see [llms.txt](https://docs.empe.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.empe.io/develop/intro/verifier_data.md).

# Verifier Data Description

This section provides details about the **Verifier** displayed in the uploaded screenshot. Below is an explanation of each field and functionality present in the detailed view.

***

## General Information

* **id:** Unique identifier of the Verifier (e.g., `7`).
* **fullHost:** URL where the Verifier is hosted (e.g., `https://pablo-tech-5-verifier.evdi.app`).
* **swaggerApi:** URL for the Swagger API documentation (e.g., `https://pablo-tech-5-verifier.evdi.app/api-docs`).
* **status:** Current status of the Verifier (e.g., `ACTIVE`).
* **networkName:** Displayed name of the network.
* **version:** Current version of the Verifier (e.g., `0.0.3`).
* **verifierDomainName:** Domain name of the Verifier (e.g., `pablo-tech-5-verifier.evdi.app`).
* **verifierName:** Name of the Verifier (e.g., `pablo-tech-5-verifier`).

***

## Actions

1. **Upgrade Secret:**
   * Securely update the secret associated with the Verifier.
2. **Upgrade Version:**
   * Upgrade the Verifier to a newer version.
3. **Delete:**
   * Permanently remove the Verifier from the system.

***

This interface ensures seamless management of Verifiers, offering clarity and ease of use for tracking deployments and related details.


---

# 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:

```
GET https://docs.empe.io/develop/intro/verifier_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.
