> For the complete documentation index, see [llms.txt](https://knowledgebase.flaik.com/flaik-knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.flaik.com/flaik-knowledge-base/for-sups-managers/product-updates-and-launches/fall-updates-2023/change-log-2023.md).

# Change Log 2023

Mobile enhancements

* Mobile Search: Search for instructors and view their profiles or schedules right from your mobile device.
* Staff Profiles: Access staff contact information directly from their profiles and call them with one click.
* My Schedule: Instructors can now see guest names with allergy indicators, start locations, and ability levels without clicking into the task details.

Scheduling

* Task name display: We understand how important it is to view private lesson details at a glance. Now you can see the task name directly on the instructor's timeline when a private lesson is assigned.
* Availability filters: To simplify the process of finding available instructors, we have introduced a new filter in Tasks that allows you to filter by instructors who are available during a particular timeframe.&#x20;
* Private Focus Mode: Enjoy enhanced visibility and control over your schedule. Link locations, add POS product information, and get detailed start time, end time, and duration for a clear summary of your schedule.
* Class Ratios: Ratios for each task in the inventory panel have been updated to show guests / instructors and calculate the total class ratio for each activity.&#x20;

Additional enhancements

* Timekeeping: We've enhanced the incentives interface for easier setup and management. You can also now download a list of paid activities in settings for auditing and configuration.&#x20;
* Filters: The list of filters has been sorted alphabetically for easier navigation and the ability to filter by paid activity and paid activity categories in timekeeping has been added.
* Permissions for Copy Actions: A new permission has been added that restricts access to duplication actions so only designated users can copy schedules in bulk.
* Support: The help button has been updated so you can now find knowledge base articles easily and upload attachments to support tickets.&#x20;


---

# 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://knowledgebase.flaik.com/flaik-knowledge-base/for-sups-managers/product-updates-and-launches/fall-updates-2023/change-log-2023.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.
