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

# Teachers

> Quick access to teacher management actions

Onboard teachers and manage their accounts to build your teaching team.

## Key Actions

<CardGroup cols={2}>
  <Card title="Onboard Teachers" icon="user-plus" href="/teachers/onboard-teachers">
    Add new teachers to your institute and assign them subjects
  </Card>

  <Card title="Inactivate Teacher Account" icon="user-slash" href="/teachers/inactivate-teacher-account">
    Temporarily disable teacher access without deleting
  </Card>

  <Card title="Delete Teacher Account" icon="user-xmark" href="/teachers/delete-teacher-account">
    Permanently remove teacher from the system
  </Card>
</CardGroup>

## All Teacher Management Features

<AccordionGroup>
  <Accordion title="View all teacher management features">
    * [Onboard Teachers](/teachers/onboard-teachers)
    * [Inactivate Teacher Account](/teachers/inactivate-teacher-account)
    * [Delete Teacher Account](/teachers/delete-teacher-account)
  </Accordion>
</AccordionGroup>
