> For the complete documentation index, see [llms.txt](https://docs.podplay.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.podplay.app/reservations/rules-limits-and-settings/holiday-hours-and-pricing.md).

# Holiday Hours and Pricing

{% hint style="info" %}
This feature is in development. Ask the Customer Success team to set holiday rates.
{% endhint %}

### Overview

Changing the booking rate for private Reservations or opening hours for the Club during the holidays is a common practice. Changing these aspects for a specific day in the future are accomplished on the Venue page, within a booking Experience, on the Holidays tab.

To reach this area:

* Click on the gear icon in the left black side panel of the Dashboard
* Select the Venue page
* Open the Region drawer
* Open a Venue drawer
* Select the booking Experience

Once on the Experience page, navigate to the Holidays tab at the top and change the hours of operation and pricing on a particular day.

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

### Holiday Hours

Once a date is selected and added, the schedule for that selected date can be set. The `Opening Hours` are the first selection. If you want to open and close your Club on hours not normall set, you can do so here.

### Pricing Schedule

After the `Opening Hours` are completed, the Owner or GM (anyone with the Owner role) can:

1. Set new Peak, Reduced, or Off-peak hours
2. Choose unique hours Peak, Reduced, and Off-peak hours for Members (not normally leveraged on holidays)
3. Update the pricing during said Peak, Reduced, and Off-peak hours

And the toggle on the bottom will `Respect member discounts`. When enabled, any discount percentage a Membership receives normally will continue to apply on top of the holiday rate. When disabled, all Customers, regardless of Non-member or Member status, pay the full holiday rate selected. Meaning, the Membership overrides are not affected by this setting when it is off.


---

# 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://docs.podplay.app/reservations/rules-limits-and-settings/holiday-hours-and-pricing.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.
