# Overview

Tokenization platform built with TokenD presumes the issuance of tokens not exclusively on the part of admins of the platform, but on the part of the users as well. These users are designated as corporate users. Among all the [types of accounts ](https://tokend.gitbook.io/product-guide/user-guide/types-of-accounts/overview)on the platform, the corporate account comes with the biggest scope of abilities, yet the [KYC demands](https://tokend.gitbook.io/product-guide/user-guide/untitled/corporate-account-kyc) for this account are different compared with the individual accounts.

### Purposes of a user-issued token <a href="#purposes-of-a-user-issued-token" id="purposes-of-a-user-issued-token"></a>

Essentially, there are two motives for users to create their tokens on the platform:

* Create [crowdfunding campaigns](https://tokend.gitbook.io/product-guide/user-guide/crowdfunding-campaigns/overview)
* Utilize tokens for any business or other needs *(a potential corporate user may find the platform useful because can use it as a personal/internal means of payment. **Example:** a consortium of companies can issue a token (common only for them) and use it for their internal business operations – it can be some loyalty campaign or anything else related to the reconciliation of payments.)*

### Token lifecycle <a href="#token-lifecycle" id="token-lifecycle"></a>

* [Token creation](https://tokend.gitbook.io/product-guide/user-guide/user-issued-tokens/token-creation)
* [Pre-issuance of tokens](https://tokend.gitbook.io/product-guide/user-guide/user-issued-tokens/token-pre-issuance)
* [Issuance of tokens](https://tokend.gitbook.io/product-guide/user-guide/user-issued-tokens/token-issuance)


---

# 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/user-guide/user-issued-tokens/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.
