# Introduction

Welcome to the **MOE** (Management Operations Environment) documentation, BetStarters' backoffice system.

MOE is the management platform that allows administrators and operators to manage all aspects of the betting platform, from the network of agents and players to game management, from marketing to financial transactions.

## Overview

MOE provides a comprehensive interface for:

* **Network Management**: Management of players, agents, shops, and cashiers
* **Game Management**: Configuration and administration of the game catalog
* **Marketing**: Bonus campaigns, cashback, and promotions
* **CMS**: Website content management
* **Finance**: Wallet monitoring, movements, and withdrawals
* **Reporting**: Analysis and detailed reports
* **Security**: Fraud monitoring and behavioral analysis
* **PSP**: Payment service provider management
* **Regulatory**: Compliance and regulatory management

## Get Started

* [Introduction](/getting-started/introduction.md) - General system overview
* [Quick Start](/getting-started/getting-started.md) - Start using MOE
* [Authentication](/getting-started/authentication.md) - Access and security

## Main Modules

* [Dashboard](/dashboard/dashboard.md) - Overview and statistics
* [Network (CRM)](/network-crm/network.md) - Network and user management
* [Games](/games/games.md) - Game catalog and configuration
* [Marketing](/marketing/marketing.md) - Campaigns and promotions
* [CMS](/cms/cms.md) - Content Management System
* [Wallet](/wallet/wallets.md) - Financial management
* [Reports](/reports/reports.md) - Reports and analysis
* [PSP](/psp/psp.md) - Payment Service Providers
* [Platform](/platform/platform.md) - Platform configuration
* [Fraud Monitor](/fraud-monitor/fraud-monitor.md) - Security monitoring
* [Regulatory](/regulatory/regulatory.md) - Compliance and regulations

## Support

For questions or support, contact the development team.


---

# 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://docs.betstarters.com/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.
