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

# Playground Actions Reference

> Reference for common Playground interactions and controls

## Interaction Map

```mermaid theme={null}
flowchart TB
    A[Open Session] --> B[Select Model]
    B --> C[Send Prompt]
    C --> D[Message Actions]
    D --> D1[Copy]
    D --> D2[Edit + Resend]
    D --> D3[Retry]
    D --> D4[Feedback]
    C --> E[History + Reopen]
```

## Action Reference

| Action         | Purpose                          | Typical Outcome                 |
| -------------- | -------------------------------- | ------------------------------- |
| Start New Chat | Create a fresh conversation pane | Clean context for tests         |
| Select Model   | Bind pane to model/endpoint      | Targeted inference behavior     |
| Send Prompt    | Trigger model response           | Generated output + metrics      |
| Edit & Resend  | Refine existing prompt           | Better output with same context |
| Retry Response | Re-run generation quickly        | Alternative response candidate  |
| Copy Message   | Reuse prompt/output externally   | Faster collaboration            |
| Rate Response  | Capture quick quality signal     | Lightweight feedback trail      |
| Open History   | Revisit prior sessions           | Continuity and reproducibility  |

## Parameter Controls

Common controls available in settings:

* Temperature
* Response length/token limits
* Repeat penalty
* Stop strings
* Structured output preferences

## Notes

* Keep a naming convention for saved sessions.
* Use a stable prompt template for A/B comparison runs.
