# POVs Creation

**1. Log in to Your Blerify Account**

* Access your Blerify account using your credentials.

**2. Enter the Project of Interest**

* Navigate to the project you are working on, such as **Licenses**, **Credentials**, **Memberships**, etc.

**3. Go to the Applications Section**

<figure><picture><source srcset="/files/CkYCoBg07wa5ZVFuKRvt" media="(prefers-color-scheme: dark)"><img src="/files/kQx66eREJUrf7AvCbTEs" alt=""></picture><figcaption><p>Within the project, locate and select the <strong>Applications</strong> section.</p></figcaption></figure>

**4. Create a New Application and Select Its Type**

* Click on **Create New Application**.
* Choose the type of application:
  * **Website Authentication Widget**: Allows users to authenticate on your website using Blerify Wallet.
  * **Validation of Events Access**: Enrolls users into your platform by requesting Verifiable Credentials.

<figure><picture><source srcset="/files/viAj1312syTLaLPj46pd" media="(prefers-color-scheme: dark)"><img src="/files/MZRHav9Qgw6J49eiEor0" alt=""></picture><figcaption></figcaption></figure>

**5. Complete the Steps to Create the POV**

**Step 1: Application Details**

* **Application Name**: Enter a name for your application (e.g., "Age Verification for Events").
* **Application Description**: Provide a brief description of the application's purpose.
* **Credential Type to Verify**: Select the type of credential to be verified (e.g., Driver’s License, Membership Card).
* **Credential Issuer**: Specify the trusted issuer(s) of the credential.
* **Issuance Date Range**: Define the range of issuance dates for valid credentials.
* **Expiration Date Range**: Define the range of expiration dates for valid credentials.

<figure><picture><source srcset="/files/2eP08HPzaKwllZ3163yp" media="(prefers-color-scheme: dark)"><img src="/files/9q1iiin1OcTser8kguR8" alt=""></picture><figcaption></figcaption></figure>

**Step 2: Credential Fields and Response Format**

* **Credential Fields to Share and Verify**: Select the specific fields from the credential that need to be shared and verified (e.g., name, date of birth, license number).
* **Response Format**: Choose the format in which the verification response will be delivered (e.g., JSON, XML).

<figure><picture><source srcset="/files/MaNVCzDVEeFlDTuWzdm3" media="(prefers-color-scheme: dark)"><img src="/files/75DIXNssNgJRuB7IUpZu" alt=""></picture><figcaption></figcaption></figure>

**Step 3: Widget or QR Configuration**

* **Website for Widget or QR**: Enter the website URL where the widget or QR code will be published.
* **Language**: Select the language for the widget interface.
* **Dark or Light Mode**: Choose the widget’s appearance (dark or light mode).
* **Size**: Define the size of the widget or QR code.

<figure><picture><source srcset="/files/5acLb84MKJZ1gj90Gvcy" media="(prefers-color-scheme: dark)"><img src="/files/JVJzLDu4eZJ3zlEyz0MQ" alt=""></picture><figcaption></figcaption></figure>

**Final Step: Register the POV**

* Once all the details are filled in, click **Register POV**.
* As a result, Blerify will generate a **script** that you need to copy and paste into your website’s code. This script will enable the POV functionality on your site.

<figure><picture><source srcset="/files/BHAW9VbVaC4wEAHXh5PN" media="(prefers-color-scheme: dark)"><img src="/files/RkUTm5K23YCipHbasAGQ" alt=""></picture><figcaption></figcaption></figure>

<figure><picture><source srcset="/files/Zu3FxKsGZocQ3v3PYGxB" media="(prefers-color-scheme: dark)"><img src="/files/SHjsXzUhveFO5SD02WUW" alt=""></picture><figcaption></figcaption></figure>

#### **Summary of the Process**

1. Log in to your Blerify account.
2. Navigate to the desired project (e.g., Licenses, Credentials, Memberships).
3. Go to the **Applications** section and create a new application.
4. Select the application type: **Website Authentication Widget** or **Validation of Events Access**.
5. Complete the three steps:
   * **Step 1**: Provide application details, credential type, issuer, and date ranges.
   * **Step 2**: Define the credential fields to verify and the response format.
   * **Step 3**: Configure the widget or QR code (website, language, mode, size).
6. Register the POV and copy the generated script to your website.


---

# 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.blerify.com/developers/point-of-verification/povs-creation.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.
