> For the complete documentation index, see [llms.txt](https://docs.bravostudio.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bravostudio.app/data-binding.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bravostudio.app/data-binding.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
