# Scheduling runs

### Scheduling and assigning a run

Runs have multiple steps. Each step is can be unique and will have their own lead time and schedule. In the summary view for a run (Runs -> Click on a run), you can schedule each step's start and end schedule, along with a lead time.

<figure><img src="/files/mKx77e6C2rhhVl4BAebN" alt=""><figcaption><p>Scheduling both an individual step, along with the entire run</p></figcaption></figure>

{% hint style="info" %}
If the run start time and end time are not set but individual steps in the run have start and end times set, the run will automatically set its start and end times to the earliest start and the latest end.
{% endhint %}

### Viewing production schedule

From the main **Runs** view, click on the Timeline button on the top. Here, you can see all of the runs scheduled in your factory in a Timeline. Below the chart, you can see unscheduled runs.

![](/files/sStjMewziChA4n6ZAGgt)

Clicking one of the items in the left column will pop out the right side and allow you to schedule the run. The timeline window will reflect your changes automatically.&#x20;

![](/files/2wfj8Zaji956XpAeXHIG)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.firstresonance.io/features/runs/scheduling.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
