> 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-10-or-2026.md).

# Week 10 | 2026

### **Featured Update: Note Functionality 2.0**

* Following on from our last update and being able to add notes. you can now view a history of notes in Busroot.&#x20;
* Busroot will always show the most recent note.
* &#x20;You can hide notes. Deleting a note will revert back to an old note.

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

### **Featured Update:** New user - Supervisor&#x20;

* Now available in the Admin > User page of Busroot&#x20;
* A supervisor has the ability to:&#x20;
  * Add, edit and upload schedules&#x20;
  * Edit downtime reasons&#x20;
  * Add and edit notes&#x20;

### **Featured Improvement: See reasons in the Cockpit** &#x20;

* When viewing the Cockpit and a station is stopped. The reason for the stoppage (when entered) will be visible to you.&#x20;
* You can also click on the reason and it will take you to the reason so you can understand the duration of the stoppage.&#x20;

<figure><img src="/files/ge6x7nEFgCA3JkLJeN30" 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://docs.output.industries/technical-onboarding/release-notes/2026/week-10-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.
