# Control Parameters

## Video Tutorial

{% embed url="<https://youtu.be/7OQhnUBfm1g>" %}

## What are Control Parameters?

Control Parameters are the names for the variables whose values would be sent to assets in conditions that quality the Rules within [recipes](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/recipe-management/recipes "mention").

## Navigation

Go to Settings > Recipe Management > Control Parameters

<figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-72dc6cad56eae46647a4a34e5fbb51332dad897c%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

## Creating a Control Parameter

Click on Create and fill in the modal

<figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-cfb39d2ebbe5ae225d085c44078bcc1a26414c6f%2Fimage.png?alt=media" alt="" width="382"><figcaption></figcaption></figure>

| Field               | Description                                                                                                                                                                                                               |
| ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Name                | Name of the Control Parameter                                                                                                                                                                                             |
| Unit of measurement | <p>Unit of measurement for this CP.<br>For example, it would be "C" for "Temperature", or "minutes" for "Blanching duration"</p>                                                                                          |
| Description         | Description of the CP                                                                                                                                                                                                     |
| Data Type           | <p>Choose between Number, Text, or Boolean.<br>For example, "Temperature" would have "C" for Uom, but "Number" for data type.</p>                                                                                         |
| Constraint Min      | The absolute minimum the value of the CP can have. See [process-variable](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/configuration/process-variable "mention")for another example of this concept. |
| Constraint Max      | The absolute maximum the value of the CP can have. See [process-variable](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/configuration/process-variable "mention")for another example of this concept. |
| Display Order       | The display order of the CP in the entity manager list.                                                                                                                                                                   |

### Example

<figure><img src="https://352909507-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrNT40XJFAFlAhUX8CcQS%2Fuploads%2Fgit-blob-648f18e03b9f7289462c7d35c64cc5d45fee2e4b%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

## Next steps

Now you are ready to create Rules for [recipes](https://help.tillit.cloud/tillit/knowledge-base/setting-up-tillit/recipe-management/recipes "mention") using these Control Parameters :smile:


---

# 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/recipe-management/control-parameters.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.
