> 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.md).

# 技术文档

- [本地主机 RPC 端点](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/ben-di-zhu-ji-rpc-duan-dian.md)
- [Deeplinks](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks.md)
- [Provider 方法](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa.md)
- [Connect（连接）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa/connect-lian-jie.md)
- [Disconnect（断开连接）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa/disconnect-duan-kai-lian-jie.md)
- [SignAndSendTransaction（签名并发送交易）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa/signandsendtransaction-qian-ming-bing-fa-song-jiao-yi.md)
- [SignAllTransactions（批量签名交易）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa/signalltransactions-pi-liang-qian-ming-jiao-yi.md)
- [SignTransaction（签名单笔交易）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa/signtransaction-qian-ming-dan-bi-jiao-yi.md)
- [SignMessage（签名消息）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/provider-fang-fa/signmessage-qian-ming-xiao-xi.md)
- [其他方法](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/qi-ta-fang-fa.md)
- [Browse（打开网页）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/qi-ta-fang-fa/browse-da-kai-wang-ye.md)
- [Handling Sessions（会话处理）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/handling-sessions-hui-hua-chu-li.md)
- [Specifying Redirects（指定重定向）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/specifying-redirects-zhi-ding-zhong-ding-xiang.md)
- [Encryption（加密机制）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/encryption-jia-mi-ji-zhi.md)
- [Limitations（限制）](https://support.backpack.exchange/support-docs/cn/qian-bao/ji-shu-wen-dang/deeplinks/limitations-xian-zhi.md)


---

# 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.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.
