# Landing Page Multi Store Selector

It improves order accuracy, reduces confusion, and ensures customers are connected to the correct branch or delivery zone.

### How it Works

**Landing Page Access**

* When visiting the restaurant’s landing page, customers will see an Order Online button.
* For single-store setups, this button takes them directly to the ordering page.

**Location Detection**

* For multiple stores, the website prompts customers to allow location access.
* Allowing location detection ensures the system identifies the nearest branch capable of fulfilling the order.
* If a customer declines, they can manually enter their address.

**Store Selection**

* Once the location is detected or the address is entered, the system displays a list of stores serving that area.
* Customers can review and select the branch closest to them or their preferred location.

**Menu Access**

* Selecting a store directs the customer to that branch’s menu page.
* Customers can browse items and start their order immediately.

**Benefits**

* Ensures orders are sent to the correct store.
* Improves customer experience by simplifying the selection process.
* Supports multiple-store operations and delivery areas efficiently.

For additional tutorials and tips, visit our other support guides.

\ <br>

{% hint style="danger" %}
Please email <support@cloudwaitress.com> or use the chat support feature to get assistance managing this feature.
{% endhint %}


---

# 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://support.cloudwaitress.com/how-to-guides/landing-page-multi-store-selector.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.
