> For the complete documentation index, see [llms.txt](https://appfront.gitbook.io/portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://appfront.gitbook.io/portal/online-ordering/set-delivery-hours.md).

# Set Delivery Hours

{% hint style="warning" %}
IMPORTANT! Please notice that a store opening hours might be different hours than delivery hours. Therefore, there are different places to set up delivery and store hours.
{% endhint %}

## How to set up delivery hours ?

**Step 1 - Login to your account** &#x20;

**Step 2 -  Locate the relevant location / store -** under Configure -> Locations, press edit on the location you would like to set up it's delivery hours.

![](/files/-LQ63eW6zH1pDWLsx2HX)

**Step 3 - Choose the delivery zone you would like to edit hours:**  notice that each delivery zone might have a different hours. \[Press Edit]

![](/files/-LQ64Hcr1XF3lKeT6xOk)

**Step 4 - set the delivery hours**: please notice that you can define different hours for different days. By "Add more hours" you can "split" the day allocations, and set different time for each day.

![](/files/-M-9FfTeIwTf0EXiTxy9)

&#x20;


---

# 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://appfront.gitbook.io/portal/online-ordering/set-delivery-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.
