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

# Dashboard reference

> A guide to every section of the LaraOwl dashboard.

Each project has its own dashboard, organized into focused sections. Use the **time-range filter** (1h, 24h, 7d, 14d, 30d, or a custom range) at the top of each section to scope charts and tables; pagination preserves your active filters as you browse.

## Sections

| Section               | Description                                                               |
| --------------------- | ------------------------------------------------------------------------- |
| **Overview**          | High-level project health — requests, errors, and performance at a glance |
| **Requests**          | HTTP traffic analysis with route-level breakdown                          |
| **Exceptions**        | Grouped errors with stack traces and occurrence tracking                  |
| **Jobs**              | Queue job monitoring — processed, failed, duration                        |
| **Commands**          | Artisan command execution history                                         |
| **Scheduled Tasks**   | Cron job health and execution log                                         |
| **Queries**           | Database query analytics — slow queries, N+1 detection                    |
| **Notifications**     | Outbound notification tracking by channel                                 |
| **Mail**              | Email delivery monitoring                                                 |
| **Cache**             | Cache hit/miss analytics by key                                           |
| **Outgoing Requests** | External HTTP call monitoring                                             |
| **Users**             | Authenticated user activity tracking                                      |
| **Uptime**            | Site availability monitoring                                              |
| **Logs**              | Centralized log viewer with search                                        |
| **Security**          | Threat detection dashboard                                                |
| **Firewall**          | Cloudflare WAF management (traffic, rules, audit)                         |
| **Settings**          | General, Integrations, Alert Rules, Thresholds, API Keys, Cloudflare      |

## Settings tabs

The **Settings** section groups per-project configuration:

| Tab              | Purpose                                                        |
| ---------------- | -------------------------------------------------------------- |
| **General**      | Project name and data-retention policy                         |
| **Integrations** | Connect Slack, Discord, Telegram, email, and webhook channels  |
| **Alert Rules**  | Enable and tune alert triggers and throttling                  |
| **Thresholds**   | Set response-time, query, job, and command performance budgets |
| **API Keys**     | View and manage the project's ingestion token                  |
| **Cloudflare**   | Connect and manage the Cloudflare firewall integration         |

<Tip>
  Related deep-dives: [Alerts & integrations](/alerts), [Security & firewall](/security), and the full [feature list](/features).
</Tip>
