> For the complete documentation index, see [llms.txt](https://docs.bravostudio.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bravostudio.app/app-publication/publishing-your-app.md).

# Publishing your app

{% hint style="info" %}
[Upgrade your free account](/get-started/unlock-power-features-to-create-interactive-apps.md) to the **Solo Plan** to use this feature.
{% endhint %}

Your app is almost ready! 🙌 **Please follow the guides carefully so that you don't miss any step**. This process might seem complex the first time you face it, but we have you covered 🤓. Remember that you can go to the [Bravo community](https://community.bravostudio.app/) if you get stuck or need any help.

{% hint style="info" %}
First of all, make sure you have done the following:

* Include the [Splash Screen and App Icon](/bravo-tags/app-icon-and-splash-screen.md) in your design file.
* Have any required setting enabled (login, notifications, deep links, multi-language...)
  {% endhint %}

Bravo allows you to publish your app both in Google Play and Apple's App Store. You can find specific guides for each of the stores:

{% content-ref url="/pages/-MhNujNYNFcHB26Geo2h" %}
[iOS Publication: Complete Process](/app-publication/publishing-your-app/ios-publication-complete-process.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MhSix7CLg6-IkHHAhYz" %}
[Android Publication: Complete Process](/app-publication/publishing-your-app/android-publication-complete-process.md)
{% endcontent-ref %}

Also, you have the following Figma file with all the store assets you need.

{% embed url="<https://www.figma.com/community/file/832996906819389496>" %}

Once published, share your app with us and we'll showcase it on our channels! 👏

### After publication process

* [Making changes to your app after publication](/app-publication/publication-managing-your-app-after-publication.md)
* [Rejection from the app stores](/app-publication/publishing-your-app/publication-rejection-from-the-app-stores.md)
* [Versioning](/app-publication/versioning.md)


---

# 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.bravostudio.app/app-publication/publishing-your-app.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.
