# User KYC request

A user’s KYC request includes the following information:

### Current state

State of the request (approved, rejected, waiting for review).

### Account information

* **Email of the KYC requestor**
* **Account ID of the requestor**
* **Account type** (current account type of a user)

### KYC information

The information a user provides is different depending on the KYC procedure to which a user applies ([general](https://tokend.gitbook.io/product-guide/user-guide/untitled/general-account-kyc) or [corporate](https://tokend.gitbook.io/product-guide/user-guide/untitled/corporate-account-kyc)). To learn more, check [verification KYC](https://tokend.gitbook.io/product-guide/user-guide/untitled/overview) in the guide for end-users.


---

# 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://tokend.gitbook.io/product-guide/admins/kyc-management/user-kyc-request.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.
