# System Components

<figure><img src="/files/0Q2MPdcnBeLKwo2wFEuJ" alt=""><figcaption><p>System Architecture Flow</p></figcaption></figure>

* **User Interface**\
  This component comprises both a mobile app and a web platform, allowing users to access features effortlessly from any device. It also integrates a digital wallet for secure and convenient transactions.
* **Game Server**\
  This module handles the core gaming functionalities, including matchmaking to pair players, tournament management for organizing competitive events, and an anti-cheat system to maintain fair play.
* **Payment System**\
  All financial operations fall under this component, which manages token usage, distributes rewards to winners, and ensures secure processing of all transactions.
* **Admin Panel**\
  Designed for streamlined oversight, this panel offers user management to maintain player accounts, tournament control for scheduling and monitoring, an analytics dashboard for actionable insights, and a B2B client onboarding process for partnership integrations.


---

# 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://whitepaper.gamerge.ai/technical-architecture/gamerge-platform-architecture/system-components.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.
