# CONET Platform documentation

The CONET platform is the client used by users to access the CONET Layer Minus protocol network.

<figure><img src="/files/VOzJNM3TsRwRxQxM0Hlc" alt=""><figcaption></figcaption></figure>

The CONET platform based on the Progressive Web Apps (PWA) which can reach anyone, anywhere, on any device with a single codebase.

<figure><img src="/files/qpvY3LkvKx8nQ7Lm52u5" alt=""><figcaption></figcaption></figure>

[**TypeScript**](https://www.typescriptlang.org/docs/handbook/typescript-from-scratch.html)

TypeScript is JavaScript’s runtime with a compile-time type checker. CONET platform uses TpeScript to improve programming quality.

**Decentralized APP Store**

Third-party developers can utilize the CONET platform to access the CONET network infrastructure and develop their own unique applications. Applications are showcased on the CONET platform through the decentralized application store provided by CONET. Users can then install these applications from the CONET platform.

**Contributing**

Report errors in this documentation in[ the issue tracker.](https://github.com/CoNET-project/conet-platform-documentation/issues)


---

# 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://doc-api.conet.network/readme.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.
