# Overview

The TokenD-based tokenization platform allows for a consistent control over the accounts; they are split into types according to the requirements of users, whether it be:

* a newly registered user who wants to explore the platform
* an investor
* a token issuer
* a fundraiser
* etc.

To have certain platform features available (such as [token creation](https://tokend.gitbook.io/product-guide/user-guide/user-issued-tokens/token-creation) or [crowdfunding campaign creation](https://tokend.gitbook.io/product-guide/user-guide/crowdfunding-campaigns/crowdfunding-campaign-creation)), users are required to update their [account type](https://tokend.gitbook.io/product-guide/user-guide/types-of-accounts/overview) by passing the corresponding [verification (KYC)](https://tokend.gitbook.io/product-guide/user-guide/untitled/overview) procedure and have it [approved by the admin](https://tokend.gitbook.io/product-guide/admins/kyc-management/review-the-kyc-request).

Admins’ KYC-related flows are described in the [KYC management](https://tokend.gitbook.io/product-guide/admins/kyc-management/overview).

### User account management functionality

Admins on the platform can [monitor users’ operations](https://tokend.gitbook.io/product-guide/admins/user-management/monitor-users-operations) and the details of each operation, if notice anything suspicious – [block a user](https://tokend.gitbook.io/product-guide/admins/user-management/block-a-user).


---

# 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/user-management/overview.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.
