> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/changelog/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/changelog/2024/april.md).

# April

## Released in Prod ✅

### Available dropdown selector for custom events of activity triggers

It's easier to select your custom activity trigger now with the dropdown selector.

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

### Split a downtime event to record multiple downtime reasons

Split the downtime event to add in more information about equipment stoppages. Watch this video for a short 2 minute demo of how it works.

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

### Configure default Changeover values

You can now set for the default value of Changeover to be planned or unplanned in the Order Template.

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

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

### A specific shift can be opened in Production Report

Nw you can choose a specific shift and have it open as a detailed page in the Production Report

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

### Added a Shift Tab in Production Report

If you go to your Production Summary, there is now a Shift tab added.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://help.tillit.cloud/changelog/2024/april.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
