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

# Admin Portal

> Manage users, roles, and access requests.

## Overview

The Admin Portal is available to users with the admin role. It provides user management and access request handling.

## Tabs

### All Users

A table of all Ospri Brain users synced from Clerk:

| Column        | Description             |
| ------------- | ----------------------- |
| **Name**      | Full name               |
| **Email**     | Email address           |
| **Role**      | User or Admin           |
| **Last Seen** | Last activity timestamp |
| **Joined**    | Account creation date   |

**Actions:**

* **Search** — Filter users by name or email
* **Make Admin** — Promote a user to admin role
* **Remove Admin** — Demote an admin to user role

### Access Requests

Manage pending access requests:

| Column             | Description                |
| ------------------ | -------------------------- |
| **Name**           | Requester's name           |
| **Email**          | Requester's email          |
| **Department**     | Stated department          |
| **Requested Date** | When they requested access |
| **Status**         | Pending, Approved, Denied  |

**Actions:**

* **Approve** — Grant access to the platform
* **Deny** — Reject the request

### Stats

Quick counts at the top:

* **Total Users** — All active users
* **Admins** — Number of admins
* **Pending Requests** — Unanswered access requests

<Note>
  **Alex's screenshot note:** Take a screenshot of the Admin Portal showing the All Users tab with the user table and the Make Admin/Remove Admin buttons.
</Note>
