# Playground

The “**Playground**” is the testing environment for **Skyone Studio**. It allows you to validate the behavior of models, agents, Skills, and flows before deploying them to production.

It is an essential tool during the creation process, as it helps identify failures, adjust parameters, and understand how elements interact with each other.

### How to use the Playground

Follow the steps below to use the Playground:

1. On the right sidebar, click on **Playground**.
2. At the top of the window, click on the **Select** menu.
3. Choose the category you wish to test: **Agent** or **Model**.
4. Select the specific agent or language model from the displayed list.

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

#### Available Resources

After selection, the chat interface will be available for interaction. You can use the following features for testing:

* **Text Prompt:** Type commands or questions directly into the message field.
* **Audio:** Use the microphone icon to send voice commands.
* **File Upload:** Click the attachment icon (+) to add documents.

{% hint style="info" %}
The system accepts **only one file at a time**, with a maximum size of **20MB**.
{% endhint %}

* **Send Message:** Click the send icon or press Enter to execute the prompt.
* **Clear History:** Use this option to delete previous interactions and restart the test from scratch.

***

### FAQ - Frequently Asked Questions about the Playground

<details>

<summary>What is the purpose of the Playground?</summary>

To identify flaws, adjust parameters, and understand how elements interact during the creation process.

</details>

<details>

<summary>How do I access the Playground?</summary>

Click on "Playground" located on the right side of the interface.

</details>

<details>

<summary>What types of interaction are allowed in the chat?</summary>

You can use text prompts, voice commands via the microphone icon, and file uploads.

</details>

<details>

<summary>Are there limitations for sending files?</summary>

Yes, the system accepts only one file at a time with a maximum size of 20MB.

</details>

<details>

<summary>How do I restart a test from scratch?</summary>

Use the "Clear History" option to delete all previous interactions.

</details>


---

# 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://docs.skyone.cloud/english/skyone-studio/artificial-intelligence/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.
