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

> Run your first Playground experiment in 5 minutes

This quickstart helps you run a single prompt, compare models, and save a reusable chat session.

## Step 1: Open Playground

1. Sign in to Bud Admin.
2. Click **Playground** from the left navigation.

```mermaid theme={null}
sequenceDiagram
    participant U as User
    participant A as Bud Admin
    participant P as Playground
    U->>A: Open Playground
    A->>P: Load embedded session
    U->>P: Select model
    U->>P: Send prompt
    P-->>U: Stream response + metrics
```

## Step 2: Start a Single-Model Chat

1. Choose a model/endpoint in the selector.
2. Enter a prompt (example: "Summarize this support ticket in 3 bullet points").
3. Click **Send**.
4. Observe output quality and latency.

<img src="https://mintcdn.com/budecosystem-b7b14df4/mJ9KCgcxf5loPyID/images/image-41.png?fit=max&auto=format&n=mJ9KCgcxf5loPyID&q=85&s=5505bea568bf39131581379167c13fc3" alt="Image" width="1920" height="873" data-path="images/image-41.png" />

## Step 3: Tune Generation Settings

Open **Settings** and modify:

* Temperature
* Response length/token limit
* Repeat penalty
* Stop strings

Run the same prompt again to compare behavior changes.

<img src="https://mintcdn.com/budecosystem-b7b14df4/mJ9KCgcxf5loPyID/images/image-42.png?fit=max&auto=format&n=mJ9KCgcxf5loPyID&q=85&s=e7f5ef5e25aa026d7b604251788784ad" alt="Image" width="1920" height="876" data-path="images/image-42.png" />

## Step 4: Compare Models

1. Open a new chat window/pane.
2. Select a second model.
3. Reuse the same prompt in both panes.
4. Compare response quality, consistency, and speed.

## Step 5: Save and Revisit

1. Keep the session in chat history for later review.
2. Use message-level controls (copy/edit/retry/feedback) to iterate.

<Check>
  Use the same prompt template across models to make comparisons fair and repeatable.
</Check>

## What to Do Next

* Move to **Playground Concepts** to understand session architecture.
* Follow **Creating Your First Playground Workflow** for a full evaluation loop.
