# Store Scheduling (Open/Close)

1. Go to **Admin > Stores > Edit > Enable Automatic Scheduling** and save the settings<br>
2. Set the times for opening and closing the store and update the settings.<br>
3. Go to your Hosting Provider cPanel and configure the Cron Job as shown in the video below:

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

### Note #1

Minute, Hours, Days, Month, Weekday is set to **\***

Cron Job Command to be set is:

```cpp
wget -O /dev/null https://yourwebsite.com/public/schedule/run/your-admin-password
```

### Note #2

* Replace **yourwebsite.com** with your own website
* Replace **your-admin-password** with your own Super Admin password


---

# 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://docs.foodomaa.com/configurations/store-scheduling-open-close-times.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.
