# CONET Platform

CONET users, both participants and developers, can easily access and utilize the CONET infrastructure through the CONET platform to develop innovative decentralized applications (DApps) using CONET infrastructure.

The CONET platform encompasses the following key infrastructure components:

[**CONET Wallet**](https://doceng.conet.network/core-technology/conet-platform/conet-wallet): A secure wallet solution that allows users to store, manage, and transact with various cryptocurrencies and tokens. The wallet also provides features such as mnemonic phrase backup, multi-wallet management, and seamless integration with the CONET ecosystem.

[**CONET API**:](https://doc-api.conet.network/) An application programming interface (API) provided by CONET, allowing developers to interact with CONET's infrastructure and integrate its features into their decentralized applications. The API facilitates functions such as wallet management, transaction processing, and access to blockchain data, enabling developers to create DApps that leverage CONET's capabilities.


---

# 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://doceng.conet.network/core-technology/conet-platform.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.
