> ## Documentation Index
> Fetch the complete documentation index at: https://docs.theroyalglow.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Booking System

> Legacy v2 description of the Royal Glow booking flow. Preserved for reference — see the latest docs for the current behaviour.

<Warning>
  This is the **legacy v2** booking documentation. For the current flow see the
  [latest docs](/content/docs/features/index).
</Warning>

The booking experience is a multi-step dialog opened over the homepage. Customers
pick a date and slot, choose a service type, select services, and review a summary
before submitting.

## Lifecycle

```text theme={null}
pending → confirmed/rejected → in_progress → completed
```

Walk-ins skip `pending` and go straight to `confirmed`.


## Related topics

- [Features](/content/docs-v2/features/index.md)
- [Overview](/content/docs-v2/index.md)
