> ## 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.

# Quick Start

> Get immediate value from Metrics, Requests, and Rules tabs

This quick start helps you validate platform health and investigate recent traffic.

## Step 1: Open Observability

1. Log in to Bud AI Foundry.
2. Click **Observability** in the left navigation.
3. Confirm you can access **Metrics**, **Requests**, and **Rules** tabs.

## Step 2: Set Time Window

1. Choose a preset such as **Last 1 hour** or **Last 24 hours**.
2. Use the custom date picker when you need precise comparison windows.

```mermaid theme={null}
flowchart LR
    A[Select Time Range] --> B[Review Metrics]
    B --> C[Filter Requests]
    C --> D[Inspect Request Details]
    D --> E[Adjust or Add Rules]
```

## Step 3: Review Metrics

1. On **Metrics**, pivot the view by **Model**, **Deployment**, **Project**, or **User**.
2. Inspect KPI cards for request count, success/failure, latency, and token usage.
3. Check charts for spikes in latency, TTFT, or request volume.

## Step 4: Investigate Requests

1. Switch to **Requests**.
2. Apply search and filters (project, endpoint type, latency, tokens).
3. Sort by response time to identify outliers.
4. Open a request for full metadata and payload details.

<img src="https://mintcdn.com/budecosystem-b7b14df4/aNslHEJbeVw39v72/images/image-47.png?fit=max&auto=format&n=aNslHEJbeVw39v72&q=85&s=19464ffe31c1e98364ca10caa7f907be" alt="Image" width="1920" height="870" data-path="images/image-47.png" />

## Step 5: Validate Rules

1. Open **Rules**.
2. Filter by type and status.
3. Verify active rules align with current traffic behavior.

<img src="https://mintcdn.com/budecosystem-b7b14df4/nRAek3uAbaVYitN1/images/image-50.png?fit=max&auto=format&n=nRAek3uAbaVYitN1&q=85&s=72bdbdec6e19048ab8f3d7ce83ed76af" alt="Image" width="1916" height="876" data-path="images/image-50.png" />

## Next Steps

<CardGroup cols={2}>
  <Card title="Concepts" icon="book" href="/observability/observability-concepts">
    Learn the data model and investigation patterns
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/observability/troubleshooting">
    Resolve common observability issues
  </Card>
</CardGroup>
