# Playground

We are committed to supporting the developer community by simplifying your workflow, allowing you to focus on critical tasks while leaving complexity behind.&#x20;

To this end, we have developed no cost playground environments

**Float16 - Colab**

{% content-ref url="/pages/sMkwG5UVgSoBkz6qvNB5" %}
[Float16 - Colab](/getting-started/playground/float16-colab.md)
{% endcontent-ref %}

**FloatChat** (Archive)

A chat interface. Simply input your LLM API key to begin testing.

{% content-ref url="/pages/rFGROrIRevotePWeXp6t" %}
[FloatChat](/getting-started/playground/floatchat.md)
{% endcontent-ref %}

**FloatPrompt** (Archive)

An environment for exploring, testing, and sharing prompt examples.

{% content-ref url="/pages/kpGqwElCUgRSzhQ7ZvXQ" %}
[FloatPrompt](/getting-started/playground/floatprompt.md)
{% endcontent-ref %}


---

# 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.float16.cloud/getting-started/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.
