> ## Documentation Index
> Fetch the complete documentation index at: https://docs.naga.ac/llms.txt
> Use this file to discover all available pages before exploring further.

# Playground

Use the Playground when you want to test prompts, compare models, and inspect feature behavior before writing code.

It is the fastest way to experiment with the platform interactively, especially if you are still deciding which model or API workflow to use.

<Warning>Playground is still under development, so bugs are possible.</Warning>

## What it is good for

* comparing model behavior side by side
* testing prompts before moving them into your app
* exploring image and audio workflows without writing requests manually
* checking outputs quickly before you commit to an integration

## Open the Playground

1. Go to [https://naga.ac/playground](https://naga.ac/playground).
2. Pick a model or feature tab.
3. Run a few test inputs and compare the results.

## What you can test

<Tabs>
  <Tab title="Chat">
    Use this view to try prompts, compare models, and inspect text responses before you wire the same behavior into the API.

    <Frame>
      <img src="https://mintcdn.com/nagaai-60f8697b/nbl1KDrtw3_cqedh/static/img/playground-chat.png?fit=max&auto=format&n=nbl1KDrtw3_cqedh&q=85&s=9bb73ee99dbbafbc5eda0c05b914514e" alt="Playground Chat" width="2559" height="1387" data-path="static/img/playground-chat.png" />
    </Frame>
  </Tab>

  <Tab title="Image Generation">
    Use this view to iterate on prompts, check visual style, and see whether an image workflow fits your use case before you build it programmatically.

    <Frame>
      <img src="https://mintcdn.com/nagaai-60f8697b/nbl1KDrtw3_cqedh/static/img/playground-image-gen.png?fit=max&auto=format&n=nbl1KDrtw3_cqedh&q=85&s=0f24ebc6a531710c0e71624804d8dd08" alt="Playground Image Generation" width="2559" height="1386" data-path="static/img/playground-image-gen.png" />
    </Frame>
  </Tab>

  <Tab title="Text-To-Speech">
    Use this view to preview voices and output quality before you move to the `Audio API`.

    <Frame>
      <img src="https://mintcdn.com/nagaai-60f8697b/nbl1KDrtw3_cqedh/static/img/playground-tts.png?fit=max&auto=format&n=nbl1KDrtw3_cqedh&q=85&s=5f26b217a39d33e6519fe34278ced658" alt="Playground Text-To-Speech" width="2559" height="1384" data-path="static/img/playground-tts.png" />
    </Frame>
  </Tab>
</Tabs>

## After testing in the Playground

* For production integrations, move to [Quickstart](/get-started/quickstart) or the [API Reference](/api-reference/overview).
* To choose the best API surface, read [Choose an API](/get-started/choose-an-api).
* To compare live model options, read [Models](/get-started/models).
