# Managing Store Hours: Extended with Overlap

{% embed url="<https://youtu.be/CkxdQi8x87Y>" %}

### How to Set Regular Store Hours

1. From your dashboard, go to Settings > Locations > Operating.
2. For standard store hours (e.g., 9:00 AM to 9:00 PM), set:
   * Start Time: `09:00`
   * End Time: `21:00`
   * Remember, the system uses 24-hour format (e.g., 21:00 = 9:00 PM).
3. Repeat this for each weekday your store operates.

### How to Set Overnight or Overlapping Store Hours

If your store runs past midnight (e.g., 9:00 AM to 3:00 AM), you need two separate time slots to cover the operating period.

Example:

* Saturday (Day Slot): Start: `09:00` End: `23:59`
* Sunday (Midnight Slot): Start: `00:00` End: `03:00`

Repeat this process for each day with overlapping hours (e.g., Friday–Saturday, Saturday–Sunday).

### Adding Multiple Store Hours in One Day

You can add multiple store hours within the same day. For example:

* Lunch Hours: 09:00–14:00
* Dinner Hours: 17:00–23:00

To add another set of store hours:

* Click Add Time Slot
* Enter the additional start and end times.

### Verifying Your Store Hours

Once saved:

* Open your store’s front-end ordering page.
* Confirm that the displayed hours match your operating schedule.
* Ensure overlapping schedules appear correctly (e.g., customers can order past midnight).

{% hint style="danger" %}
Please email <support@cloudwaitress.com> or use the chat support to get assistance activating this feature.
{% endhint %}


---

# 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://support.cloudwaitress.com/how-to-guides/managing-store-hours-extended-with-overlap.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.
