> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/backoffice/backoffice/scheduler.md).

# Scheduler

The **Scheduler** is the planning view for work orders and employees.

Use it to assign work, move jobs, review availability, and manage the planning board.

Switch between day, week, month, or timeline views.

Use the unassigned work orders list to drag new work onto the board.

### Start with the basics

* [**Open the Scheduler**](/backoffice/backoffice/scheduler/open-the-scheduler.md) — open the planning view and switch the date range.
* [**Create a work order from the Scheduler**](/backoffice/backoffice/work-orders/create-a-work-order-from-the-scheduler.md) — add new work directly from a time slot.
* [**Assign a work order in the Scheduler**](/backoffice/backoffice/scheduler/assign-a-work-order-in-the-scheduler.md) — move unplanned work to an employee.
* [**Reschedule a work order**](/backoffice/backoffice/scheduler/reschedule-a-work-order.md) — change timing or move work to a new slot.
* [**Filter the Scheduler**](/backoffice/backoffice/scheduler/filter-the-scheduler.md) — narrow the board to the right scope.
* [**Use multi select mode in the Scheduler**](/backoffice/backoffice/scheduler/use-multi-select-mode-in-the-scheduler.md) — update several work orders at once.

### Organize people and availability

* [**Set employee availability**](/backoffice/backoffice/scheduler/set-employee-availability.md) — define working days and hours.
* [**Add a note to the Scheduler**](/backoffice/backoffice/scheduler/add-a-note-to-the-scheduler.md) — show leave, absence, or planning notes.
* [**Organize employees into groups**](/backoffice/backoffice/scheduler/organize-employees-into-groups.md) — keep the planning board clear.
* [**Show or hide an employee in the Scheduler**](/backoffice/backoffice/scheduler/show-or-hide-an-employee-in-the-scheduler.md) — control who appears on the board.
* [**Use day parts in scheduling**](/backoffice/backoffice/scheduler/use-day-parts-in-scheduling.md) — add preferred planning windows to work orders.

### Change what the board shows

* [**Configure Scheduling board settings**](/backoffice/backoffice/scheduler/configure-scheduling-board-settings.md) — change layout, display, and interaction.
* [**Customize work order labels in the Scheduler**](/backoffice/backoffice/scheduler/customize-work-order-labels-in-the-scheduler.md) — choose which fields appear on work orders.
* [**Set employee colors in the Scheduler**](/backoffice/backoffice/scheduler/set-employee-colors-in-the-scheduler.md) — make employees easier to scan.
* [**Set the non-working hours color**](/backoffice/backoffice/scheduler/set-the-non-working-hours-color.md) — highlight unavailable time.
* [**Change the Scheduling Board screen configuration**](/backoffice/backoffice/scheduler/change-the-scheduling-board-screen-configuration.md) — show or hide screen elements.
* [**Configure the unassigned work orders table**](/backoffice/backoffice/scheduler/configure-the-unassigned-work-orders-table.md) — choose visible columns in the unassigned list.
* [**Export the Scheduler to a calendar**](/backoffice/backoffice/scheduler/export-the-scheduler-to-a-calendar.md) — subscribe to scheduled work in an external calendar.

### Plan with extra context

* [**Use resources in the Scheduler**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/use-resources-in-the-scheduler.md) — plan internal equipment next to work orders.
* [**Use spotlight for resources**](/marketplace-packages-and-power-ups/power-ups/object-management/create-and-manage-resources/use-spotlight-for-resources.md) — focus on one work order and its linked resources.

{% hint style="info" %}
Availability helps guide planning, but urgent work can still be planned outside regular hours.
{% endhint %}

### Related topics

* [**BackOffice**](/backoffice/backoffice.md)
* [**Work Orders**](/backoffice/backoffice/work-orders.md)


---

# 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://knowledge.out-smart.com/backoffice/backoffice/scheduler.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.
