> For the complete documentation index, see [llms.txt](https://documentation.movatic.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.movatic.co/admin-site/settings/operating-hours.md).

# Operating Hours

To set the operating hours in your system, you will need to go to **Settings** > **Rentals** > Enable the **Time Restrictions** option.&#x20;

<figure><img src="/files/2jtgIbwsq0WBOIIkuyQc" alt=""><figcaption></figcaption></figure>

Scroll down the **Rentals** page to set **Open Time** and **Close Time** for your system.

<figure><img src="/files/AGL1NShOjrFC7DNl7skl" alt=""><figcaption></figcaption></figure>

When you are done, make sure to click **Save**.

Your operating hours will follow the local time set in **Settings** > **General** > **Time Zone**.

<figure><img src="/files/pd4YmCYSje9RFdjupV8E" alt=""><figcaption></figcaption></figure>

If your system is still **open**, the user will see this when they select the location pin and click the arrow going to the Station Information:

![](/files/-McPuD5xRYNImDaZ7OKj)

Alternatively, if your system is already **closed**, they will see this and if they attempt to make a rental, an error message will pop up as shown below:

![](/files/-McPuK5tW2SS-IYu6elM)


---

# 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://documentation.movatic.co/admin-site/settings/operating-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.
