# Limit booking frequency

Limit the number of meetings that can be booked on a per day, week, and month basis. Frequency limits apply on a per-link basis.

### How frequency limits work

Consider the example of a therapist who only wants to allow one booking per day. If the invite link's frequency limit is set to 1/day, then once an event is booked for a given day, the remaining times for that day will be hidden from the invite link.

### Enable frequency limits

#### 1) Edit your invite link. Under `Availability Options` turn on the `Limit booking frequency` switch.

<figure><img src="/files/IsLm4Y0UAPzI0OCMLoeg" alt=""><figcaption></figcaption></figure>

2\) Set the number of bookings and the unit of time for the limit.


---

# Agent Instructions: 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://help.zcal.co/invite-settings/limit-booking-frequency.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.
