> For the complete documentation index, see [llms.txt](https://tokend.gitbook.io/product-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tokend.gitbook.io/product-guide/admins/crowdfunding-campaigns-management/overview.md).

# Overview

One of the options for users who’ve [created](/product-guide/user-guide/user-issued-tokens/token-creation.md) and [pre-issued](/product-guide/user-guide/user-issued-tokens/token-pre-issuance.md) their tokens on the platform (with the approval of admin) is to create token sales (aka crowdfunding campaigns). Users define the terms of their token sale, such as **soft cap** and **hard cap**, **start** and **end time**, **amount** of tokens to sell, etc (to learn more, check the end-user guide on [crowdfunding campaigns](/product-guide/user-guide/crowdfunding-campaigns/overview.md)).

Admins are provided with a manageable interface, which allows to [monitor the crowdfunding campaigns](/product-guide/admins/crowdfunding-campaigns-management/monitor-the-existing-crowdfunding-campaigns.md), [see the participants ](/product-guide/admins/crowdfunding-campaigns-management/see-the-participants-of-a-crowdfunding-campaign.md)of a campaign, and [review the requests on the creation](/product-guide/admins/crowdfunding-campaigns-management/review-the-crowdfunding-campaign-creation-request.md) of them.


---

# 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://tokend.gitbook.io/product-guide/admins/crowdfunding-campaigns-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.
