# Hosting options

- [Embed pages](https://docs.devhub.com/hosting-options/embed-landing-pages.md)
- [Wordpress plugin for path override](https://docs.devhub.com/hosting-options/wordpress-path-override.md): Install our Wordpress plugin and host your landing pages within your existing Wordpress site
- [Server path override](https://docs.devhub.com/hosting-options/server-path-override.md): Host pages underneath a sub-directory of your primary domain
- [Apache configuration](https://docs.devhub.com/hosting-options/server-path-override/apache-configuration.md): Example of an apache configuration to host pages under your existing server
- [IIS configuration](https://docs.devhub.com/hosting-options/server-path-override/iis-configuration.md): Instructions for configuring an IIS server to host pages under your existing server
- [NGINX configuration](https://docs.devhub.com/hosting-options/server-path-override/nginx-configuration.md): Example of an NGINX server configuration to host pages under your existing server
- [CDN (content delivery network) support](https://docs.devhub.com/hosting-options/cdn-content-delivery-network-support.md): Details on how to configure a CDN for serving your static assets and images


---

# 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.devhub.com/hosting-options.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.
