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

# Introduction

> Welcome to the MLM Platform Developer Documentation

# Welcome to MLM Platform

The MLM Platform provides a complete solution for building multi-level marketing and referral systems. Our API enables you to:

* **Track Commissions**: Automatically calculate and distribute commissions based on your hierarchy
* **Manage Members**: Create and manage members with customizable tiers and permissions
* **Capture Leads**: Track leads with referral attribution
* **Embed Widgets**: Securely embed referral widgets in your application

## Quick Links

<CardGroup cols={2}>
  <Card title="Getting Started" icon="rocket" href="/guides/getting-started">
    Make your first API call in minutes
  </Card>

  <Card title="Authentication" icon="key" href="/guides/authentication">
    Learn how to authenticate API requests
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Explore all available endpoints
  </Card>

  <Card title="TypeScript SDK" icon="js" href="/sdks/typescript">
    Use our official TypeScript SDK
  </Card>
</CardGroup>

## Environments

The MLM Platform supports two environments:

| Environment | Description            | Use Case                   |
| ----------- | ---------------------- | -------------------------- |
| **LIVE**    | Production environment | Real transactions and data |
| **SANDBOX** | Test environment       | Development and testing    |

API keys are scoped to specific environments. Always use sandbox keys during development.

## Rate Limits

| Tier       | Requests/Minute | Burst |
| ---------- | --------------- | ----- |
| Standard   | 100             | 150   |
| Enterprise | 1000            | 1500  |

Rate limit headers are included in all responses:

* `X-RateLimit-Limit`: Maximum requests per window
* `X-RateLimit-Remaining`: Requests remaining
* `X-RateLimit-Reset`: Unix timestamp when limit resets

## Support

Need help? We're here for you:

* **Email**: [support@mlm-platform.example.com](mailto:support@mlm-platform.example.com)
* **Discord**: Join our community
* **GitHub**: Report issues and request features
