# Platform Architecture

The KryptoPips platform consists of the following main components.

**Web3 Wallet Connection:** A connection is established with the user’s cryptocurrency wallet, allowing them to approve blockchain transactions and execute actions on the platform.

**Integrated User Widget:** An embeddable app that can be integrated into any user-facing web module to allow users to carry out actions and interact with KryptoPips platform functionalities.

**Administrator Dashboard:** An admin panel that allows administrators to securely login to access user data and statistics for the purposes of monitoring and carrying out their operations.

<figure><img src="/files/G1V2BuYKz0f6ZoXbirFe" alt=""><figcaption><p>KryptoPips Platform</p></figcaption></figure>


---

# 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://kryptopips.gitbook.io/whitepaper/platform/platform-architecture.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.
