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

# Reservation Settings

> Configure table booking rules, availability, and lead times.

Control reservation availability and slot timing rules.

<Card icon="calendar-check" href="/settings/reservation-settings" title="Reservation Policy">
  * **Enable/Disable:** Separate toggles for admin and customer reservations.
  * **Minimum Party Size:** Minimum allowed guests per reservation.
  * **Disable Slot Minutes:** Block same-day slots within a configured cutoff window.
  * **Day Slots:** Configure start/end/interval and availability by weekday and slot type.
</Card>

## Setup Steps

<Steps>
  <Step title="Global Settings">
    1. Go to **Settings** > **Reservation Settings**.
    2. Configure:

    * **Enable Admin Reservation**
    * **Enable Customer Reservation**
    * **Minimum Party Size**
    * **Disable Slot Minutes**
  </Step>

  <Step title="Configure Weekly Time Slots">
    1. Select a weekday tab.
    2. For each slot type row, set:

    * Start time
    * End time
    * Slot difference (minutes)
    * Availability toggle
  </Step>

  <Step title="Save">
    Save both global settings and day-slot updates.
  </Step>
</Steps>

<Note>
  **Important:** Ensure your [Tables](/floor/tables) are configured with the correct capacity (2-top, 4-top) so the system knows what to offer.
</Note>

<CardGroup cols={2}>
  <Card icon="address-book" href="/customers/reservations-web" title="Manage Bookings">
    View and edit daily reservations
  </Card>

  <Card icon="users" href="/customers/managing-customers" title="Customers">
    Build your guest database
  </Card>
</CardGroup>
