# imToken For Developers

## English

- [Introduction](https://imtoken.gitbook.io/developers/master.md): Welcome to the home of imToken documentation.
- [WebView](https://imtoken.gitbook.io/developers/products/webview.md): The DApp contextual environment supported by the imToken application.
- [Development Guide for imToken DApp](https://imtoken.gitbook.io/developers/products/webview/development-guide-for-imtoken-dapp.md): Learn how to develop a DApp and link to imToken.
- [Bitcoin](https://imtoken.gitbook.io/developers/products/webview/bitcoin.md)
- [RPC Methods](https://imtoken.gitbook.io/developers/products/webview/rpcs.md): Ethereum RPCs implemented in the imToken application.
- [Compatibility](https://imtoken.gitbook.io/developers/products/webview/compatibility.md): Introduction to WebView Boundaries and Compatibility.
- [Preload URL Options](https://imtoken.gitbook.io/developers/products/webview/preload-url-options.md): Design a webview frame styles that better fits your page with URL options.
- [SDK APIs](https://imtoken.gitbook.io/developers/products/webview/sdk.md): Modern SDK tools to help you access imToken's public APIs.
- [Release changes](https://imtoken.gitbook.io/developers/products/webview/release-changes.md): Updates related to imToken WebView.
- [Universal Links](https://imtoken.gitbook.io/developers/products/universal-links.md)
- [Deep Linking](https://imtoken.gitbook.io/developers/products/deep-linking.md): Deep interaction and integration between applications.
- [References](https://imtoken.gitbook.io/developers/references.md)

## 中文

- [介绍](https://imtoken.gitbook.io/developers/zh/master.md): 文档空间与 imToken 产品参考资料。
- [WebView](https://imtoken.gitbook.io/developers/zh/products/webview.md): imToken 应用支持 DApp 的上下文环境。
- [imToken DApp 开发指引](https://imtoken.gitbook.io/developers/zh/products/webview/development-guide-for-imtoken-dapp.md): 学习如何开发 DApp 并连接到 imToken。
- [RPC Methods](https://imtoken.gitbook.io/developers/zh/products/webview/rpcs.md): imToken 应用内的 Ethereum RPCs 实现说明。
- [Bitcoin](https://imtoken.gitbook.io/developers/zh/products/webview/bitcoin.md): Bitcoin DApp 与 imToken 钱包交互开发者文档
- [SDK APIs](https://imtoken.gitbook.io/developers/zh/products/webview/sdk.md): 访问 imToken 公开 API 的现代化工具。
- [预加载配置](https://imtoken.gitbook.io/developers/zh/products/webview/preload-url-options.md): 以 URL 预加载配置更符合页面风格的 WebView 框架样式。
- [兼容性说明](https://imtoken.gitbook.io/developers/zh/products/webview/compatibility.md): 关于 imToken WebView 的兼容性与边界说明。
- [版本说明](https://imtoken.gitbook.io/developers/zh/products/webview/release-changes.md): imToken WebView 升级与说明。
- [Universal Links](https://imtoken.gitbook.io/developers/zh/products/universal-links.md): 通过 Universal Links 打开 imToken 应用程序，并导航到特定页面
- [Deep Linking](https://imtoken.gitbook.io/developers/zh/products/deep-linking.md): 应用间的深度交互与集成。
- [参考](https://imtoken.gitbook.io/developers/zh/references.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://imtoken.gitbook.io/developers/master.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.
