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

# Customer Dashboard Reference

> Reference for main pages, actions, and operational outputs

## Information architecture

| Section        | Key actions                                    | Primary outputs                         |
| -------------- | ---------------------------------------------- | --------------------------------------- |
| **Models**     | Search, open detail, copy snippets             | Model metadata and integration examples |
| **Playground** | Run prompts, compare chats                     | Prompt/response validation              |
| **Logs**       | Filter metrics/requests, open details, export  | Reliability and performance visibility  |
| **Usage**      | Choose project/range, export, configure alerts | Cost/token/request governance           |
| **API Keys**   | Create, view, edit, revoke                     | Secure integration credentials          |
| **Projects**   | Create, edit, delete, inspect details          | Ownership and access boundaries         |
| **Audit**      | Filter, search, export                         | Operational traceability                |

```mermaid theme={null}
graph TD
    A[Models] --> B[Playground]
    B --> C[API Keys]
    C --> D[App Integrations]
    D --> E[Logs]
    D --> F[Usage]
    E --> G[Audit]
    F --> G
```

## Frequently used filters

* **Logs**: date range, model, endpoint type, latency, token threshold, success state.
* **Usage**: project selector and time window.
* **Audit**: action type, resource type, search term, date range.

## Exports and artifacts

* Logs exports for operational analysis.
* Usage exports for reporting and billing workflows.
* Audit exports for compliance evidence.

## Security-sensitive actions

1. API key creation, edit, and revocation.
2. Project changes that alter ownership or access structure.
3. Any workflow that impacts cost controls and quota usage.
