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

# Batches

> Quick access to batch management actions

Create and manage batches, organize students, and maintain batch information.

## Key Actions

<CardGroup cols={2}>
  <Card title="Create Batch" icon="users-rectangle" href="/batches/create-batch">
    Set up new batches for different courses and subjects
  </Card>

  <Card title="Add Students to Batch" icon="user-plus" href="/batches/add-students-to-batch">
    Enroll students into existing batches
  </Card>

  <Card title="Edit Batch Details" icon="pen-to-square" href="/batches/edit-batch-details">
    Update batch name, schedule, or other information
  </Card>

  <Card title="Inactivate Batch" icon="ban" href="/batches/inactivate-batch">
    Temporarily disable batch without deleting
  </Card>

  <Card title="Delete Batch" icon="trash" href="/batches/delete-batch">
    Permanently remove batch from the system
  </Card>
</CardGroup>

## All Batch Management Features

<AccordionGroup>
  <Accordion title="View all batch management features">
    * [Create Batch](/batches/create-batch)
    * [Add Students to Batch](/batches/add-students-to-batch)
    * [Edit Batch Details](/batches/edit-batch-details)
    * [Inactivate Batch](/batches/inactivate-batch)
    * [Delete Batch](/batches/delete-batch)
  </Accordion>
</AccordionGroup>
