> 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/faqs-and-troubleshooting.md).

# FAQs and Troubleshooting

***

<details>

<summary><strong>Why doesn’t Deep Linking work in Previewer?</strong></summary>

Preview URLs don’t support Deep Linking—always test on your Published App.

</details>

<details>

<summary><strong>Why doesn't Deep Linking open my installed PWA?</strong></summary>

Installed PWA's are a website that's been downloaded and saved to your device, providing an app-like experience. Think of them like a bookmark of a Website.&#x20;

Since these are just a reflection of the browser and not actually an App, they will not open with a Deep Link. Instead, a new browser instance will open in the default browser.&#x20;

</details>

<details>

<summary><strong>Can I use Deep Linking in Legacy Apps?</strong></summary>

No. Legacy built Adalo Apps will not support the new Adalo Deep Linking Feature. You must update your app to Responsive to implement it.&#x20;

</details>

<details>

<summary>Is Deep Linking an action?</summary>

Deep linking is not an action. Deep linking is a standalone Adalo feature, and is managed separately by the Adalo infrastructure and team.&#x20;

</details>


---

# 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/faqs-and-troubleshooting.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.
