# Publishing your app

{% hint style="info" %}
[Upgrade your free account](https://docs.bravostudio.app/get-started/unlock-power-features-to-create-interactive-apps) 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](https://docs.bravostudio.app/bravo-tags/app-icon-and-splash-screen) 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="publishing-your-app/ios-publication-complete-process" %}
[ios-publication-complete-process](https://docs.bravostudio.app/app-publication/publishing-your-app/ios-publication-complete-process)
{% endcontent-ref %}

{% content-ref url="publishing-your-app/android-publication-complete-process" %}
[android-publication-complete-process](https://docs.bravostudio.app/app-publication/publishing-your-app/android-publication-complete-process)
{% 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](https://docs.bravostudio.app/app-publication/publication-managing-your-app-after-publication)
* [Rejection from the app stores](https://docs.bravostudio.app/app-publication/publishing-your-app/publication-rejection-from-the-app-stores)
* [Versioning](https://docs.bravostudio.app/app-publication/versioning)


---

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