> 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/queue.md).

# Oddle Queue (Beta)

{% hint style="warning" %}
**Beta — Taiwan + Singapore.** Oddle Queue is currently rolling out to selected merchants. Features and flows below describe what's available today; expect changes as the product matures.
{% endhint %}

Oddle Queue gives your restaurant a digital waitlist — guests get a queue number, track their wait on their phone, and get notified when their table is ready. Your team manages everything from the Host App, alongside reservations. And every guest who joins, whether they dine or not, becomes a profile in your customer database — ready for marketing campaigns and automated re-engagement.

***

## Why choose Oddle Queue

**Stop losing walk-ins to the wait.** Give guests a queue number, keep them updated, and seat them when the table is ready — all from the Host App.

**Turn slow periods into return visits.** Every queue entry, diner or no-show, goes into your customer database. That's a ready-made audience to target with a well-timed offer when your tables need filling.

***

## Where to Manage What

| What                                                                       | Where                                      |
| -------------------------------------------------------------------------- | ------------------------------------------ |
| Queue settings (wait time, party buckets, table assignment, notifications) | Host App > **Settings > Queue Management** |
| Live queue (today's entries — add, notify, seat, cancel)                   | Host App > **Today**                       |
| Notifications page (Queue notifications card alongside Reserve)            | Host App > **Settings > Notifications**    |

***

## In This Section

* [**What Your Customers See**](/docs/new-guests/queue/what-your-customers-see.md) — How guests join, see their position, and get notified
* [**Setting Up Queue**](/docs/new-guests/queue/setting-up-queue.md) — Configuration page in the Host App
* [**Managing the Queue Day-to-Day**](/docs/new-guests/queue/managing-the-queue.md) — Staff flow on the Today page


---

# 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/queue.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.
