> ## 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.

# Test Multi-Turn AI Conversations

> Evaluate AI chat interactions automatically using conversation simulation, without code changes

Simulate and test multi-turn conversations with your AI agent using Maxim Workflows. Instead of manual testing, our simulation engine interacts with your agent based on predefined configurations.

<Steps>
  <Step title="Configure your HTTP endpoint">
    Add your API endpoint in [Workflows](/docs/offline-evals/via-ui/agents-via-http-endpoint/quickstart#test-your-ai-outputs-using-application-endpoint). Configure request headers and body parameters as needed.

    <img src="https://mintcdn.com/maximai/RPx4nEXLJV3X2j12/images/docs/evaluate/quickstart/workflow/multi-turn/multi-turn-simulation-interface.png?fit=max&auto=format&n=RPx4nEXLJV3X2j12&q=85&s=2d49b7709562f28a3d62774349652d32" alt="Multi turn workflow interface" width="2312" height="1568" data-path="images/docs/evaluate/quickstart/workflow/multi-turn/multi-turn-simulation-interface.png" />
  </Step>

  <Step title="Configure test settings">
    Create a test run with:

    * A dataset containing test scenarios
    * Relevant evaluators for chat quality
    * Simulation settings for conversation flow
    * Optional columns for additional test parameters

          <img src="https://mintcdn.com/maximai/RPx4nEXLJV3X2j12/images/docs/evaluate/quickstart/workflow/multi-turn/multi-turn-simulation-testrun-trigger-sheet.png?fit=max&auto=format&n=RPx4nEXLJV3X2j12&q=85&s=c365e93d1274bd7d5f38d7ebbccaf8d1" alt="Test run trigger for multi turn simulation" width="2981" height="1783" data-path="images/docs/evaluate/quickstart/workflow/multi-turn/multi-turn-simulation-testrun-trigger-sheet.png" />
  </Step>

  <Step title="Review simulation results">
    Analyze the test report to understand conversation quality and performance metrics.

    <Note>Multi-turn test runs take longer to complete since each scenario involves multiple conversation steps</Note>

    <img src="https://mintcdn.com/maximai/RPx4nEXLJV3X2j12/images/docs/evaluate/quickstart/workflow/multi-turn/multi-turn-simulation-testrun-report.png?fit=max&auto=format&n=RPx4nEXLJV3X2j12&q=85&s=8b9a6a81f547365db8b7777a2f807372" alt="Test run report showing conversation metrics" width="2975" height="1777" data-path="images/docs/evaluate/quickstart/workflow/multi-turn/multi-turn-simulation-testrun-report.png" />
  </Step>
</Steps>
