> For the complete documentation index, see [llms.txt](https://tutorials.kuasa.io/getting-started/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tutorials.kuasa.io/getting-started/kuasa-appointment/appointment/how-to-setup-override-date.md).

# How to Setup Override Date

<figure><img src="https://lh3.googleusercontent.com/NEyoTRFI0wn0vj0XhDxJZw4kS6IsIAcjAlwEhNv3ozHzsjzJjR2J33L0HvMfThYgfbLMpcQcT-D1qXQesMWUZ1u_t5KLHn2TLUlJt-xabRaE3l2qBezyvGCS1UigFAowSH9BZn5HY2YUqwymVxYLZg" alt=""><figcaption></figcaption></figure>

You can override this date if you want to open early registration but you want your client to focus on the dates you specify. You can use this method if you want to open according to a special date according to your availability as shown in the picture above.

1. You need to look at the **Availability** section and see the bottom like this display.

<figure><img src="https://lh3.googleusercontent.com/9CS0iJiu5dT1iF0IsXjn8aPTD3SY9xkZprntKaCNQ18B5tiPW28cyoSCMmA64V6Zi-VSlMLbaRtNvzedyZ1WLkeK9mJIiCVVRK-NjjUPDwyTgiMsZcZatwIwDYAELEU5lfvRLl1OqkEraAuDxsBvpw" alt=""><figcaption></figcaption></figure>

2. In this section, you select the special date you want the client to book your appointment slot. For example, you can refer to the picture above. Available dates to book are 11/9/2023 and 18/9/2023, and other dates you want to close the booking.
3. In the "Add dates when your availability changes from your weekly hours" section, you need to put the date you want the client to be able to book. You can refer to the picture below.

<figure><img src="https://lh4.googleusercontent.com/B-3cIWZtERRxnR_7IVj-On9zAJSnjxEqCm80RuQpzUahRzs5Kyb7-mD_Hd7LaltCDtgrIPS7fBZAM0Wc_UFHAYhOAeWVfEAxaPbbnznyKUD7_simTrwXLP6xc3mPF8jTeiU4FwdOgzTcrEyWTfxhVg" alt=""><figcaption></figcaption></figure>

4. After that, at the bottom you need to click on "+ Add a date override". Here you need to enter the date that you are not available for the client to book an appointment with you.

<figure><img src="https://lh6.googleusercontent.com/LKnMoQNLKRskwEp1W_CSN7rd2V9pA28SFh-ceRQpIGeL6u3eEuAMjihGryaEgl7fbh-2mGWKFQqDYztzJH5NcR7MgNwptzJLE_BIrJW_Yww1_LyxkBDcdtw2DzqN3nchnOW6d7M_Lzv1tN-JVASBPA" alt=""><figcaption></figcaption></figure>

5. After that click on "Save Changes".


---

# 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://tutorials.kuasa.io/getting-started/kuasa-appointment/appointment/how-to-setup-override-date.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.
