# App guide 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)


---

# 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/help-and-tutorials/app-cases.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.
