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

# Dashboard overview

> A tour of the Gatelit dashboard and its main sections.

The Gatelit dashboard gives you a central place to monitor gateway activity, manage prompts and keys, and configure which models your organization can use.

<CardGroup cols={2}>
  <Card title="Request Logs" icon="list" href="/dashboard/request-logs">
    A paginated audit trail of every request routed through the gateway, with model, tokens, cost, latency, and status.
  </Card>

  <Card title="Models" icon="microchip" href="/dashboard/models">
    Enable or disable specific models for your organization, overriding platform defaults.
  </Card>

  <Card title="Prompts" icon="file-lines" href="/guides/prompt-management">
    Create, version, and publish saved prompt templates that your applications can reference by ID.
  </Card>

  <Card title="Bring Your Own Key" icon="key" href="/guides/byok">
    Manage org-scoped BYOK API keys for each AI provider, and create service keys for backend auth.
  </Card>
</CardGroup>

<Tip>
  Use the **Playground** page to send requests interactively and test prompts before integrating them into your application. You can pick any model your organization has enabled and inspect the raw response alongside token and cost estimates.
</Tip>

## Overview page

When you open the dashboard, the **Overview** page loads first. It shows four stat cards at a glance:

* **Total requests today** — request count since midnight, with a trend percentage compared to yesterday
* **Spend this month** — cumulative estimated cost in USD since the first of the month
* **Success rate today** — percentage of today's requests that completed successfully
* **Prompts / folders** — total number of saved prompts and prompt folders in your org

Below the stat cards, two charts give you more detail:

* **Requests (last 7 days)** — a bar chart showing daily request volume for the past week
* **Spend by provider (this month)** — a breakdown of month-to-date spend across OpenAI, Anthropic, Google, and Mistral

A **Top consumers** table lists the users or service keys responsible for the most spend and requests this month.

## Usage page

The **Usage** page provides a detailed breakdown of token consumption and spend. You can filter by time period (today, this week, or this month) and group results by user or by provider. Each row shows the subject, provider, request count, input tokens, output tokens, and total spend in USD.
