> 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/february.md).

# February

## Released in Prod ✅

### Station view (first version)

Station view is now available. This feature allows for intuitive navigation and activities completion when focusing on one asset. Here is a quick guide on how to access it:

1. Click on your profile picture and choose "Turn of Station feature"
2. You will find a "Station" button next to an asset's "Details" button
3. If you click on it, you will be presented with the Station View.

<figure><img src="/files/8D1FsxmDFejJHf4WCEf9" alt=""><figcaption></figcaption></figure>

#### 🎥 Watch this short video for an in-depth exploration of this new feature! (2 mins)

{% embed url="<https://www.youtube.com/watch?v=Xxqhi3VTFx0>" %}

### Search for the Segment's Requirements

You can now search for a requirement for a segment.&#x20;

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

### Ignition plugin can now read current Asset Status on load

Ignition reports the Asset's status when restarting without waiting for Asset's status to change.

### Attribute source is now displayed in the Attribute list

Hover over an attribute to see where it is sourced from.&#x20;

<figure><img src="/files/32FScLP9pfP2nG8Bc1Cc" alt=""><figcaption></figcaption></figure>

### Sort by Passed, Failed and Expired in the Activity report

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

### Search by Activity in Activity Report

New and Improved filter button in the Activity report now lets you filter and search by Activity.

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

### &#x20;TilliT Account can be used for a digital signature

Great for if you have a sign off that needs to be done by a supervisor that is not logged into a device or does not have an Active directory account.

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

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

### Control Skip button for Activities

<figure><img src="/files/0nVJ0t6HjyARD2KzR3O2" 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/february.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.
