> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/frequently-asked-questions/general/app-hosting.md).

# App hosting

### Where is my app hosted?

The hosting of your app depends on how you build it on AppMySite.

#### Website-based apps

If you create your app using your website (WordPress, WooCommerce, or Web to App), your app content is hosted where your website content is hosted.

* Any changes made on your website will automatically reflect in your app.
* The reliability of your app’s content depends on the hosting service you use for your website.

#### Custom apps

If you create a custom app on AppMySite, your app content is hosted on AppMySite’s servers.

* You can add and manage app content (posts, pages, media) directly from the custom app dashboard.
* All updates are stored and served from AppMySite’s secure hosting environment.


---

# 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.appmysite.com/frequently-asked-questions/general/app-hosting.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.
