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

# Limit bookings

> Set the farthest date respondents can book an event in your Google or Outlook Calendar with Fillout Scheduling. Optionally, add a minimum notice period, limit daily events, and put buffer times.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## Manage future bookings

On the left-hand panel of your form, scroll down to **Availability**. Toggle `Limit future bookings` to specify how many **Days into the future** respondents can reserve time slots in your calendar, or add a **Date range**.

<img src="https://mintcdn.com/fillout-005a867b/st1boxr0N7URzg3u/images/imagecopy.png?fit=max&auto=format&n=st1boxr0N7URzg3u&q=85&s=6f470aacc6a1fb99f835f7ad3560fdf0" alt="image copy.png" title="image copy.png" style={{ width:"42%" }} width="656" height="1671" data-path="images/imagecopy.png" />

You can also enable these features:

* **Minimum Notice** - to prevent last minute bookings
* **Daily event limit**- to prevent overbooking
* **Buffer Time** - to help you prepare for the next event or wrap up the previous one

<Warning>
  Daily event limits are only applicable to one-on-one meetings.
</Warning>

## Related article

<CardGroup cols={3}>
  <Card title="Set your availability" icon="calendar-clock" iconType="regular" color="#FFC738" href="/help/fillout-scheduling-availability">
    Specify your available hours and add multiple availabilities.
  </Card>
</CardGroup>

<SupportBanner />
