# Guide for Admins

- [Listing your project](https://dropcast-user-guide.nearverselabs.com/guide-for-admins/listing-your-project.md): Dropcast is permissionless and anybody that wants to utilize the platform for managing Allowlists of their Discord community can list their project by following these steps:
- [Managing project & exporting Allowlist](https://dropcast-user-guide.nearverselabs.com/guide-for-admins/managing-project-and-exporting-allowlist.md)
- [Custom Allowlist](https://dropcast-user-guide.nearverselabs.com/guide-for-admins/custom-allowlist.md): DeFi projects can use the custom allowlist form to set conditions and export a list of Near wallet addresses. NOTE: THESE CONDITIONS ARE APPLICABLE ON USERS REGISTERED WITH DROPCAST.


---

# 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://dropcast-user-guide.nearverselabs.com/guide-for-admins.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.
