# Deep Linking Configuration for Android

<figure><img src="/files/jTR8oC1hCWV31xds92xO" alt="deep-linking-android"><figcaption></figcaption></figure>

1. Select the **“Turned on”** option, then fill in the following fields:
   * **Android Package Name:** package\_name (taken from the build.gradle file).
   * **Android Namespace:** namespace.
   * **Android Fingerprint:** sha256\_cert\_fingerprints (generated with this command: keytool -list -v -keystore my-release-key.keystore).
   * **Android Relation:** use the default setting.
   * Click on the **“Create”** button to save the changes.


---

# 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.emaillabs.io/en/analytics-panel/functionalities/deep-linking/deep-linking-configuration-for-android.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.
