> 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/backoffice/drop-off-configuration.md).

# Drop Off Configuration

## Configuration

1. Ask Appfront to enable the drop off option for your business <br>
2. Go To: \
   \- Appfront Portal -> Menu-> Setup\
   \- Create a new dining option called "Drop Off"\
   \- Select the type of the dining option : "Drop off"\
   \- Check the boxes: \
   &#x20;    \*Search with code \
   &#x20;    \*Enable delayed pickup\
   &#x20;    \*Disable serving "Now"\
   &#x20;    \*Future<br>

   <img src="/files/-Lgc4BgDM3SwSOReB-jE" alt="" data-size="original">
3. Go To\
   \- Appfront Portal -> Locations -> Create a new location\
   &#x20;
4. Go To new location: \
   \- Fill in all needed information (Address, Phone number etc.) \
   \- No need for a "POS inner branch ID" \
   \- Insert "Search Code - For private drop off" (Make one up, keep it simple- you can use the name of the delivery company) \
   \- Opening Hours: set to 00:00 to 23:59 on all days \
   \- Order Parameters: Please copy all order parameters from the location the order will be sent to (the restaurant that will prepare the order) \
   \- Add another Parameter: \
   **Field section:**

   delayedPickupTimes\_????? ( after the "\_",  instead of the ????, write the exact name of the dining option you have created, for example- Drop off.  (delayedPickupTimes\_Drop off)\
   **Value section:** \
   the value will be the hour that the client will get the food at. you can insert multiple hours separated with a coma, so that the customer can choose when to get the food. for example: 11:30,12:00,12:30. <br>

![](/files/-M-AEBTHj7aGqC5i8jlF)

## How it looks like

When navigating to the serving option, the locations list would be empty at first:

![](/files/-MDVGj0uNCdNoJC1RNBB)

Only after inserting a valid code, the list will refresh accordingly:

![](/files/-MDVGbk9HycfhMNJfUFp)


---

# 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/backoffice/drop-off-configuration.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.
