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

# Introduction

> External API for managing students, classrooms, and batches

## Welcome

Use our External API to manage students, classrooms, and batches from your own portal.

## What You Can Do

* Create and manage student accounts
* Organize students into classrooms
* Group students into batches

## Quick Links

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/authentication">
    Get your API token
  </Card>

  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Make your first API call
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Browse all endpoints
  </Card>

  <Card title="Errors" icon="triangle-exclamation" href="/errors">
    Handle errors
  </Card>
</CardGroup>
