> For the complete documentation index, see [llms.txt](https://support.backpack.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/qi-ta-fang-fa/browse-da-kai-wang-ye.md).

# Browse（打开网页）

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

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

`browse` deeplinks 不应粘贴到移动网页浏览器中。这些 deeplinks 应由应用处理，或由终端用户点击触发。

### URL结构

```
https://backpack.app/ul/v1/browse/<url>?ref=<ref>
```

### **参数**

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/qi-ta-fang-fa/browse-da-kai-wang-ye.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
