> For the complete documentation index, see [llms.txt](https://penida.gitbook.io/cowlendar-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://penida.gitbook.io/cowlendar-help/how-to.../how-to-configure-multiday-booking-services/how-to-create-a-new-multiday-booking-service.md).

# How to create a new multiday booking service

{% hint style="info" %}
This is perfect if you want to rent carts, boats, houses and basically anything that needs consecutive days selected
{% endhint %}

{% hint style="warning" %}
**This is a Premium feature of Cowlendar.** You need to upgrade your plan if you want to use this feature and you are a free user of Cowlendar.
{% endhint %}

### Steps to Setup multiday booking on Cowlendar:

1. In your Shopify admin dashboard look at the left panel and click on the **Apps.**
2. Click on **Cowlendar.**
3. Click on **My Services.**
4. Click on **New Service.**

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

5. After clicking New service you will see a **Pick a service type** section.
6. **Select Multi day booking or Multi day booking without checkout** (if you want to skip checkout).

<figure><img src="/files/4ThIGFQPtYtqpOA9doEw" alt=""><figcaption></figcaption></figure>

7. Now that you are in the settings for your multi day service lets look at **two specific settings for multi day services.**
8. These two settings would be the choice between Day/Night and what the Min/Max selectable dates are.
9. Scroll down to find **Is it a day or night booking.**
10. Select between **Day or Night bookings.**
    1. **Day booking:** if people book from the 10th to the 11th, it counts 2 days.
       1. Examples) Car rentals, bike rentals.
    2. **Night booking:** if people book from the 10th to the 11th, it counts 1 night.
       1. Examples) Hotel stays, overnight rentals.

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

11. Scroll down and **set your minimum and maximum bookable dates.**
    1. This determines how long the consecutive date range can be.
       1. In this example by setting it to a minimum of 3 and maximum of 3 we are basically forcing the customer to have to select 3 dates.

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

{% hint style="warning" %}
It is not possible to have a Multi day booking slot be released on the "checkout date". This means if someone books a day time booking from January 1st to January 2nd then it will be "-1 slots" for both of those days \
\
**So if you have a limit of 1 set than January 1st and January 2nd will be closed**
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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-configure-multiday-booking-services/how-to-create-a-new-multiday-booking-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.
