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

# Launch options

> Pick tasks, agents, and treatments. Set trials, Max Concurrency, Evals, and Insights. Clone or cancel experiments.

At launch you choose which **tasks**, **agents**, and **treatments** to cross. Then you set repeats, concurrency, and whether to run **Evals** and **Insights**.

The same options are available in the dashboard, [CLI](/operate/cli), and [MCP](/operate/mcp).

## What you are crossing

| Selection      | Already carries                                                |
| -------------- | -------------------------------------------------------------- |
| **Tasks**      | Instructions, rubric, files, machine                           |
| **Treatments** | Attached skills, MCP servers, CLIs, SDKs, or none for baseline |
| **Agents**     | Model and effort, chosen here                                  |

You do not attach files, machines, or assets at launch. Those already live on the task or the treatment. See [Core concepts](/core-concepts) and [Supported agents](/setup/agents).

Start faster from a [Home template](/experiments/templates) when you want a ready-made draft.

## Trials

**Trials** are repeats of the same inputs. Two is a good start. Each repeat is one run from your organization's balance.

```text theme={null}
tasks × treatments × agents × trials
```

See [Reading results](/evaluation/runs-and-trials) and [Billing](/setup/billing).

## Max Concurrency

**Max Concurrency** limits how many agent sessions can be active at once. Each session is one trial of one task × one agent × one treatment.

Use a lower limit when sessions share tools that must not race. Set **1** to run sessions one after another.

This setting does not control Evals or Insights. The effective limit can also be lower because of organization and global caps.

## Evals and Insights

| Control      | What it does                                     |
| ------------ | ------------------------------------------------ |
| **Evals**    | Scores each finished run against the task rubric |
| **Insights** | Analyzes traces and output to find frictions     |

Assign the models under [Oqoqo AI features](/setup/oqoqo-ai). Turn either on independently, or trigger later. At launch you can confirm or override the models used for Run evals and Insights for that experiment.

See [Evals and Insights](/evaluation/evals-and-insights).

## Clone an experiment

On a finished experiment, choose **Clone experiment**.

Clone opens a new experiment draft with that experiment's tasks, treatments, and settings. Review or change anything before you launch.

If newer task versions exist, Oqoqo asks you to review versions before cloning. Treatments use the current saved state.

Clone is available when the experiment is completed, completed with errors, errored, failed, published, or cancelled.

From the CLI or MCP, use `experiments clone-plan` / `get_experiment_plan` to reconstruct a launchable plan. That does not launch automatically.

## Cancel an experiment

While an experiment is **running**, choose **Cancel experiment**.

Cancel stops unfinished runs. Completed runs stay available.

You can also cancel from the experiments list menu, or with CLI/MCP `experiments cancel`.

## After launch

* **Matrix** — pass rate and lift
* **Frictions** — where agents got stuck
* **Runs** — every execution

Use [Ask Oqo](/setup/ask-oqo) for a plain-language read of the same recorded work.
