# Data binding

- [Data binding types](/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](/data-binding/data-binding-types/bind-multiple-properties-to-a-ui-element.md)
- [Bind multiple API requests to one screen](/data-binding/data-binding-types/bind-data-to-ui-multiple-requests.md)
- [How to connect my API to a mobile actions](/data-binding/data-binding-types/data-biding-connect-dynamic-data-to-actions-tags.md)
- [Remote actions: trigger an API request with a UI element](/data-binding/data-binding-types/data-binding-add-remote-actions-to-your-ui.md)
- [Display data in your 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](/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](/data-binding/display-data-in-your-app/data-biding-bind-data-to-ui-for-a-detail-page.md)
- [Create data from your 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](/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](/data-binding/conditional-visibility.md): Show or hide certain UI elements based on API data.
- [Conditional Actions](/data-binding/conditional-actions.md): Create conditional actions depending on API response data
