# Testing in the Playground

The Webring.AI Playground allows you to run your agent commands directly to preview results and make adjustments where necessary.

First, navigate to the Playground from the Dashboard.

<figure><img src="/files/LtWiMNGF1UzZfjkuxUXc" alt=""><figcaption></figcaption></figure>

Select the agent and the command you wish to run.

<figure><img src="/files/n0Vz8v4eNuC9ZPH2yaav" alt=""><figcaption></figcaption></figure>

Enter the prompt you wish to use for the generation.&#x20;

<figure><img src="/files/AwGLolc2Y3U18kTxdRrY" alt=""><figcaption></figcaption></figure>

Click Generate at the bottom of the screen to run the generation.

<figure><img src="/files/gNvX4UYvgdczhqhB3sZK" alt=""><figcaption></figcaption></figure>

Your image or video will appear in the preview area above.

<figure><img src="/files/xOa79sZvZfnM2KR7uaUv" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://radbro-webring.gitbook.io/webringai/media-generation/testing-in-the-playground.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
