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

# Prompt Testing Quickstart

> Test your Prompts with Datasets and Evaluators in minutes. View results across your test cases to find areas where it works well or needs improvement.

export const MaximPlayer = ({url}) => {
  return <iframe className="border-background-highlight-secondary h-full w-full rounded-md border-2 aspect-video" src={url} allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowFullScreen></iframe>;
};

<MaximPlayer url="https://www.youtube.com/embed/S3Rqb902cfg" />

<Steps>
  <Step title="Create and publish a Prompt">
    Start by creating a new [Prompt](/prompt-engineering/prompt-playground) in the playground. Configure your messages and settings, then [publish the version](/prompt-engineering/prompt-versions) when you're ready for testing.

    <img src="https://mintcdn.com/maximai/iewHKlZLxrqmewnP/images/docs/evaluate/quickstart/prompt/prompt-playground-interface.png?fit=max&auto=format&n=iewHKlZLxrqmewnP&q=85&s=cfc06e461176a2600621451680bd3029" alt="Prompt playground showing message configuration and publish option" width="2890" height="1746" data-path="images/docs/evaluate/quickstart/prompt/prompt-playground-interface.png" />
  </Step>

  <Step title="Configure and trigger a test">
    Choose a [Dataset](/library/datasets/import-or-create-datasets) with your test cases and add [Evaluators](/library/evaluators/pre-built-evaluators/overview) to measure response quality. You can mix and match evaluators to check for accuracy, toxicity, and more.

    <img src="https://mintcdn.com/maximai/LdWhOuPH9vMRYa_L/images/docs/evaluate/quickstart/prompt/prompt-test-trigger-sheet.png?fit=max&auto=format&n=LdWhOuPH9vMRYa_L&q=85&s=8e75154522138a1c21183dbcbbd421b4" alt="Test configuration sheet showing dataset and evaluator selection" width="3024" height="1722" data-path="images/docs/evaluate/quickstart/prompt/prompt-test-trigger-sheet.png" />
  </Step>

  <Step title="Review test results">
    Once the test is complete, you'll get a comprehensive report to understand your Prompt's performance. You'll see:

    * Overall quality scores across your test cases
    * Which inputs performed best and worst
    * Side-by-side comparisons of expected vs. actual outputs
    * Detailed evaluator feedback on specific responses

    This helps you quickly identify where your Prompt shines and where it needs improvement.

    <img src="https://mintcdn.com/maximai/iewHKlZLxrqmewnP/images/docs/evaluate/quickstart/prompt/prompt-test-run-report.png?fit=max&auto=format&n=iewHKlZLxrqmewnP&q=85&s=500f075bb02c940d6d679ec5daf2a37d" alt="Test run report showing metrics and results" width="2892" height="1746" data-path="images/docs/evaluate/quickstart/prompt/prompt-test-run-report.png" />
  </Step>
</Steps>

<Note>[Schedule a demo](https://getmaxim.ai/demo) to see how Maxim AI helps teams ship reliable agents.</Note>
