> ## Documentation Index
> Fetch the complete documentation index at: https://docs.16tms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Architecture

> System Architecture and Data Flow

Understanding how 16TMS fits into your ecosystem.

## High-Level Diagram

```mermaid theme={null}
graph TD
    User[End User] --> Client[Your Client App]
    Client --> YourBackend[Your Backend]
    YourBackend -- API Calls --> 16TMS[16TMS API]
    Admin[Admin] --> Console[16TMS Console]
    Console -- Configures --> 16TMS
```

1. **Console**: Used by admins to configure games, tournaments, and view data.
2. **API**: Your backend communicates with our API to register users, teams, and fetch tournament data.
3. **Client**: Your user interface displays the data fetched by your backend.
