> For the complete documentation index, see [llms.txt](https://imtoken.gitbook.io/developers/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imtoken.gitbook.io/developers/master.md).

# Introduction

[**imToken**](https://token.im/) is a decentralized digital wallet used to manage and safeguard a wide range of blockchain- and token-based assets, identities and data. Since its founding in 2016, it has helped its users transact and exchange billions of dollars in value across more than 150 countries around the world.

This space contains documentation for all of imToken's open features, as well as any helpful tools for third-party developers. Developing a DApp or want to be associated with the imToken application? Read the documentation to learn how to get started.

### About the new document space

Starting in 2021, we begin to add support for third-party developer experiences, including public APIs, application performance experiences, development tools, and more. To ensure that each developer has the best experience, lowest migration cost when adapting our services, we will base our goals on the following points:

* Technology stack, interfaces, etc. are aligned with the community. (as for EIP implementation)
* Maintain backward compatibility as much as possible.
* Ensure there are no migration costs for third-party products.
* Strict security audits.

The documentation here will be updated as we move forward.

### How to request a feature

If you need a new feature that is not currently available or not implemented, please [open an issue](https://github.com/consenlabs/webview/issues/new?assignees=\&labels=\&template=2-feature-request.md).

We've opened a discussion forum for developers, and any discussion about technology can create a question in [GitHub Discussion](https://github.com/consenlabs/webview/discussions/new).

## Getting Help

* [imToken product home](https://token.im/)
* [Tokenlon product home](https://tokenlon.im/)
* [Brand resources](https://token.im/brand)
* [All older versions of the document](/developers/references.md)
* For product questions, visit [the support center](https://support.token.im/hc/en-us) to learn more.


---

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