> ## Documentation Index
> Fetch the complete documentation index at: https://lifters.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Operator Quickstart

> Set up your Atlas account and connect your first brand in minutes.

## What You'll Need

* Your iGaming platform details (domain, brand name)
* Integration team access (for the technical setup)
* 30 minutes for initial configuration

## Step 1 — Create Your Account

Go to [app.atlas.io/signup](https://app.atlas.io/signup) and create your organization account.

During signup you'll configure:

* **Organization name** — Your company name
* **Primary contact** — Billing and compliance contact
* **Jurisdiction** — Your primary operating country/region

## Step 2 — Add Your First Brand

After account creation, navigate to **Settings → Brands → Add Brand**.

A brand represents a single product (domain). For example:

* `apostas.example.com` → Brand "Example Sports"
* `casino.example.com` → Brand "Example Casino"

<Info>
  You can add multiple brands under a single organization. All data is isolated by brand.
  Analytics can be viewed per-brand or aggregated across all brands.
</Info>

## Step 3 — Connect Your Platform

Hand off the following to your development team:

<Card title="Developer Quickstart" icon="code" href="/quickstart/developers">
  Technical guide for integrating the Events API with your backend
</Card>

Your dev team will need:

1. Your **Organization ID** — found in Settings → Organization
2. Your **Brand ID** — found in Settings → Brands
3. An **API Key** — created in Settings → API Keys

## Step 4 — Verify Data Flow

Once the integration is live, check the **Events** dashboard to confirm data is flowing:

* Green status = events being received
* You should see event counts increasing in real-time
* First analytics will appear within minutes of receiving events

## Step 5 — Configure Your Team

Add your analytics, finance, and compliance teams to Atlas:

1. Go to **Settings → Team**
2. Invite users by email
3. Assign roles:
   * **Admin** — Full access including billing and API keys
   * **Analyst** — Read-only access to all reports
   * **Compliance** — Access to PLD and Responsible Gambling reports

## What Comes Next

<CardGroup cols={2}>
  <Card title="Financial Reports" icon="chart-line" href="/guides/analytics/financial-reports">
    GGR, NGR, and revenue breakdown reports
  </Card>

  <Card title="Risk Analysis" icon="triangle-exclamation" href="/guides/analytics/risk-analysis">
    Real-time risk exposure monitoring
  </Card>

  <Card title="PLD Compliance" icon="shield-halved" href="/guides/compliance/pld">
    AML monitoring and COAF reporting
  </Card>

  <Card title="Player Behavior" icon="users" href="/guides/analytics/player-behavior">
    Segmentation, retention, and LTV analysis
  </Card>
</CardGroup>
