# Specifying Redirects

All Methods support a `redirect_link=` param that lets Solflare know how to get back to the original app. The URI specified by this param should be URL encoded.&#x20;

The following is an example of a `mydapp://onSolflareConnected` redirect URI:

```
redirect_link%3Dmydapp%3A%2F%2FonSolflareConnected
```

If the deeplink request to Solflare comes with a response, Solflare will append the results as query parameters in the `redirect_link=` upon redirecting.

```
redirect_link=mydapp://onSolflareConnected?data=...
```


---

# 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.solflare.com/solflare/technical/deeplinks/specifying-redirects.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.
