> For the complete documentation index, see [llms.txt](https://help.hyteno.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.hyteno.com/user-manual/readme/opening-hours.md).

# Opening Hours

<details>

<summary>Add restaurant hours</summary>

1. Go to the home screen by clicking on the home icon in the bottom nav bar.&#x20;
2. Click on the "Edit restaurant hours" button located in the center of the home screen.&#x20;
3. You will be redirected to the restaurant hours page.&#x20;
4. On the left side of your screen, you will see the weekdays.&#x20;
5. Tap on any weekday to manage the timing for that day.&#x20;
6. For example, if you choose Sunday, you will see the Restaurant status toggle button, which is set to "closed" by default.&#x20;
7. Tap it to open your restaurant on that weekday.&#x20;
8. You will then be provided with two timing boxes, the first for opening time and the second for closing time.&#x20;
9. Tap on the first box to configure the opening time and the second box to configure the closing time.&#x20;
10. To add a divided time section, tap on the "add more" button, which will add two new boxes.&#x20;
11. Repeat the above steps to add additional timing. Similarly, you can add timing for other weekdays.

</details>

<details>

<summary>Close restaurant for uncertain times</summary>

1. Go to the home screen by clicking on the home icon in the bottom nav bar.&#x20;
2. You can find Restaurant status toggle button in center of home page, and tap it to toggle open and close status.&#x20;
3. The green color indicates you are open and red indicates you are closed.

</details>

<details>

<summary>Stop taking orders</summary>

1. Go to the home screen by clicking on the home icon in the bottom nav bar.&#x20;
2. You can find the Taking Order toggle button in the center of the home page.
3. Tap it to toggle the status.&#x20;
4. The green color indicates you are taking orders and the red indicates you are currently not taking orders.

</details>


---

# 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://help.hyteno.com/user-manual/readme/opening-hours.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.
