# products

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


---

# 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://imtoken.gitbook.io/developers/products.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.
