> For the complete documentation index, see [llms.txt](https://docs.output.industries/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.output.industries/technical-onboarding/release-notes/2026/week-8-or-2026.md).

# Week 8 | 2026

### **Featured Update: Note Functionality**&#x20;

* Operators can now add notes directly on the tablet. These notes will be visible to other operators using the same station.
* Soon, notes will also be accessible in Busroot for review and analysis, we’ll let you know once that’s ready.

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

* As a desktop user, you can also add notes to stations using the quick-select button in the Cockpit.&#x20;

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

### **Featured Update:** Select timing format

* You are now able to select how durations are displayed in Busroot.&#x20;
* Available by going to the Admin section > Account > Formatting units.

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

### **Featured Update: Read only user** &#x20;

* We’re introducing a new user type called ‘Read Only’.
* This role allows users to view everything in Busroot, including the admin area, but they won’t be able to change or add any information or settings.
* New members will automatically receive this access level when they log into Busroot for the first time.

### **Scheduling Improvement:** &#x20;

* Similar to production schedules, operators can now start non-production schedules themselves using the tablet.
* This option can be enabled when uploading a non-production schedule.


---

# 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://docs.output.industries/technical-onboarding/release-notes/2026/week-8-or-2026.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.
