> For the complete documentation index, see [llms.txt](https://help.guestreply.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.guestreply.ai/readme/user-manual/upselling/gap-nights.md).

# Gap Nights

Gap Nights Upselling is an automated feature that helps maximize your property occupancy by converting difficult-to-fill short gaps into extended bookings through strategic discount offers.

### How It Works

The system automatically:

* **Scans your calendar** for 1-2 night gaps
* **Identifies potential guests** whose stays could be extended
* **Sends personalized offers** with your configured discounts
* **Tracks performance** and provides ROI insights

### How to Configure Gap Nights Upselling

#### Step 1: Enable Gap Upselling

Turn on the **Gap Nights Upselling** feature to start maximizing your occupancy

![](/files/1a26544cbcdba459186c696453eb6b7bd58de262)

#### Step 2: Select Listings

Decide whether to enable this feature for:

* **All apartments** — Apply to your entire portfolio
* **Specific listings** — Choose individual properties that would benefit most from gap filling

![](/files/b7271fa859ea3f7ade8a23c4046cdf62566e40d6)

#### Step 3: Set Discount Rates

Choose what discount percentage to offer for:

* `1-night gaps` — Discount for single night extensions
* `2-night gaps` — Discount for two-night extensions

![](/files/c2c6d9d677f615979fc38731781d7368ca9e59d7)

#### Step 4: Night Selection

Choose which nights of the week are eligible for extension offers:

* `Allow offers for any night` — All days of the week
* `Weekdays only` — Sunday night – Thursday night

![](/files/0fe5a11c8a6b9fe6dbac6ecea3fb44b0112b81c0)

#### Step 5: Configure Timing for Sending Offers

The timing configuration ensures upselling feels natural and guest-focused rather than purely revenue-driven, which ultimately leads to better acceptance rates and guest relationships.

![](/files/cf02b23c5822d4a451e683c0e74fabaf71538269)

#### Step 5: Select Default Language

Choose which language to use for offers when the system cannot detect the guest's preferred language.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://help.guestreply.ai/readme/user-manual/upselling/gap-nights.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
