# Get Started

- [Create your first app](https://docs.bravostudio.app/get-started/create-your-first-app.md)
- [Bravo introduction](https://docs.bravostudio.app/get-started/your-bravo-app-projects.md)
- [Get ready to create your app with ChatGPT](https://docs.bravostudio.app/get-started/your-bravo-app-projects/get-ready-to-create-your-app-with-chatgpt.md): Learn how automating initial development stages can boost efficiency, enhance collaboration, and optimize your project workflow.
- [Create an app](https://docs.bravostudio.app/get-started/your-bravo-app-projects/create-a-project.md)
- [Creating an app with Figma](https://docs.bravostudio.app/get-started/your-bravo-app-projects/create-a-project/creating-an-app-project-with-figma.md)
- [Creating an app with Adobe XD](https://docs.bravostudio.app/get-started/your-bravo-app-projects/create-a-project/1-adobe-xd-how-to-use-the-bravo-plugin.md)
- [Duplicate an app](https://docs.bravostudio.app/get-started/your-bravo-app-projects/duplicating-a-project.md)
- [Delete an app](https://docs.bravostudio.app/get-started/your-bravo-app-projects/app-projects-deleting-a-project.md)
- [Replace linked Figma file](https://docs.bravostudio.app/get-started/your-bravo-app-projects/replace-linked-figma-file.md)
- [The app page](https://docs.bravostudio.app/get-started/your-bravo-app-projects/app-projects-the-app-project-page.md)
- [Sharing your app](https://docs.bravostudio.app/get-started/your-bravo-app-projects/sharing-your-app.md)
- [Add an editor to your app](https://docs.bravostudio.app/get-started/your-bravo-app-projects/add-an-editor-to-your-app.md)
- [Fonts](https://docs.bravostudio.app/get-started/your-bravo-app-projects/app-projects-uploading-custom-fonts.md)
- [Adobe XD - Supported fonts](https://docs.bravostudio.app/get-started/your-bravo-app-projects/app-projects-uploading-custom-fonts/5-adobe-xd-supported-fonts.md)
- [Bravo Vision previewer](https://docs.bravostudio.app/get-started/bravo-vision-previewer.md)
- [Unlock power features to create interactive apps](https://docs.bravostudio.app/get-started/unlock-power-features-to-create-interactive-apps.md): Upgrade your free account to the Solo plan to add interaction to your app
- [Help and tutorials](https://docs.bravostudio.app/get-started/help-and-tutorials.md): Tips for contacting support and accessing further resources
- [App guide tutorials](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases.md): See how to build full app functionalities with these articles and tutorials.
- [Sample app tutorial: Your first binding](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/sample-app-tutorial-your-first-binding.md): Learn the essentials of Bravo with this beginner's tutorial.
- [How to build a Fitness app with Bravo, Xano and RevenueCat](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/how-to-build-a-fitness-app-with-bravo-xano-and-revenuecat.md)
- [Foodgram: Social content sharing](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/bravo-app-kit-foodgram.md)
- [Expedition journal: Write and share your adventures](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/bravo-app-kit-expedition-journals.md)
- [My Subscriptions: Display data based on device ID](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/bravo-app-kit-my-subscriptions.md)
- [My Notes: using user ID and email from Firebase](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/build-a-notes-app-with-user-id-and-email-from-firebase.md)
- [My Store: Sell physical products with Bravo and Stripe](https://docs.bravostudio.app/get-started/help-and-tutorials/app-cases/bravo-store-sell-physical-products-with-bravo-and-stripe.md)
- [Learn with videos](https://docs.bravostudio.app/get-started/help-and-tutorials/learn-with-videos.md): Check out these videos to get a sense of what Bravo can do!
- [Learn with articles](https://docs.bravostudio.app/get-started/help-and-tutorials/learn-with-articles.md): Check out these articles to learn step-by-step how to Bravo
- [Browse by app feature](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature.md): Learn how to implement specific functionalities inside your apps
- [Save or "bookmark" a page](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature/save-or-bookmark-a-page.md)
- [Backend search with Airtable](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature/backend-search-with-airtable.md)
- [Backend search with Xano](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature/backend-search-xano.md)
- [Nested lists (list within a list)](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature/nested-lists-list-within-a-list.md)
- [Create and edit user profile (Firebase + Airtable)](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature/create-and-edit-user-profile-firebase-+-airtable.md): Learn how to allow users to create and edit user profiles, using Firebase for authentication and Airtable as the app backend.
- [Skeleton loader](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature/skeleton-loader.md): How to build skeleton loading screens in Bravo Studio
- [Create albums in your app with Bravo Infinite images](https://docs.bravostudio.app/get-started/help-and-tutorials/browse-by-app-feature/create-albums-in-your-app-with-bravo-infinite-images.md)


---

# 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/get-started.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.
