> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/getting-started/trigger-activity.md).

# Set up an Activity

{% hint style="info" %}
Activities are an essential component of the TilliT system and offer a range of capabilities. The full extent of their power is beyond the scope of a brief example, as their potential applications are vast and varied.

For this specific use case, we will build a straightforward activity to illustrate the basic process.
{% endhint %}

When defining an activity, you will set up the What, When and Where of that process step.

<figure><img src="/files/Syu7ywDfYunGQCRPih1S" alt="" width="324"><figcaption></figcaption></figure>

**Go to Settings -> Activity Template -> Actions -> Create**

## <mark style="color:blue;">**Basic Information**</mark>

1. Enter 'Prestart check' for the name for the activity
2. For the User groups select at least operators<br>

   <figure><img src="/files/12vnpQ6mpc7vnH4hCpkr" alt=""><figcaption></figcaption></figure>
3. Click **Continue**

## <mark style="color:blue;">**Where will this activity be available**</mark>

1. In the 'Where will this activity be available' section, add a new condition for asset and select the Asset you added. Then click Save

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

## <mark style="color:blue;">**Where should this trigger**</mark>

1. In the 'Where should this trigger' section select **Add Trigger** -> **Order** -> **Order Ready**

   <figure><img src="/files/Y2NqX9gZO4J3B6SsQQEC" alt=""><figcaption></figcaption></figure>
2. Click **Add**
3. Click **Open form**

### Add Activity Elements

Now we are ready to add elements to the activity.

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

1. Select **Add an Element**
2. Choose **Data Entry** -> **Pass/Fail**
3. For the name lets use 'Confirm order is ready' . Click into the item key in put field and it will auto populate with a suitable key for the element.
4. Click **Confirm**
5. In the next screen click **Save**

<figure><img src="/files/6gbtNNcvFQaSPGb8nqSY" alt=""><figcaption></figcaption></figure>

Next lets start the Order. We will see the Activity get triggered when the order is started.

{% content-ref url="/pages/IBI8xQW1MyJd2Qfv3sgB" %}
[Create an Order](/tillit/getting-started/start-the-order.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/getting-started/trigger-activity.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.
