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

# Dashboard Overview

> Navigate the Muxx dashboard to monitor and manage your LLM applications.

The Muxx dashboard is your central hub for monitoring LLM usage, managing projects, and collaborating with your team.

## Getting Started

1. Sign up at [muxx.dev](https://muxx.dev/signup)
2. Create or join an organization
3. Create your first project
4. Start sending requests

## Dashboard Sections

<CardGroup cols={2}>
  <Card title="Organizations" icon="building" href="/dashboard/organizations">
    Manage workspaces and billing
  </Card>

  <Card title="Projects" icon="folder" href="/dashboard/projects">
    Organize applications and environments
  </Card>

  <Card title="Team Members" icon="users" href="/dashboard/team-members">
    Invite and manage collaborators
  </Card>

  <Card title="API Keys" icon="key" href="/dashboard/api-keys">
    Create and rotate API keys
  </Card>

  <Card title="Logs" icon="list" href="/dashboard/logs">
    View request and response details
  </Card>

  <Card title="Analytics" icon="chart-line" href="/dashboard/analytics">
    Monitor usage, costs, and performance
  </Card>
</CardGroup>

## Navigation

The dashboard is organized hierarchically:

```text theme={null}
Organization
|-- Project 1
|   |-- Logs
|   |-- Analytics
|   |-- Prompt Registry
|   |-- Settings
|-- Project 2
|   |-- ...
|-- Settings
    |-- Team Members
    |-- Billing
    |-- API Keys
```

## Quick Actions

From any page, you can:

* **Switch organizations** - Click the org name in the sidebar
* **Switch projects** - Use the project dropdown
* **Search logs** - Press `Cmd/Ctrl + K`
* **Create new project** - Click "New Project" button

## Keyboard Shortcuts

| Shortcut       | Action          |
| -------------- | --------------- |
| `Cmd/Ctrl + K` | Open search     |
| `Cmd/Ctrl + /` | Show shortcuts  |
| `G then L`     | Go to Logs      |
| `G then A`     | Go to Analytics |
| `G then S`     | Go to Settings  |
