> 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/data-binding-types/data-biding-connect-dynamic-data-to-actions-tags.md).

# How to connect my API to a mobile actions

💡 We're using this [design file](https://www.figma.com/file/R5YrIwMY7msyF5GsFi0k1M/Bravo-Sample%3A-Mobile-Actions-dynamic?type=design\&node-id=982%3A2\&mode=design\&t=Zjpad8hxNvqFIUfy-1) and this [Airtable](https://airtable.com/appwZCvdVLAYo9WlO/shrejjGFmBMdzDo7i) for the tutorial.

Connecting data to your app design is done in the **Binding Setup** of an app project. `Binding` is the action of connecting data (i.e. phone, email, website, etc.) to an app element (i.e. text, rectangle, etc.)

1\. In your design, **add action Tags**. (The example design file already includes the action tags in the layer name of the buttons.)

{% hint style="info" %}
Check out [all the action Tags](https://www.notion.so/7e0ad6ec81a34e07803aacd12b6ef2ea) you can add to your app.
{% endhint %}

![](/files/FEm7eH63DXBiF7D2ZwXa)

2\. In your app project page, click on the app screen you want to connect to data to enter **Data Binding** mode. Select the **Collection** and **Request** you previously created in the Data Library. In the **Actions** section, it will indicate the action this element has. Select the corresponding data record to bind to the element.\
(i.e. if a button has the "open phone dialog" action, select the data record of phone numbers)

![](/files/1dM73GzbKu2v1MDKC8vQ)

{% hint style="info" %}
Container layers will appear as a `color` element in the **Visual Elements** list.
{% endhint %}

6\. Test out your app with actions in Bravo Vision! 📱

![](/files/XJKMnXrz3B4pbM7ebsOw)

That's it! 🎉


---

# 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/data-binding-types/data-biding-connect-dynamic-data-to-actions-tags.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.
