# Deep Linking

Deep Linking позволяет автоматически добавить группу конфигураций в приложение Rabbit Hole.

Мы рекомендуем использовать Deep Links, так как они упрощают добавление конфигураций в приложение.

### Создание Deep Link

Чтобы создать Deep Link, добавьте к вашему URL следующий префикс:

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

Пример:

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

{% hint style="info" %}
Проверьте работу Deep Link перед тем, как публиковать их для пользователей. Не все каналы передачи поддерживают формат deep-ссылок.
{% 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/ru-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.
