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

# Step 4 — Config and launch

> Review the run summary and launch training.

The final step is a summary view. Everything you've configured shows up as a card; you can jump back to any step with a **Change** link.

<Frame caption="Step 4 — Check your run summary and launch">
  <img src="https://mintcdn.com/agent-observability-docs/gQpj8uYVjt4F9vOJ/images/luna-studio/runs/new-run-config-launch.png?fit=max&auto=format&n=gQpj8uYVjt4F9vOJ&q=85&s=1ddd4d63ac2a786fdc78f30c5612c2cd" alt="Step 4: config and launch" width="2022" height="1183" data-path="images/luna-studio/runs/new-run-config-launch.png" />
</Frame>

## Run summary

The page is titled **Run summary** with one card per artifact:

| Card         | What it shows                                                                                                                  |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------ |
| Evaluator    | Selected evaluator template or custom prompt with a sparkles icon.                                                             |
| Test set     | Selected test set with validation status and (if available) F1 score pill.                                                     |
| Training set | Selected training set with validation status. For uploads with a label column, the line reads "Dataset validated and labeled". |
| Base model   | Pre-selected base model based on the approved Luna model for your organization.                                                |

Each card has a **Change** link in the top right that jumps you back to that step.

## Confirm and launch

When you click the **Confirm and launch** button, the run is submitted to Luna Studio and the following happens:

1. Saves the run with status **Queued**.
2. Allocates training resources for the picked base model.
3. Begins fine-tuning on the training set.
4. Evaluates the resulting evaluator against the test set.
5. Transitions the run to **Fine-tuned** (or **Failed**).

## Where to go next

<CardGroup cols={2}>
  <Card title="Run lifecycle" icon="arrows-rotate" href="/luna-studio/ui/runs/lifecycle">
    Understand training, registration, failure, and cancellation states.
  </Card>

  <Card title="Register an evaluator" icon="circle-check" href="/luna-studio/ui/runs/register-evaluator">
    Once an eligible run is Fine-tuned, publish it.
  </Card>

  <Card title="Troubleshooting" icon="bug" href="/luna-studio/ui/reference/troubleshooting">
    What to do if a run fails.
  </Card>
</CardGroup>
