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

# Managing Admins

> How to add school administrators, assign sub-roles, understand permissions, and remove admins on Lena.

This guide covers how to add new administrators, assign them the right level of
access, adjust their permissions over time, and remove admins who no longer need
access.

<Note>
  **Before you begin:** You must be a **Super Admin** to manage other admins.
  See the roles table below for permission details.
</Note>

***

## Admin sub-roles

Lena offers three levels of admin access:

| Sub-role               | Permissions                                                                                           |
| ---------------------- | ----------------------------------------------------------------------------------------------------- |
| **Super Admin**        | Full access to everything — users, structure, courses, CBT, and other admins                          |
| **Academic Admin**     | Can manage academic structure, courses, and users (students and teachers). Cannot manage other admins |
| **Non-Academic Admin** | Limited to non-academic operations                                                                    |

<Note>
  The person who creates the school is automatically assigned the **Super
  Admin** role and cannot be removed by other admins.
</Note>

***

## Viewing admins

1. Go to **User Directory** → **Admins** in the sidebar
2. You'll see all administrators for your school with their names, emails, and
   sub-roles

<Frame caption="Screenshot: Admin directory showing admin names, emails, and sub-roles">
  <img className="block dark:hidden" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-light.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=8aa659c894fa0cbcd69dca2937f31d5d" alt="Admin directory table showing administrator names, email addresses, and assigned sub-roles" width="1600" height="938" data-path="images/placeholder-light.png" />

  <img className="hidden dark:block" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-dark.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=d8ebf01c18a25cc2bcf05b022a7d47a1" alt="Admin directory table showing administrator names, email addresses, and assigned sub-roles" width="1600" height="938" data-path="images/placeholder-dark.png" />
</Frame>

***

## Adding an admin

<Steps>
  <Step title="Click 'Add Admin'">
    Click the **Add Admin** button in the admin directory. The add admin dialog opens.
  </Step>

  <Step title="Enter admin details">
    | Field          | Description                                        |
    | -------------- | -------------------------------------------------- |
    | **First name** | Admin's given name                                 |
    | **Last name**  | Admin's surname                                    |
    | **Email**      | Admin's email address                              |
    | **Sub-role**   | Super Admin, Academic Admin, or Non-Academic Admin |

    <Frame caption="Screenshot: Add admin dialog with name, email, and sub-role fields">
      <img className="block dark:hidden" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-light.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=8aa659c894fa0cbcd69dca2937f31d5d" alt="Add admin dialog with fields for name, email, and sub-role selection dropdown" width="1600" height="938" data-path="images/placeholder-light.png" />

      <img className="hidden dark:block" src="https://mintcdn.com/lenaafrica/ISsABwDXCBX0o69d/images/placeholder-dark.png?fit=max&auto=format&n=ISsABwDXCBX0o69d&q=85&s=d8ebf01c18a25cc2bcf05b022a7d47a1" alt="Add admin dialog with fields for name, email, and sub-role selection dropdown" width="1600" height="938" data-path="images/placeholder-dark.png" />
    </Frame>
  </Step>

  <Step title="Save">
    Click **Save**. A confirmation message appears and the admin is added with the specified sub-role. If they don't already have a Lena account, they'll receive an invitation.
  </Step>
</Steps>

<Warning>
  Be thoughtful about granting Super Admin access. Super Admins can manage
  other admins, delete users, and modify all school settings. For most staff
  members, Academic Admin or Non-Academic Admin is sufficient.
</Warning>

***

## Changing an admin's sub-role

To change an admin's permission level:

1. Find the admin in the directory
2. Click **Edit** on their row
3. Change the **Sub-role** to the desired level
4. Save changes

The change takes effect immediately. The admin will see updated access on their
next page load.

***

## Removing an admin

To remove an admin from your school:

1. Find the admin in the directory
2. Click **Delete** or **Remove**
3. Confirm the removal

<Note>
  You cannot remove the original school creator (the first Super Admin). If
  you need to change the primary admin, contact [Lena
  support](/general/contact-support).
</Note>

***

## Permission breakdown

Here's what each sub-role can and cannot do:

| Action                       | Super Admin | Academic Admin | Non-Academic Admin |
| ---------------------------- | :---------: | :------------: | :----------------: |
| Manage students              |      ✓      |        ✓       |          —         |
| Manage teachers              |      ✓      |        ✓       |          —         |
| Manage admins                |      ✓      |        —       |          —         |
| Configure academic structure |      ✓      |        ✓       |          —         |
| Manage sessions and terms    |      ✓      |        ✓       |          —         |
| View and create courses      |      ✓      |        ✓       |          —         |
| Manage CBT exams             |      ✓      |        ✓       |          —         |
| Edit school settings         |      ✓      |        —       |          —         |
| View dashboard stats         |      ✓      |        ✓       |          ✓         |

***

## Best practices

* **Limit Super Admins** — Have 1-2 Super Admins (school owner and vice
  principal). Too many Super Admins increases risk of accidental changes
* **Use Academic Admin for department heads** — They can manage users and
  courses without access to admin management
* **Review admin list periodically** — Remove admins who no longer need access
  (e.g., staff who have left)

***

## Related guides

* [Managing Teachers](/school/managing-teachers) — add and manage teacher
  accounts
* [Managing Students](/school/managing-students) — add and manage student
  accounts
* [Creating Your School](/school/creating-your-school) — the school creation
  process that creates the first Super Admin
