> For the complete documentation index, see [llms.txt](https://docs.zk.me/hub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zk.me/hub/start/onboarding/dashboard/kyb.md).

# zkKYB Dashboard Setup

{% hint style="info" %}
Looking for dashboard setup for zkKYC, KYT, zkOBS, or zkKYA? Start here → [Dashboard Setup](/hub/start/onboarding/dashboard.md)
{% endhint %}

{% stepper %}
{% step %}

### Start from the [zkMe KYB Dashboard](https://kyb-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 KYB Dashboard](https://kyb-dashboard.zk.me/) yet, \
please [sign up](https://kyb-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 Dashboard&#x20;

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

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

{% step %}

### Whitelist Your Domain

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

<figure><img src="/files/WPzrFJcIssWzv41IKOFj" 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/eKRDcEcAV64FlasTzMSK" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Setup Your Eligibility Settings

In the section of Configuration, you can click **"Create KYB Program"** to enter the customization page.

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

{% step %}

### Check the Created Program

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/vELVWM30OFUYEAgHOrNf" 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/eoydP3j37L9wOFdkvqCE" 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/qC5mMJg9mdZTfqmvT09X" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

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