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

# Testing and Training

You can train and test your **Agent** from the **Playground** on the right side of the **Agent** page. This allows you to continuously refine how your AI agent understands instructions and executes tasks.

## Testing

Testing allows you to experience how the agent responds in real scenarios, using either text or voice input.

<Frame>
  <img src="https://mintcdn.com/solvea-a5b10e8e/sDvgydSBiM8UF8vO/images/image-137.png?fit=max&auto=format&n=sDvgydSBiM8UF8vO&q=85&s=150420fe79601f2396f3fed5b67f2105" alt="Image" width="2938" height="1542" data-path="images/image-137.png" />
</Frame>

### Test Steps

<Steps>
  <Step title="">
    Choose **Voice Test** or **Chat Test**.
  </Step>

  <Step title="">
    Start a conversation or input test messages.
  </Step>

  <Step title="">
    Observe the agent’s responses and behavior.
  </Step>
</Steps>

### Evaluation Criteria

Use the following criteria to determine whether testing is complete:

<Check>
  **Accuracy**\
  Whether the agent’s responses are correct. Test as many scenarios as possible.
</Check>

<Check>
  **Relevance**\
  Whether responses are relevant to user questions and maintain contextual consistency within a conversation.
</Check>

<Check>
  **Completeness**\
  Whether the agent follows all defined steps and completes the intended workflow.
</Check>

<Check>
  **Tone**\
  Whether the agent’s tone matches your expectations.
</Check>

### Refinement

Any issues discovered during testing can be addressed in the **Training** module. Continue refining the agent by chatting with the AI and providing updated instructions until the desired behavior is achieved.

## Training

Training refers to improving agent behavior by **Vibe Coding Builder** and providing additional instructions. The AI uses these instructions to adjust configurations and execution logic.

<Frame>
  <img src="https://mintcdn.com/solvea-a5b10e8e/sDvgydSBiM8UF8vO/images/image-138.png?fit=max&auto=format&n=sDvgydSBiM8UF8vO&q=85&s=e61c76d063dc1404596899c46d0e14fa" alt="Image" width="2938" height="1554" data-path="images/image-138.png" />
</Frame>

### Training Workflow

<Steps>
  <Step title="">
    Click **Training** and enter your instructions in the input box.

    <Frame>
      <img src="https://mintcdn.com/solvea-a5b10e8e/sDvgydSBiM8UF8vO/images/image-139.png?fit=max&auto=format&n=sDvgydSBiM8UF8vO&q=85&s=4b6e3bcf50b8b4eb8d7ec1cdb7c5aa94" alt="Image" title="Image" className="mx-auto" style={{ width:"36%" }} width="900" height="1436" data-path="images/image-139.png" />
    </Frame>
  </Step>

  <Step title="">
    Respond to clarification questions generated by the AI.
  </Step>

  <Step title="">
    Preview the updated agent configuration and review the required checklist.
  </Step>

  <Step title="">
    Click **Save** to apply the changes and activate the agent.

    <Note>
      Changes will take effect only after you Publish the agent.
    </Note>
  </Step>
</Steps>
