# Deeplinks

Backpack 允许 iOS 和 Android 应用通过通用链接（推荐）或 deeplinks 与其原生交互。

{% hint style="info" %}
这些工作流统称为 “deeplinks”。
{% endhint %}

所有[ Provider 方法](https://app.gitbook.com/o/1pzK7I96ua1kPK2SCiPg/s/p2WpAGNII69RQ8wSTC1p/~/changes/47/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa)遵循如下协议格式：

```
https://backpack.app/ul/<version>/<method>
```


---

# 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://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks.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.
