> For the complete documentation index, see [llms.txt](https://docs.delos.financial/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.delos.financial/configuring-partner-verification-levels.md).

# Configuring Partner Verification Levels

In addition to token-based data sharing (see Share Verified KYC/KYB Data), Sumsub allows sharing a **verification level configuration** directly with a partner, so both sides use an identical KYC/KYB setup. This removes the need to manually replicate level settings on the partner's side and is a prerequisite for reliable token sharing.

### How it works

1. In the Sumsub Dashboard, go to **Individual levels** and open the level you want to share.
2. Select **Share level** from the three-dot menu in the top-right corner.
3. Choose the **recipient** partner and confirm.
4. Once shared, the level is available to the partner immediately, in read-only mode. If the level is updated later, changes sync automatically on the partner's side.

### ⚠️ Important

The shared **KYC level must exactly match** the level used on your own side. A mismatch will cause share-token processing to behave unpredictably, even when the token itself is valid.

### Notes

* Applies to both **individual** and **corporate (KYB)** profiles.
* Shared levels only work for **direct one-to-one partnerships** — not compatible with Reusable KYC Network.
* The same level can be shared with multiple recipients or donors.
* Once a level is shared, it is ready for immediate use — no separate activation step is required.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.delos.financial/configuring-partner-verification-levels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
