> 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/monitor-the-existing-crowdfunding-campaigns.md).

# Monitor the existing crowdfunding campaigns

Step 1. In the navigation bar, go to **Funds**\
Step 2. Go to the **Funds** tab\
Step 3. Optionally, enter the following search filters in the corresponding boxes:

* **Token code**
* **Name** of the crowdfunding campaign
* **Owner** (account ID of the user who has created the crowdfunding campaign)

Step 4. Optionally, select/clear the **Open only** check box (if select, you will be shown only the ongoing crowdfunding campaigns)\
Step 5. Select the desired crowdfunding campaign\
Step 6. In the **Fund overview** page, monitor the following data about the crowdfunding campaign by switching between the corresponding tabs:

* [**Details**](/product-guide/admins/crowdfunding-campaigns-management/details-of-a-crowdfunding-campaign.md)
* **Participants** (see those who have made investments)
* **Full description** (a text that describes the underlying concept of the particular crowdfunding campaign)
* **Corporate user** (information on the creator of the crowdfunding campaign)


---

# 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/monitor-the-existing-crowdfunding-campaigns.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.
