# Deep Links

{% hint style="info" %}
[Upgrade your free account](/get-started/unlock-power-features-to-create-interactive-apps.md) to the **Bravo Solo plan** to use this feature.
{% endhint %}

A deep link is a type of link that will send the user to a specific page of a mobile app. Usually, deep links are used in QR codes or in websites. When these links are opened on a phone (browser, QR code or other method), the user will be redirected to the part of the app we specified.

{% hint style="warning" %}
Please note that Firebase Dynamic Links are now deprecated. We have implemented an alternative using <https://dynalinks.app/> which works in a very similar way.
{% endhint %}

## Generate a Deep Link

Once you have imported a design file into Bravo and created an app project, you can generate a deep link targeting any of the app pages. To do that:

1. Go to **Integrations** > **Deep Links**.
2. Click on the button to **Enable Dynalinks.**

![](/files/kBsUnUPoNaxoda9qb0DP)

Here's an overview of what is needed to generate a deep link:

* **Deep Link Name**: The name for the deep link you'll generate. You can use any name you prefer. Later on, the latest generated deep links will appear in the panel, identified with the name you set here.
* **URL copied from Bravo Vision**: Here, specify the app page you want to target with the deep link. To get this URL, you need to open the app in Bravo Vision, go to the desired page, long press, and select **`Copy page URL`**, as indicated [here](/integrations/push-notifications/how-to-get-a-bravo-page-url.md).
* **URL to open from desktop**: in case the deep link is opened from a desktop device instead of a mobile phone, the URL specified here will be opened. You can set it to whatever webpage you wish. Remember to provide the **complete webpage URL** (including <mark style="color:red;">`https://`</mark>).

In Bravo, you can create a Deep Link that targets either an app in **Bravo Vision** or a **live app**.

For specific instructions, refer to the documentation provided in the following guides:

{% content-ref url="/pages/o41J5bhRIjVNh86hS6Rg" %}
[Deep Links for Bravo Vision](/integrations/deep-links/deep-links-for-bravo-vision.md)
{% endcontent-ref %}

{% content-ref url="/pages/kLA13D1UPPs8dZ2qsZAJ" %}
[Deep Links for published apps](/integrations/deep-links/deep-links-for-published-apps.md)
{% endcontent-ref %}

Find some tips on the following page on how to troubleshoot deep links:

{% content-ref url="/pages/iExDQl92RWBYbmCOlyh5" %}
[Troubleshooting Deep Links](/integrations/deep-links/troubleshooting-deep-links.md)
{% endcontent-ref %}


---

# 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/integrations/deep-links.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.
