# Deep Linking

Deep Linking allows users to add a configuration group to the Rabbit Hole app automatically.

We recommend using deep links, as they simplify adding configurations to the app.

### Creating a Deep Link

To create a deep link, prefix your URL with:

```
rabbithole://add/
```

Example:

```
rabbithole://add/https://example.com/user/test
```

{% hint style="info" %}
Test the operation of deep links before releasing them to users. Not all communication channels support the deep link format.
{% endhint %}


---

# 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://rabbit-hole-1.gitbook.io/rabbit-hole-docs/for-devs/deep-linking.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.
