# Working Hours

Work hours are defined in the **Basic tab** when creating or editing a company-owned repair shop. The interface is flexible and allows users to input shifts per day, copy times across days, or mark the shop as 24/7.

***

### Daily Time Ranges

Each day (Monday–Sunday) has a **From** and **To** time entry. You can configure:

* A single shift by default.
* Additional shifts using the ➕ icon.
* Remove a shift with the trash icon.

If **From** or **To** is missing, the row is treated as incomplete and will show validation errors.

***

### Copying Hours Across Days

Click the day name (e.g., MON) to copy that day’s time values to all other selected weekdays.\
Hovering over the arrow next to the day label shows a tooltip: **Apply \[Day] to All**.

***

### Split Shifts

To add a second shift for a single day:

* Click the **➕** icon next to the row.
* A new row appears beneath with a second From–To range.
* This is useful for shops with mid-day closures (e.g., 10:00–12:00 & 14:00–18:00).

***

**Image Placeholder:**\
`![RepairWorkingHoursSplit](../assets/repairshop-working-hours-split.png)`\
\&#xNAN;*Figure: Weekday view with a split shift on Thursday.*

***

### Time Picker

Time is selected via a dropdown that supports AM/PM.\
Users can type, scroll, or click to choose.\
Click **Set** to confirm or **Cancel** to revert.

***

**Image Placeholder:**\
`![RepairWorkingHoursTimePicker](../assets/repairshop-working-hours-timepicker.png)`\
\&#xNAN;*Figure: Time picker showing available time intervals in 15-minute steps.*

***

### 24/7 Toggle

In the top-right of the work hours block is a **24/7** switch.\
When enabled:

* All days are automatically filled with `12:00 AM – 11:59 PM`.
* Manual editing is disabled unless 24/7 is turned off again.

***

**Image Placeholder:**\
`![RepairWorkingHours247](../assets/repairshop-working-hours-247.png)`\
\&#xNAN;*Figure: Work hours automatically set to full day when 24/7 is active.*

***

### Holidays

Check the **Holiday** box to add a separate schedule for public holidays.\
You may:

* Add **From–To** intervals for holiday work hours.
* Leave it unchecked to mark holidays as closed.

Multiple shifts per holiday are also supported.

***

**Image Placeholder:**\
`![RepairWorkingHoursHoliday](../assets/repairshop-working-hours-holiday.png)`\
\&#xNAN;*Figure: Holiday checkbox enabled with defined hours.*

***

### Notes

* If no value is added for a day, it is considered **Closed**.
* Sunday is optional and often disabled by default.
* Validation ensures each shift includes both From and To times.


---

# Agent Instructions: 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:

```
GET https://rute.gitbook.io/carrier/company/location/repair-shops/working-hours.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
