# Deep Linking

*Skill Level: Intermediate*

## Before You Begin

* Deep Linking is ***not available in Legacy Apps***. You must update your app to Responsive to implement Deep Linking.&#x20;
* You must use the ***Published*** Version of your app. (Adalo subdomain or custom domain)
* Deep Linking is available on Legacy Mobile Apps ***only*** if using a Custom Domain. Legacy Mobile Apps ***do not*** support the usage of Adalo Subdomains.&#x20;
* No coding required, but familiarity with URL structures and query strings will help you understand how parameters pass data.

## Learn About Deep Linking

You've probably shared many website links with colleagues, friends and relatives over text message or Slack. A concept known as *deep linking* lets you do the same with mobile apps. In doing so, you can give the user who follows the link an easy way to go to a specific location inside the app. For example, suppose you wanted to show a friend a pair of shoes you're considering purchasing, and those shoes are listed inside a retailer's mobile app. By sending a deep link to your friend, he can go directly to the shoe listing inside the app rather than open the app and search for the shoes.

Adalo added deep linking support in April, 2025. Below you'll find instructions for configuring deep links inside your app.

{% embed url="<https://youtu.be/56YH9mrEwMc?si=JVIF0u8WtOveOzXf>" %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/TNjieEXIng2z3Mgw05yk" %}
[Setup Deep Linking](/component-basics/inserting-and-editing-screens/deep-linking/setup-deep-linking.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/yvw7iqcplypuQ8DmQi3O" %}
[Deep Linking With Data](/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-with-data.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/Uq3UhN4tOtv8KbHEu35h" %}
[Deep Linking Share Action](/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-share-action.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/jpIC2fFLZu88pGuDYF0R" %}
[Deep Linking Redirection & Fallbacks](/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-redirection-and-fallbacks.md)
{% endcontent-ref %}

{% content-ref url="/spaces/-LhGHkPsv15svPIU5I7C/pages/o2C5R9XLOMHD3S71xNqQ" %}
[FAQs and Troubleshooting](/component-basics/inserting-and-editing-screens/deep-linking/faqs-and-troubleshooting.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://help.adalo.com/component-basics/inserting-and-editing-screens/deep-linking.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.
