# Dashboard Setup

{% hint style="info" %}
Looking for the zkKYB dashboard setup guide? Start here → [zkKYB Dashboard Setup](/hub/start/onboarding/dashboard/kyb.md)
{% endhint %}

{% stepper %}
{% step %}

### Start from the [zkMe Dashboard](https://dashboard.zk.me) Partner Login

Please enter your zkMe account and password to log in to the zkMe Dashboard.&#x20;

{% hint style="info" %}
If you don't have access to [zkMe Dashboard](https://dashboard.zk.me/) yet, \
please [sign up ](https://dashboard.zk.me/signup)and contact <mark style="color:blue;">**<contact@zk.me>**</mark> to obtain your permissions.
{% endhint %}

<figure><img src="/files/2TnDK4DyLzymUeA4ndr5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Welcome to the zkMe Dashboard&#x20;

After successfully logging in, you will be directed to the User List page.

<figure><img src="/files/YvynZ8krt9scRmCgEXFl" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Whitelist Your Domain

Go to Integration -> Setting, please type in your domain and click "**Save**" to whitelist it.

<figure><img src="/files/Tps4craz7JGAvQMwuXW0" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Download Your Private Key

In the Configuration, you need to click "**Download JSON file**" to have access to your Private Key, which is crucial for subsequent decryption work. Please ensure it is safely kept in self-custody.

<figure><img src="/files/CieRbmcZqfOpLsqJLqex" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Generate Your API Key

Click **"Generate API Key"** to generate the key you'll use in the integration code.

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

{% hint style="info" %}
**Note:** If your integration involves only [MeID](/hub/what/zkkyc/meid.md) or [KYT](/hub/what/kyt.md), Steps 1 through 5 are sufficient. Please skip Steps 6 through 8 and proceed to [Step 9](#step-9-all-set-time-to-start-implementing) directly for further implementation.
{% endhint %}
{% endstep %}

{% step %}

### Setup Your Eligibility Settings

In the zkKYC section of the Configuration, you can select the category you want to verify and click **"Create Program"** to enter the customization page.

<figure><img src="/files/4g13UAFdcYqnkGv9IRkU" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Check the Created Programs

After you finish customizing the requirement and save, your newly created program will appear in the list with the status "**Created**".

<figure><img src="/files/yRBpVsG52im2SgLEsYUa" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Activate the Program&#x20;

If you want to enable a created program, please click on the record and "**Apply program"**. Then, the status will change from "Created" to "**Apply**".

<figure><img src="/files/pAsFV0ccZCgHxDleqm52" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### All Set! Time to Start Implementing

When your status changes to "**Apply"**, you are ready to begin the integration process. Kindly refer to the [Integration Checklist](/hub/start/onboarding/integration.md) to start integrating zkMe’s solution with your project.

<figure><img src="/files/IzclRPxjeQvZb2p71j3a" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.zk.me/hub/start/onboarding/dashboard.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.
