> For the complete documentation index, see [llms.txt](https://docs.discloud.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discloud.com/en/faq.md).

# FAQ

- [Where to Get Help](https://docs.discloud.com/en/faq/where-to-get-help.md): Channels and best practices for getting help with Discloud-community forums, chat, donor areas, and direct staff support.
- [General Questions](https://docs.discloud.com/en/faq/general-questions.md): Quick answers to common Discloud usage questions (project structure, main file, environment, plan behavior, logging, domains, and subscription basics).
- [What is the root of the project?](https://docs.discloud.com/en/faq/general-questions/what-is-the-root-of-the-project.md): Understand the project root (base directory) so Discloud can detect configs, dependencies and your main file correctly.
- [.env file](https://docs.discloud.com/en/faq/general-questions/.env-file.md): Learn the fundamentals of .env file, including syntax, security best practices, and how to securely manage environment variables in your projects.
- [What is the main file?](https://docs.discloud.com/en/faq/general-questions/what-is-the-main-file.md): Learn what the main file is and how to identify it in your project.
- [How to create a subdomain?](https://docs.discloud.com/en/faq/general-questions/how-to-create-a-subdomain.md): Learn how to register and manage custom Discloud subdomains for your applications.
- [How can I get my Discord bot ID?](https://docs.discloud.com/en/faq/general-questions/how-can-i-get-my-discord-bot-id.md): Learn what the Discord Application ID (Client ID) is and how to find it in the Discord Developer Portal.
- [\[WIP\] How to compress?](https://docs.discloud.com/en/faq/general-questions/wip-how-to-compress.md)
- [\[WIP\] How to commit?](https://docs.discloud.com/en/faq/general-questions/wip-how-to-commit.md)
- [\[WIP\] Bot too heavy](https://docs.discloud.com/en/faq/general-questions/wip-bot-too-heavy.md)
- [\[WIP\] Why can't I access my website?](https://docs.discloud.com/en/faq/general-questions/wip-why-cant-i-access-my-website.md)
- [\[WIP\] You already have a registered account in the system](https://docs.discloud.com/en/faq/general-questions/wip-you-already-have-a-registered-account-in-the-system.md)
- [\[WIP\] How to access the application logs?](https://docs.discloud.com/en/faq/general-questions/wip-how-to-access-the-application-logs.md)
- [\[WIP\] Why Are Free Applications Shut Down?](https://docs.discloud.com/en/faq/general-questions/wip-why-are-free-applications-shut-down.md)
- [\[WIP\] How to verify a Discord account?](https://docs.discloud.com/en/faq/general-questions/wip-how-to-verify-a-discord-account.md)
- [How to build and package a Java application?](https://docs.discloud.com/en/faq/general-questions/how-to-build-and-package-a-java-application.md): Understand how to compile and package your Java project into a deployable JAR file using Maven or Gradle.
- [Subscription Management](https://docs.discloud.com/en/faq/general-questions/subscription-management.md): Manage your Discloud subscription (upgrade, cancel, reactivate) through the billing dashboard.
- [How can I get my Discloud API token?](https://docs.discloud.com/en/faq/general-questions/how-can-i-get-my-discloud-api-token.md): Learn what the Discloud API Token is and where to find it on the Dashboard.
- [Troubleshooting Solutions](https://docs.discloud.com/en/faq/troubleshooting-solutions.md): Central hub for diagnosing and resolving common Discloud runtime, build, networking, and configuration issues before opening a ticket.
- [Diagnosing Offline Applications](https://docs.discloud.com/en/faq/troubleshooting-solutions/diagnosing-offline-applications.md): Learn how to diagnose and resolve common issues with applications that fail to stay online on Discloud.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.discloud.com/en/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
