> 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/vn/vi-wallet/tai-lieu-ky-thuat/deeplinks/cac-phuong-thuc-khac.md).

# Các Phương Thức Khác

Backpack hỗ trợ các phương thức bổ sung thông qua deeplink bên cạnh các [Provider Methods](broken://pages/JmWooiOhIQV2eiRyuyAR).

Người dùng có thể sử dụng [Browse](broken://pages/QBq8afjT8HL3NYh4y6DY) deeplink để mở các ứng dụng web trong trình duyệt tích hợp sẵn của Backpack.

***

Deeplink giúp người dùng dễ dàng mở các ứng dụng web trong Backpack. Người dùng có thể quét mã QR bằng camera điện thoại để mở trực tiếp một trang web trong trình duyệt tích hợp của Backpack. Nếu ứng dụng web phát hiện người dùng đang sử dụng thiết bị di động, nó có thể đề xuất người dùng mở một trang cụ thể trong trình duyệt của Backpack.

`browse` deeplink có thể được sử dụng trước khi diễn ra sự kiện Connect, vì nó không yêu cầu tham số `session` .

`browse` deeplink không được dùng để dán trực tiếp vào trình duyệt web trên thiết bị di động.

Những deeplink này phải được ứng dụng xử lý hoặc do người dùng nhấp trực tiếp.

### Cấu trúc URL <a href="#url-structure" id="url-structure"></a>

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

### Tham số <a href="#parameters" id="parameters"></a>

* `url`**(bắt buộc):** URL cần mở trong trình duyệt tích hợp của Backpack, được mã hóa URL.d.
* `ref` **(bắt buộc):** URL của ứng dụng gửi yêu cầu, được mã hóa 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/vn/vi-wallet/tai-lieu-ky-thuat/deeplinks/cac-phuong-thuc-khac.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.
