# Publish your App

After you've made the changes to your app, you can **preview it** to test and, if everything's right, **publish it**. To preview your app, click on the `Preview` button at the top.

{% @arcade/embed flowId="SIYzbQhcM4L01WTEBpYS" url="<https://app.arcade.software/share/SIYzbQhcM4L01WTEBpYS>" %}

Great! Now that we're done with the Basics, we can get to the **advanced functionality** of Jet Admin:

{% content-ref url="/pages/-MF\_6uRs2tS12EZ0g8Pk" %}
[ Deep dives](/getting-started/part-2-intermediate.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://docs.jetadmin.io/getting-started/quickstart/publish-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.
