> For the complete documentation index, see [llms.txt](https://sinems-organization-4.gitbook.io/clientcoach-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sinems-organization-4.gitbook.io/clientcoach-docs/getting-started/quickstart.md).

# Quickstart

> This page is for **non-technical users** or **first-time users** who want to quickly try out the ClientCoach AI experience.

***

### 🚀 Set Up in Minutes

{% stepper %}
{% step %}

### Clone the Repository

```
git clone https://github.com/Nachogutii/multi-agent.git
cd multi-agent
```

{% endstep %}

{% step %}

### Set up environment variables

Copy `.env.example` to `.env` and add your credentials:

```
cp .env.example .env
nano .env
```

{% endstep %}

{% step %}

### Insert dependencies

```
make install
```

{% endstep %}

{% step %}

### Run the project in development

```
make start
```

To build for production:

```
make build
```

{% endstep %}
{% endstepper %}

***

### 💬 What You Can Do

* Choose a predefined customer scenario
* Interact with AI customers through realistic PLG-style conversations
* Receive real-time feedback and scores
* Speak or type — supports voice interaction!

***

### 🛠 Need More Control?

For advanced configuration, production build, or custom development:

{% hint style="info" %}
👉 Go to the [Developer Setup](/clientcoach-docs/getting-started/installation-and-run.md) section.
{% endhint %}
