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

# Testing your AI Agents

> Test AI Agents and ensure reliable performance before deployment.

Simulate, monitor, and validate AI Agent conversations to ensure smooth and reliable performance before deployment.

<CardGroup cols={3}>
  <Card title="Simulator" href="/ai/agents/test/simulator/overview">
    <br />Generate and test complete conversational scenarios for LLM-based AI Agents.
  </Card>

  <Card title="Interaction Panel" href="/ai/agents/test/interaction-panel/overview">
    <br />Access a full-featured panel to test, debug, and refine your AI Agent conversations.
  </Card>

  <Card title="Mocking" href="/ai/agents/test/mocking">
    <br />Change the behavior of a Node by overriding its logic with mock code execution without changing the original Node settings.
  </Card>

  <Card title="Playbooks" href="/ai/agents/test/playbooks">
    <br />Design and run automated test cases to verify AI Agent behavior across different scenarios.
  </Card>

  <Card title="Demo Webchat" href="/ai/agents/test/demo-webchat">
    <br />Use a ready-made Webchat to interact with your AI Agent like a real end user would.
  </Card>

  <Card title="Logs" href="/ai/agents/test/logs">
    <br />Review detailed logs and diagnostics to troubleshoot and optimize your AI Agent's performance.
  </Card>

  <Card title="Voice Preview" href="/ai/agents/test/voice-preview">
    <br />Test and listen to how your AI Agent sounds during voice interactions.
  </Card>
</CardGroup>
