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

# Quickstart in 5 minutes

> Run your first voice simulation with your coding agent.

Using a coding agent with egma skills and cli is literally the best way to create, run and grade your first test suite.

Open your voice agent’s repository and give your coding agent this prompt:

```text theme={"system"}
Set up Egma simulation testing in this repo. 

Install the skills with: `npx skills add egma/egma`

Start a test run and share the live link with me.
```

When you paste this prompt your coding agent will download egma skills. We have two skills -

1. integrate-egma skill, which instruct your coding agent on how to register your voice agent and connect it to the egma platform.
2. write-egma-tests skill - it tells your coding agent how to write good voice agent tests as simple markdown files.

These same skills will also teach your agent on how to start a test run on the egma platform. One a run is in progress, you will be able to see all the simulations running live in the UI.

Your coding agent will be able to fetch the details of what happened to each of those tests via the CLI. This loop enables a coding agent to autonomously iterate on improving your voice agent once you have defined good tests with the right set of expected behaviors - very much akin to test drien development philosophy.
