> 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-availability.md).

# How to Setup Availability

<figure><img src="https://lh5.googleusercontent.com/WTJFsSKCHCjNr9lUSpUkw5cXOz_638NvAPAjW4uSt-3JCh_qPr45N_zfcWbtrht4r6K0_Vgq7Kevci8qh--upaUaLYpRWfZcOdqtdjAsTQsLh_F5sWBqNdthk-oCVJbXMJVT6teVWKfYlBX5myMQpA" alt=""><figcaption></figcaption></figure>

1. For this part, you need to plan in advance to set the start date and the end date to simplify your schedule and the clients.

<figure><img src="https://lh5.googleusercontent.com/TsPlH2rxDUrEBe9rIeMcx8ASp0azFjneQI8XcWLrNGZG4GAXXm8HpZBBBLZTeMogx2vgUvqXogzX65RJv1KO6i4Nflkc9hOCPxWqzb7oax3I0nLqOY14y9-RlUaqc-QZz-HpytPtBn8R7jZqRg_F0w" alt=""><figcaption></figcaption></figure>

2. For this part, you can plan if you want your appointment form to open a few days after the start date. In this section there are 2 different things namely;
   * **Calendar days**: 7 days (including Saturday and Sunday)
   * **Weekdays**: 5 days (excluding Saturday and Sunday)

<figure><img src="https://lh5.googleusercontent.com/BvDx_2dSYbkf4ekQpsSvPaUZXRWKptmE3NUbNXr5Co2DNenkA14TAfvT2OnjUHU9dRagTdip4BKsTYKf2TkXPZZVxI0sAZETPvENodduba32rrjBMKQDm0_qZeWLNoumZaA3C5cbTiu2FhOU5Bc11w" alt=""><figcaption></figcaption></figure>

3. In this section, you need to set the frequency of time slots available for the client.

<figure><img src="https://lh6.googleusercontent.com/4MSqnZQcwnR8ohbZ_dvm8IaHYbv1rqnqKLFuoc9xi7n-GxqP-CzlgVTRBwgBgfg4FkPQdQ_sDJnqLgI3JEm-mvgkSExWaaT_D3gUvYf3BkLZjKcffD5gc0tMRnEkzwlwr_ShIJ8rCZnB1T58qBDfuQ" alt=""><figcaption></figcaption></figure>

4. For this part, you need to set how long your appointment will last. For example, for the whole you have scheduled for 7 hours to meet the client then you need to set it to 7 hours.

<figure><img src="https://lh5.googleusercontent.com/lSEoUzwQw3EjRu7YfcfkWAdo5VWhHb0sc1z60uxyitsL1qC-Mh6nxXuK76U1WghMECOzFPjuV-IsZ7SzJrBVOh3GIph48NVIxgNNkTahTL4mL7qdCRmI_xBt60wb-uwdBxn9o7Xg9-zF02o2-_wKog" alt=""><figcaption></figcaption></figure>

5. For this part, you need to set according to your schedule what days are available to meet the client.

<figure><img src="https://lh5.googleusercontent.com/6ZFQzRlTitwk2ZMvYeAruGrsrN7toVScwi2hgySLA4mZp3xYoTju9xP7EMtMw6KAmwspcAxB9sHbSM_Rl1uVs8jySP-t536iS6bxfD7sP_NjKX-_jT2ki3dFf38xWERKV6sfNsllHOLCy6v2gn0SRg" alt=""><figcaption></figcaption></figure>

6. For this part, you are given some time to prepare or finish the booked event.

<figure><img src="https://lh3.googleusercontent.com/GhLX6yEfMhpGTPsMCiRzFlU8iq981uSqO94n0KjwPFUaN4L-6YWddBLB9L6oOs24PALVH-Gi_m9uIvmV5bFanZ5yYhdytYPaIaqC7y-nSyY2aQZjx5rjPx6ZJNcsJ2MLXUkbDZAYHqyB8WaFeJvcWQ" 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://tutorials.kuasa.io/getting-started/kuasa-appointment/appointment/how-to-setup-availability.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.
