# Run Rate Template

### Overview

The Run Rate template is a way to automate run rates when running an order without having to set individual run rate on assets, materials or orders.

### Navigation

Go to **Settings > Configuration > Run Rate Template.**

<figure><img src="/files/PYqb733PIy3Edz5O4EgG" alt=""><figcaption></figcaption></figure>

### Creating a Run Rate template

Click on **Create** to start filling in information.

<figure><img src="/files/RCfXKMUueoc9yFCBhZSI" alt="" width="271"><figcaption></figcaption></figure>

Any information that you put in the Asset, Asset Class, Material, Material Group and Attribute will be seen as a specific combination that will have the Run Rate that you put below. All of the fields will be treated as a requirement when an order is created

For example, if you have a configuration as below:

<figure><img src="/files/bbcXEP6ma6rIabEoV52G" alt="" width="268"><figcaption></figcaption></figure>

Then any order that satisfies **all** of these requirements:

* Runs on **Palletiser 3**
* Producing material **Bottle 123**

Will have a run rate of 100.

{% hint style="info" %}
If your material has the UOM x and an order is loaded at UOM y, then the run rate should be converted automatically.

If the asset has a UOM set, then it will be used. However if not set, then it will convert to the produced material’s UOM.
{% endhint %}

Then click on either **Save and close** to close the modal or **Save and open** to view and edit additional information.

<figure><img src="/files/5cOPzbSA0NimSx0WCqcE" alt=""><figcaption></figcaption></figure>


---

# 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/setting-up-tillit/configuration/run-rate-template.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.
