# Booking window

The booking window settings determine when users can make resource bookings.&#x20;

More specifically:&#x20;

* how many days in advance?
* how many days into the future?
* at what time?

Here’s an example based on a user who wants to make a booking for a room on `6 December 2023 at 1pm`.

| Booking window settings        | Booking must be made        |
| ------------------------------ | --------------------------- |
| At least 3 days in advance     | Before 3 December 2023, 1pm |
| At most 5 days into the future | After 1 December 2023, 1pm  |
| Between 9am and 5pm            | Between 9am and 5pm         |

In this case, the user will only be able to make the bookings during these time periods:

* 1 December 2023, 1pm to 5pm
* 2 December 2023: 9am to 5pm
* 3 December 2023: 9am to 1pm&#x20;

\
To understand which settings will apply when a user makes a booking, read [Identifying active settings](/knowledge-base/agency-settings/booking-settings.md#identifying-active-settings).&#x20;


---

# 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-admin.rbs.dwp.gov.sg/knowledge-base/agency-settings/booking-settings/booking-window.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.
