# 其他方法

Backpack 除了支持[ Provider 方法](/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa.md)外，还支持通过 deeplinks 调用的其他方法。

用户可使用 [Browse ](/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/qi-ta-fang-fa/browse-da-kai-wang-ye.md)deeplink 在 Backpack 的内置浏览器中打开网页应用。

Deeplinks 让用户可以轻松在 Backpack 内部打开网页应用。用户只需用手机摄像头扫描二维码，即可在 Backpack 的内置浏览器中直接打开页面。若网页应用检测到用户使用移动设备，也可提示用户在 Backpack 中打开特定页面。

`browse` deeplink 可在 Connect 事件之前使用，不需要 `session` 参数。

`browse` deeplinks 不应直接粘贴至移动端网页浏览器。它们必须由应用处理或由用户直接点击。

### URL 结构

```
https://backpack.app/ul/browse/?ref=
```

### 参数

* `url`（必填）：应在 Backpack 的内置浏览器中打开的网页 URL，需 URL 编码。
* `ref`（必填）：请求发起应用的 URL，需 URL 编码。


---

# 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/qi-ta-fang-fa.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.
