# Setting up the Scheduler

You will need to create scheduling configurations in order for the Scheduler to understand your constraints. The way we group these configurations together are Data Templates.

These data templates will include data such as:

* **Availability -** Shifts, Maintenance Periods, Leave and other Time increments
* **Equipment -** the physical assets, work centres, tools and resources used to manufacture product
* **Materials -** the materials consumed and produced at various stages of the manufacturing workflow
* **Personnel -** the human resources used to undertake work, operate equipment and perform tasks
* **Operations -** the definition of the process, job, product or work function that requires scheduling
* **Changeover** - the change over matrix and its properties.
* **Optimisation -** different optimiser profiles

Once these entities are modelled, users can create, manage, and schedule production, work, or other manufacturing orders against the data model.

Users can create multiple Data Templates to support different operational scenarios. Templates may represent a standard daily schedule or "what-if" scenarios that test different assumptions, such as adding equipment, reducing labour, changing materials, or modelling alternative shift patterns.

## Next steps

### Quick MVP Guide

Follow this MVP Setup Guide to get started and play around quickly. However this will lack specific details about how each configuration are set up and work.

{% content-ref url="/pages/sNGmJI0p2huWbHW7LJKm" %}
[MVP Setup Guide](/tillit/knowledge-base/scheduler/setting-up-the-scheduler/mvp-setup-guide.md)
{% endcontent-ref %}

### Step by step guide

Start with creating Data Templates and then each of the data model (Equipment, Materials, and more)

{% content-ref url="/pages/C7FtRbuF7oLHCKpAbHwN" %}
[Data Templates](/tillit/knowledge-base/scheduler/setting-up-the-scheduler/configuration.md)
{% endcontent-ref %}


---

# 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://help.tillit.cloud/tillit/knowledge-base/scheduler/setting-up-the-scheduler.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.
