> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/patch-notes/zephyr-dashboard/archive/2026/v2026.1.3.md).

# v2026.1.3

## v2026.1.3

### May 27, 2026

### Highlights

This release improves admin workflows on dashboards and in user management: shared utility buttons (including wiki links), a simulator time column on the Users table, and a more reliable Select Users and Report Request experience.

***

### New features

#### Dashboard utility buttons

* Introduced a shared Utility card pattern via `DashboardUtilityButtons` and `useUtilityButtons`, supporting both in-app actions and external wiki links (with an external-link icon).
* Institution Admin and Instructor dashboards now include an Organization Onboarding Documentation link to the wiki.
* Instructor utility section updated to match Institution Admin styling (labeled card, outline pill buttons, wrapped layout).

#### Users table

* Added Sim Time (hh:mm:ss) column showing each user’s simulator time, formatted as hours:minutes:seconds.

***

### Improvements

#### Select Users modal

* Search users by first name, last name, or email while picking recipients.
* Selection is preserved when changing organization/course filters or updating the search query.

#### Report Request modal

* Modal opens at large size for easier use.
* Start and End dates use the shared date/time picker with sensible bounds (up to 5 years back; end date cannot be in the future).
* Default range: start date is one month ago at midnight; end date defaults to today.


---

# 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://wiki.zephyr-sim.com/patch-notes/zephyr-dashboard/archive/2026/v2026.1.3.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.
