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

# Dashboard

> Learn about Cachet's dashboard.

The Cachet dashboard is powered by [Filament](https://filamentphp.com), an open-source dashboard tool for Laravel.
The dashboard is accessed via your status page's `/dashboard` URL. Here you can manage your Cachet installation,
including managing incidents, components, and subscribers.

## User Management

Cachet currently does not support user management from the dashboard.

## Markdown

Cachet uses [Markdown](https://www.markdownguide.org) for incident messages and component descriptions. Markdown is a
lightweight markup language with plain text formatting syntax. It is designed so that it can be converted to HTML and
many other formats using a tool by the same name.

```markdown theme={null}
# Incident Title

This is my **first incident**. It's _really_ [serious](https://www.youtube.com/shorts/1LOQOKXTDLY).
```
