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

# MOGL: The NIL Platform for Athletes, Brands & Agents

> MOGL connects college athletes with brand partners and agents to create, manage, and fulfill NIL sponsorship deals. Explore the API and feature guides.

MOGL is the all-in-one platform for Name, Image, and Likeness (NIL) deals. Whether you are a brand partner creating campaigns, a college athlete fulfilling deals, or an agent managing a roster, MOGL gives you the tools and APIs to connect, contract, and get paid.

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call and set up your integration in minutes.
  </Card>

  <Card title="Authentication" icon="key" href="/authentication">
    Learn how to obtain and use your JWT token to authenticate API requests.
  </Card>

  <Card title="Platform Overview" icon="map" href="/concepts/platform-overview">
    Understand how athletes, partners, agents, and universities connect on MOGL.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/core-api">
    Full reference for the Core, University, and Notifications APIs.
  </Card>
</CardGroup>

## Get started in three steps

<Steps>
  <Step title="Create your account">
    Register as an athlete, brand partner, or agent using the appropriate registration endpoint or the MOGL web app.
  </Step>

  <Step title="Authenticate">
    Call `POST /api/login` with your credentials to receive a JWT Bearer token. Include this token in every subsequent request.
  </Step>

  <Step title="Explore deals">
    Use the Core API to browse available jobs as an athlete, post campaigns as a partner, or manage your roster as an agent.
  </Step>
</Steps>

## What you can build

<CardGroup cols={3}>
  <Card title="Deals & Jobs" icon="handshake" href="/concepts/deals-jobs">
    Create and manage NIL campaigns, applications, and contracts.
  </Card>

  <Card title="Payments" icon="credit-card" href="/concepts/payments">
    Handle athlete payouts and agent billing through Stripe Express.
  </Card>

  <Card title="Notifications" icon="bell" href="/api-reference/notifications-api">
    Send and receive platform notifications for deals, contracts, and payments.
  </Card>
</CardGroup>
