> 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/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/set-working-hours-and-availability.md).

# Set working hours and availability

PlanSmart uses employee schedules to determine route feasibility.

Correct working hours improve route quality.

### What you can define

You can set:

* start time
* end time
* breaks
* available days

{% stepper %}
{% step %}

### Open the Working hours step

Go to **Settings → PlanSmart**.

Open **Working hours**.
{% endstep %}

{% step %}

### Open or create a schedule

Select an existing schedule.

Or add a new one.
{% endstep %}

{% step %}

### Set the working day

Enter the start time and end time.

Add breaks if needed.
{% endstep %}

{% step %}

### Select the active days

Choose the weekdays for this schedule.
{% endstep %}

{% step %}

### Link the schedule

Assign the schedule to the right employees or groups.

Then save.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Can I use different schedules per day?</summary>

Yes.

Create multiple schedules and assign them where needed.

</details>

<details>

<summary>What happens if a route does not fit inside the schedule?</summary>

PlanSmart can leave work orders unassigned.

Or it can try a different route if possible.

</details>

<details>

<summary>Are breaks included in the route calculation?</summary>

Yes.

Breaks affect route feasibility.

</details>

### Related topics

* [**PlanSmart (AI Routeplanner)**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner.md)
* [**Configure employees for PlanSmart**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/configure-employees-for-plansmart.md)
* [**Set up PlanSmart with the setup wizard**](/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/set-up-plansmart-with-the-setup-wizard.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/marketplace-packages-and-power-ups/power-ups/plansmart-ai-routeplanner/set-working-hours-and-availability.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.
