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

# Quickstart

> Create your first AI scenario in under 2 minutes.

Get your first scenario running in three steps.

## 1. Create a scenario

Click **Create** in the sidebar. In the chat box, describe what you want:

```text theme={null}
You need to conduct a sales discovery call with a hesitant 
enterprise buyer who is evaluating three competing solutions.
```

<Tip>
  Be specific about the context. Mention the participant's role, the AI's role, and what the conversation should accomplish. The more detail, the better.
</Tip>

You can also:

* Attach a file (resume, job description, product brief) for context
* Set a duration with the clock icon or mention it: "15 minutes"
* Enable live vision or web search if needed

Click send. The AI generates a complete scenario with a persona, instructions, and goals.

## 2. Test and edit

Once created, you'll land on the scenario detail page. Click the **Playground** tab and hit **Start** to test the conversation yourself.

<Note>
  Playground sessions are not recorded or scored. Use them to iterate on your scenario before sharing.
</Note>

**To edit**, open the **Meeting Script** tab. This is where you write or refine the instructions the AI agent follows — the persona's tone, the questions to ask, the guardrails, when to hand off, when to end the call. Every change is saved back to the scenario and takes effect on the next session.

<Tip>
  Small tweaks to the script produce big changes in behavior. Iterate: run a playground session, note what the AI got wrong, tighten the script, rerun.
</Tip>

## 3. Send Agent / Share

Click **Send Agent** (or **Share**) in the header. You have three ways to get your scenario in front of participants:

<CardGroup cols={3}>
  <Card title="Send Agent (link)" icon="paper-plane" href="/getting-started/send-agent">
    Copy the scenario link and send it to anyone. They open the URL and join a live AI conversation.
  </Card>

  <Card title="Embed" icon="code" href="/sharing/embed-in-website">
    Drop a permanent embed into your website or mobile app. The scenario runs inline — no redirect, no separate URL.
  </Card>

  <Card title="Schedule" icon="calendar-plus" href="/sharing/scheduling">
    Add the emails of everyone you want to invite. Each participant gets their own scheduled link at the time you set.
  </Card>
</CardGroup>

<Tip>
  Once the scenario is created, you can also open the **Send Agent** tab directly to fire the agent off to anyone — same three options, one click from the scenario detail page.
</Tip>

***

## What's next?

<CardGroup cols={2}>
  <Card title="Understand Personas" icon="user" href="/getting-started/personas">
    Learn how to configure the AI character participants interact with.
  </Card>

  <Card title="Explore Capabilities" icon="sparkles" href="/capabilities/vision">
    Enable vision, web search, deep thinking, and more.
  </Card>
</CardGroup>
