> 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/plan-work-to-a-group.md).

# Plan work to a group

Use a group as a placeholder lane to pre-stage work before assigning an employee.

## Plan work to a group

Plan a work order to a **group** when you want to reserve it on the board before you know the exact employee.

Use this to pre-stage work, such as contracts, and assign the right employee once the appointment is confirmed.

{% hint style="info" %}
A group is not an employee and does not need a license.

Use a group as a named planning lane, then attach the confirmed employee later.
{% endhint %}

{% stepper %}
{% step %}

#### Create the group

Go to **Settings → Groups → Groups & Group Members** and add a group, for example **Keuringsdienst**.

Enable **Show on planning board** so the group appears as a lane in the Scheduler.
{% endstep %}

{% step %}

#### Open the Scheduler

Go to **Scheduler** in the left menu.

The group now shows as its own lane on the board.
{% endstep %}

{% step %}

#### Plan the work order on the group lane

Drag the work order onto the group lane on the correct date.

The work order is reserved on the board without an employee.
{% endstep %}

{% step %}

#### Assign the employee once confirmed

When the customer confirms, move the work order from the group lane to the right employee.

The work order is now assigned to that employee.
{% endstep %}
{% endstepper %}

#### What to keep in mind

* a work order on a group lane has no employee yet
* it is not visible in the app until you assign an employee
* you can hide group-linked work orders from the unassigned table with a scheduling board setting

#### Frequently asked questions

<details>

<summary>Do I need a license for the group?</summary>

No.

A group is an organizing lane, not a licensed employee.

</details>

<details>

<summary>Can the technician still change on the day itself?</summary>

Yes.

Move the work order from the group lane to the correct employee whenever the plan changes.

</details>

<details>

<summary>Why is the work order not on the app yet?</summary>

Work planned on a group is not sent to the app.

It becomes visible once you assign an actual employee.

</details>

#### Related topics

* [**Organize employees into groups**](/backoffice/backoffice/scheduler/organize-employees-into-groups.md)
* [**Assign a work order in the Scheduler**](/backoffice/backoffice/scheduler/assign-a-work-order-in-the-scheduler.md)
* [**Configure Scheduling board settings**](/backoffice/backoffice/scheduler/configure-scheduling-board-settings.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/plan-work-to-a-group.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.
