> 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/reserve/setting-up-reservations.md).

# Setting Up Reservations

Getting started with Oddle Reserve is straightforward. This section walks you through everything you need to configure before your first guest books a table.

At minimum, you'll need:

1. **A booking page** with a URL slug
2. **At least one area and one table** in your floor plan
3. **A schedule** defining when you accept bookings
4. **A ticket** defining the type of reservation guests can make

You can complete the initial setup through Merchant Admin (the quick setup), then fine-tune your settings in the Host App.

***

## What's in This Section

* **Setting up your booking page** — Configure your booking page URL, branding, and customer-facing settings
* **Tables, capacity & floor plan** — Add your areas, tables, and optionally lay out a visual floor plan
* **Default house rules & policy** — Set dining policies guests see when booking
* **Tickets & schedules** — Create reservation types and define when they're available
* **Prepayment, deposit & cancellation policies** — Secure bookings with payment or card guarantee
* **Reserve with Google & other booking channels** — Expand where guests can find and book you
* **Reservation statuses** — Understand the lifecycle of a reservation
* **Notification settings** — Control what emails and SMS your guests (and your team) receive


---

# 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:

```
GET https://www.oddle.me/docs/new-guests/reserve/setting-up-reservations.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.
