# How To Host

- [Bots](https://docs.discloud.com/en/how-to-host/bots.md): Learn how to host Discord bots on Discloud.
- [Websites & APIs](https://docs.discloud.com/en/how-to-host/websites-and-apis.md): Learn how to host websites, APIs, and dashboards on Discloud using subdomains and custom domains.
- [Frameworks](https://docs.discloud.com/en/how-to-host/frameworks.md): Complete guides to host different frameworks on Discloud.
- [Next.js](https://docs.discloud.com/en/how-to-host/frameworks/nextjs.md): Practical guide to host Next.js applications on Discloud.
- [NestJS](https://docs.discloud.com/en/how-to-host/frameworks/nestjs.md): Practical guide to host NestJS applications on Discloud.


---

# 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://docs.discloud.com/en/how-to-host.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.
