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