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

# Multi-Prompt Playground

> You can run multiple prompts in Athina's Prompt Playground, or via API

Athina's prompt management system allows you to run multiple prompts on the platform and compare them side by side.

This can be useful for:

* Comparing prompts with different input variables
* Comparing different prompts / versions side-by-side
* Comparing responses for different models side-by-side

<div style={{ position: "relative", paddingBottom: "56.25%", height: 0 }}>
  <iframe
    src="https://jumpshare.com/embed/mLNqlg1mh8dimQIEsUQP"
    frameborder="0"
    webkitallowfullscreen
    mozallowfullscreen
    allowfullscreen
    style={{
  position: "absolute",
  top: 0,
  left: 0,
  width: "100%",
  height: "100%",
}}
  />
</div>
