> ## 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.

# Students

> Quick access to student management actions

Onboard students, manage their accounts, and organize them into batches efficiently.

## Key Actions

<CardGroup cols={2}>
  <Card title="Onboard Single Student" icon="user-plus" href="/students/onboard-single-student">
    Add individual students manually to your institute
  </Card>

  <Card title="Onboard via Invite Link" icon="link" href="/students/onboard-students-invite-link">
    Generate invite links for students to self-register
  </Card>

  <Card title="Onboard via Excel" icon="file-excel" href="/students/onboard-students-excel">
    Bulk import students using Excel spreadsheet
  </Card>

  <Card title="Move Student to Another Batch" icon="users-between-lines" href="/students/move-student-to-batch">
    Transfer students between different batches
  </Card>

  <Card title="Inactivate Student Account" icon="user-slash" href="/students/inactivate-student-account">
    Temporarily disable student access without deleting
  </Card>

  <Card title="Delete Student Account" icon="user-xmark" href="/students/delete-student-account">
    Permanently remove student from the system
  </Card>
</CardGroup>

## All Student Management Features

<AccordionGroup>
  <Accordion title="View all student management features">
    * [Onboard Single Student](/students/onboard-single-student)
    * [Onboard Students via Invite Link](/students/onboard-students-invite-link)
    * [Onboard Students via Excel](/students/onboard-students-excel)
    * [Move Student to Batch](/students/move-student-to-batch)
    * [Inactivate Student Account](/students/inactivate-student-account)
    * [Delete Student Account](/students/delete-student-account)
  </Accordion>
</AccordionGroup>
