> For the complete documentation index, see [llms.txt](https://help.adalo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.adalo.com/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-redirection-and-fallbacks.md).

# Deep Linking Redirection & Fallbacks

When a user clicks on the deep link and the app is not installed on the user's device you can \
send the user to the Google Play Store or Apple App Store to install the app (or any different fallback URL based on the Android/iOS platform) or send the user to the PWA Browser version of the app to said screen.

<figure><img src="/files/OxypNRZufKL4S7032gxH" alt=""><figcaption></figcaption></figure>

### Configuring Fallback URLs

<figure><img src="/files/gAKD95y5LT2XJtDYzz39" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://help.adalo.com/component-basics/inserting-and-editing-screens/deep-linking/deep-linking-redirection-and-fallbacks.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.
