# Previewing your app

Before sharing or publishing your app, it’s important to preview how it looks and behaves. This section covers the different ways to preview your app based on its platform. Whether you're building a web app or a native mobile app, Bubble provides tools to test your design, workflows, and data in a live environment.

Choose the relevant link below to learn how to preview your app on web or mobile.

{% content-ref url="/pages/K3t8XXS0QK3DWKjVIcY2" %}
[Previewing a web app](/help-guides/previewing-your-app/previewing-a-web-app.md)
{% endcontent-ref %}

{% content-ref url="/pages/m3bZwxwjxZd1sT5BPo7H" %}
[Previewing a mobile app](/help-guides/previewing-your-app/previewing-a-mobile-app.md)
{% endcontent-ref %}


---

# 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://manual.bubble.io/help-guides/previewing-your-app.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.
