# Mobile actions

- [Mobile Actions](https://docs.bravostudio.app/bravo-tags/mobile-actions/mobile-actions.md)
- [Play audio](https://docs.bravostudio.app/bravo-tags/mobile-actions/action-play-audio.md): Plays an MP3 track in your app.
- [Record audio](https://docs.bravostudio.app/bravo-tags/mobile-actions/record-audio.md)
- [Play video](https://docs.bravostudio.app/bravo-tags/mobile-actions/how-to-use-video-components-in-your-apps.md)
- [Scan QR code (external URL)](https://docs.bravostudio.app/bravo-tags/mobile-actions/scan-qr-code.md): Open the camera to scan QR codes.
- [Scan codes (remote action)](https://docs.bravostudio.app/bravo-tags/mobile-actions/scan-codes-remote-action.md): Scan a barcode or QR code and send its data via API
- [Search & filter](https://docs.bravostudio.app/bravo-tags/mobile-actions/component-search-and-filter.md): The text box will turn into a search field where users can filter items from a list on the same page by text content.
- [Refresh page](https://docs.bravostudio.app/bravo-tags/mobile-actions/action-pull-to-refresh.md): Refreshes a screen connected to external data.
- [Share location](https://docs.bravostudio.app/bravo-tags/mobile-actions/share-location.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/bravo-tags/mobile-actions.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.
