> For the complete documentation index, see [llms.txt](https://user.netmera.com/netmera-developer-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://user.netmera.com/netmera-developer-guide/platforms/flutter/deep-linking.md).

# Deep Linking

### Step 1: Android & iOS Deep Linking

For comprehensive instructions and code samples, we recommend consulting the native side deep link documentation for both [**Android**](/netmera-developer-guide/platforms/android/deep-linking.md) and [**iOS**](/netmera-developer-guide/platforms/ios/former-ios-objective-c/deep-linking.md). This will give you a solid understanding of how to define and manage deep links in your mobile application. By referring to these resources, complete the deep link setup across both platforms.

### Step 2: Flutter Deep Linking

Once deep links are configured on the native sides, it's time to integrate deep link handling in your **Flutter** app.&#x20;

{% embed url="<https://docs.flutter.dev/ui/navigation/deep-linking>" %}
Deeplinking in Flutter
{% endembed %}

You can use one of the following packages for deep link management in Flutter: `app_links` / `go_router`

{% embed url="<https://pub.dev/packages/app_links>" %}
app\_links
{% endembed %}

{% embed url="<https://pub.dev/packages/go_router>" %}
go\_router
{% endembed %}


---

# 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://user.netmera.com/netmera-developer-guide/platforms/flutter/deep-linking.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.
