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

# Testing Your Agent

> Learn how to test your AI agent through chat and voice interfaces

## Chat Playground

The chat playground allows you to test your agent's responses and capabilities in a text-based environment.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/actualize/images/sadaa-ui-screenshots/chat-playground.png" alt="Chat Playground Interface" />
</Frame>

### Features

* Start new chat sessions
* View chat history
* Test predefined scenarios
* Use suggested prompts

### Using the Playground

1. Click "Start a new Chat" to begin a conversation
2. Use the suggested prompts or type your own message
3. Review the agent's responses
4. Check conversation history in the sidebar

## Voice Testing

Test voice interactions through our web interface or phone calls.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/actualize/images/sadaa-ui-screenshots/voice-interface.png" alt="Voice Testing Interface" />
</Frame>

### Web Calling

1. Click "Click here to start a web call"
2. Allow microphone access when prompted
3. Start speaking with your agent

### Phone Calling

1. Enter your phone number with country code
2. Click "Phone Call Me"
3. Answer the incoming call
4. Interact with your agent

## Call History

Review past interactions and analyze conversations.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/actualize/images/sadaa-ui-screenshots/call-history.png" alt="Call History and Transcript" />
</Frame>

### Features

* View call timestamps
* Read conversation transcripts
* Listen to call recordings
* Analyze agent performance

## Example Test Scenarios

<CardGroup cols={2}>
  <Card>
    <strong>Basic Interaction</strong>
    Test simple queries and responses to ensure the agent understands and responds appropriately.
  </Card>

  <Card>
    <strong>Complex Workflows</strong>
    Test multi-turn conversations and complex business logic handling.
  </Card>

  <Card>
    <strong>Knowledge Integration</strong>
    Verify the agent can access and use connected knowledge bases.
  </Card>

  <Card>
    <strong>Tool Usage</strong>
    Test the agent's ability to use integrated tools and APIs.
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Channel Setup" icon="channels" href="/documentation/channels/whatsapp">
    Configure WhatsApp integration
  </Card>

  <Card title="Voice Configuration" icon="microphone" href="/documentation/channels/voice">
    Customize voice settings
  </Card>
</CardGroup>
