> 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/clients/edit-appointment.md).

# Edit Appointment

After you have successfully logged in, you will see the dashboard display as shown above. On the right-hand side, you will see a blue button labeled 'Add Appointment.' Click on that button

<figure><img src="https://lh3.googleusercontent.com/C-JbFF1Txjf95nJ_kY5hQVdPCOUdSb2unUPRNVSHpo6jC0NjAgIGi6b8GVncxnYJ1YY2WC4zwy7Q9EaA2swTBsTBXnEBZdrslGJZyUv3O3RmSSvS-D9ZPNzT3NZxuOILQP8lN_gEMS4-vSFQdtcJ7w" alt=""><figcaption></figcaption></figure>

\
In the status section, you can set whether you want it to be 'open' (to allow clients to fill out your form) or 'close' (to close your appointment form).

For the 'Title' section, you will see that it will automatically populate if you have entered a title in the initial section. If you want to edit your title, simply make changes in the box below it.

<figure><img src="https://lh4.googleusercontent.com/AQfZ_Ekk1F9wajJD2467FwW6vi-hTjiBewqPcxINgY7RCVYy8WeC-oXnpto7Xsn_dTSoIc_n4vQgxq6KAMyF6jg2KhM1ZoC2tJly9IV4_TgaEplPoPiay-fPqtNqMv4KGdcs9wt-AOo2qOlieWDPIA" alt=""><figcaption></figcaption></figure>

In the 'Description' section, you can provide any description or information about your appointment.

In the 'Type' section, you need to choose whether your appointment is in an offline or online format.

* Offline: The client meets you in person.
* Online: The client meets you virtually. If you choose online, you can refer to the tutorial in the integration with Zoom section.

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

In the 'Domain' section, it will display your website's name.

In the 'Link' section, it will automatically show the link for you to provide to your clients for booking date and time.

In this section, you can choose whether you want to allow your clients to proceed with payment later.

<figure><img src="https://lh3.googleusercontent.com/kWlA71zRjKBT-TJpSB5drIA1mBkGSxtjYwDpVJ19vgEOzyKoTT_nGKG2f_zXPFH-Y4qkc1HLnDNQdBJaUYB9cfjmFJnbP5YGHxyv3-GJ6hrg3G0SaV8ezvpEwT7VeiM_lJnkZJ3n7cta_PtPpxX03g" alt=""><figcaption></figcaption></figure>

Don't forget to click the 'Save Changes' button. Otherwise, you will need to repeat the process from the first step.

<figure><img src="https://lh3.googleusercontent.com/s7HSf8nhavdgAuDV8Oy6sgGrqsYHkl9G9DP21rKIz0-HbgPJE5IfrPygZ5b20XuEHYXRATdOvIetnv4CMtvtW_yDxq4ylhhUVikfTYTDHhK_CeMxlICHTMw52lBbHDqJD1qY1GVSgJfOKTGLt8eNOA" alt=""><figcaption></figcaption></figure>

In this section, you can assign someone responsible for your client. However, if you check (/) the box 'Allow Your Client To Choose Who They Want To Meet,' you allow your client to choose who they want to meet with.

Don't forget to click the **Save Changes** button.<br>


---

# 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/clients/edit-appointment.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.
