# How to set a minimum number of participants required to book a service?

{% hint style="info" %}
This is perfect if you want to require a minimum number of bookings or quests when making a booking
{% endhint %}

#### This could be for a variety of reasons such as:

* Group bookings&#x20;
* Spa packages
* Restaurant reservations
* Event space rentals

### Steps to set a minimum number of participants required to make a booking

1. In your Shopify admin dashboard look at the left panel and click on **Apps.**
2. Click on **Cowlendar.**
3. Click on **Settings.**
4. Scroll down a bit and find **Quantity.**
5. **Enable** the quantity selector.

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

6. Click on **Add a service.**

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

7. **Add the service** you want to force a minimum quantity.

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

8. Set the **minimum.**&#x20;

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

{% hint style="info" %}
Notice how the Minimum is 4 and the Maximum is 7. This means the customer will be forced to have a minimum quantity of 4 and can select up to 7 if needed.
{% endhint %}

9. Click **save** before leaving :innocent:.

<figure><img src="/files/8gzKEDvmzPcBsXV9q4Gj" alt=""><figcaption></figcaption></figure>


---

# 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://penida.gitbook.io/cowlendar-help/how-to.../how-to-set-a-minimum-number-of-participants-required-to-book-a-service.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.
