# Data binding

- [Data binding types](https://docs.bravostudio.app/data-binding/data-binding-types.md): Bravo excels in bridging the gap between Figma design and backend development Easily integrate real-time data through APIs, Bravo enables the development of dynamic and interactive user experiences.
- [API binding types](https://docs.bravostudio.app/data-binding/data-binding-types/bind-multiple-properties-to-a-ui-element.md)
- [Bind multiple API requests to one screen](https://docs.bravostudio.app/data-binding/data-binding-types/bind-data-to-ui-multiple-requests.md)
- [How to connect my API to a mobile actions](https://docs.bravostudio.app/data-binding/data-binding-types/data-biding-connect-dynamic-data-to-actions-tags.md)
- [Remote actions: trigger an API request with a UI element](https://docs.bravostudio.app/data-binding/data-binding-types/data-binding-add-remote-actions-to-your-ui.md)
- [Display data in your app](https://docs.bravostudio.app/data-binding/display-data-in-your-app.md): Retrieve data (content) from any backend and display them in your app.
- [Bind data to design for a list page](https://docs.bravostudio.app/data-binding/display-data-in-your-app/data-biding-bind-data-to-ui-for-a-list-page.md)
- [Bind data to design for a detail page](https://docs.bravostudio.app/data-binding/display-data-in-your-app/data-biding-bind-data-to-ui-for-a-detail-page.md)
- [Create data from your app](https://docs.bravostudio.app/data-binding/create-data-from-your-app.md): With Bravo tags and the data collection, you can add input fields in your app and send the data to a backend database.
- [Delete data from your app](https://docs.bravostudio.app/data-binding/delete-data-from-your-app.md): Set up a DELETE request and connect it to your app design to delete data from your backend.
- [Conditional Visibility](https://docs.bravostudio.app/data-binding/conditional-visibility.md): Show or hide certain UI elements based on API data.
- [Conditional Actions](https://docs.bravostudio.app/data-binding/conditional-actions.md): Create conditional actions depending on API response data


---

# 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/data-binding.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.
