> For the complete documentation index, see [llms.txt](https://www.oddle.me/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.oddle.me/docs/new-guests.md).

# New Guests

- [Oddle Site](https://www.oddle.me/docs/new-guests/site.md)
- [What Your Customers See](https://www.oddle.me/docs/new-guests/site/what-your-customers-see.md)
- [Setting Up Your Site](https://www.oddle.me/docs/new-guests/site/setting-up-your-site.md)
- [Oddle Shop](https://www.oddle.me/docs/new-guests/shop.md)
- [What Your Customers See](https://www.oddle.me/docs/new-guests/shop/what-your-customers-see.md)
- [Setting Up for Online Ordering](https://www.oddle.me/docs/new-guests/shop/setting-up-for-online-ordering.md)
- [Your Storefront & Branding](https://www.oddle.me/docs/new-guests/shop/setting-up-for-online-ordering/storefront-and-branding.md)
- [Menu Management](https://www.oddle.me/docs/new-guests/shop/setting-up-for-online-ordering/menu-management.md)
- [Store Settings](https://www.oddle.me/docs/new-guests/shop/setting-up-for-online-ordering/store-settings.md)
- [Delivery & Managed Logistics](https://www.oddle.me/docs/new-guests/shop/setting-up-for-online-ordering/delivery-and-logistics.md)
- [Promotions](https://www.oddle.me/docs/new-guests/shop/promotions.md)
- [Processing Orders](https://www.oddle.me/docs/new-guests/shop/processing-orders.md)
- [Make Every Order Work For You](https://www.oddle.me/docs/new-guests/shop/make-every-order-work-for-you.md)
- [Oddle Reserve](https://www.oddle.me/docs/new-guests/reserve.md)
- [What Your Customers See](https://www.oddle.me/docs/new-guests/reserve/reserve-overview.md)
- [Setting Up Reservations](https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations.md)
- [Setting Up Your Booking Page](https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations/setting-up-booking-page.md)
- [Tables, Capacity & Floor Plan](https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations/tables-capacity-floor-plan.md)
- [Tickets & Schedules](https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations/tickets-and-schedules.md)
- [Prepayment, Deposit & Cancellation Window](https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations/prepayment-deposit-cancellation.md)
- [Reserve with Google & Other Booking Channels](https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations/reserve-with-google.md)
- [Notification Settings](https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations/notification-settings.md)
- [Managing Reservations Day-to-Day](https://www.oddle.me/docs/new-guests/reserve/managing-reservations.md)
- [Make Every Booking Work For You](https://www.oddle.me/docs/new-guests/reserve/make-every-booking-work-for-you.md)
- [Oddle Queue (Beta)](https://www.oddle.me/docs/new-guests/queue.md)
- [What Your Customers See](https://www.oddle.me/docs/new-guests/queue/what-your-customers-see.md)
- [Setting Up Queue](https://www.oddle.me/docs/new-guests/queue/setting-up-queue.md)
- [Managing the Queue Day-to-Day](https://www.oddle.me/docs/new-guests/queue/managing-the-queue.md)
- [Oddle Check-in](https://www.oddle.me/docs/new-guests/check-in.md)
- [What Your Guests See](https://www.oddle.me/docs/new-guests/check-in/what-your-guests-see.md)
- [Setting Up Your Programme](https://www.oddle.me/docs/new-guests/check-in/setting-up-your-programme.md)
- [Deploying Your Programme](https://www.oddle.me/docs/new-guests/check-in/deploying-your-programme.md)
- [Make Every Check-in Work For You](https://www.oddle.me/docs/new-guests/check-in/make-every-check-in-work-for-you.md)
- [Oddle Terminal](https://www.oddle.me/docs/new-guests/terminal.md)
- [Processing Payments](https://www.oddle.me/docs/new-guests/terminal/processing-payments.md)
- [Security Settings](https://www.oddle.me/docs/new-guests/terminal/security-settings.md)


---

# 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://www.oddle.me/docs/new-guests.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.
