---
title: Introduction
description: 'Learn how to manage users in SuperTokens '
sidebar:
  order: 1
---

## Overview

With the user management dashboard, you can perform actions through a user interface.
This allows you to view and modify tenants and users through different web actions.

## Getting started

To get a quick understanding of how the dashboard looks and what it can do you can visit the [live demo](https://dashboard.demo.supertokens.com/api/auth/dashboard).
The credentials for logging in are: `email: demo@supertokens.com` and `password: abcd1234`.

Alternatively, you can follow the [quickstart guide](/post-authentication/dashboard/initial-setup) to configure the dashboard in your **SuperTokens** integration. 

<CardGroup cols={3}>
  <Card title="Initial setup" href="/post-authentication/dashboard/initial-setup">
See how you can initialize the dashboard in your application.
</Card>
  <Card title="User management" href="/post-authentication/dashboard/user-management">
Work with users through the dashboard.
</Card>
  <Card title="Tenant management" href="/post-authentication/dashboard/tenant-management">
Work with tenants through the dashboard.
</Card>
</CardGroup>
