> 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-create-add-appointment.md).

# How To Create/Add Appointment

1. 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://lh6.googleusercontent.com/21BI5CUrtH085zbXkOaSeGhFHZfs6PxoCt-bZ4zU2kP7G5y7nl6-CSOYgksekAFqZ8_9LjjUv8qPhLV7lPitgR-GDWDde7oVp6ugxq_q-urYXVuSvFk5CjDm6H8lhkxsWlH1YLqHaACbvZZCcfvXSA" alt=""><figcaption></figcaption></figure>

2. Next, you fill in the title of your appointment, and you can also directly assign a 'Person-in-charge (PIC)' for your appointment. Click the 'Create Appointment' button. You will be taken to a display like the one below

<figure><img src="https://lh4.googleusercontent.com/TBHRLna2xiablt0Sj8WjSavDCG_8GLgHUfUlsCjRIcXzU4miIcO_ozISxplWzWyVhpn2IwekhLObtOd_Gg1eDE8aSs_RDKASwF77niEwgudzxTgVOqdraboWsgjfZdhogHrqjqjjGUc-5gPxZeirRQ" alt=""><figcaption></figcaption></figure>

3. Fill in all the required information, and you can also refer to the tutorial for the next steps to set up your Kuasa Appointment. Once you have filled in all the details, you can share the appointment form link with your clients so they to select a meeting session with you.
4. You can go back to the **Dashboard** page to review the list of appointments you have created to ensure the status is **open**. You can also copy the link to provide it to your clients. You will see a display like the one below.

<figure><img src="https://lh5.googleusercontent.com/XnyPI_wbfh6A4q9ovyuQoc0FCwur8GLbrUo0RLHpw-xjXIlRJ_UXCgoVhG-rw-BJ6FWOHDOontroJHQfootAz2MU2vw9PACODT8hnzbt0N3LXN1lH2j1Z4f1kEnQ9wGu6ExJQTfO_2U29HbiIhyuVw" alt=""><figcaption></figcaption></figure>

5. After the client fills in the requested information, a display like the one below will appear, indicating that your client has successfully booked a session with you.

<figure><img src="https://lh5.googleusercontent.com/ZBPnHR0C_HFj-NtjOZHUhNLyFqK-Z9MSdmUwLXezzNRddTiGNye6DBS7aAFcBlXr_8WLBlHWvfqSxtxqtlk1TZSub3MOLtzdRafGBA3DoPhs-g8yi3xfl29KzeaHK-I4BeFG7ot1cqoGdr4te-cBxQ" alt=""><figcaption><p>Display for those who can choose to make payment immediately or later</p></figcaption></figure>

<figure><img src="https://lh6.googleusercontent.com/U6MmdRvfHQBI5I3pfIudmAspNWzvU__jV3sAkmXn92-QkfeYb5O1zYZ1ux9ZA0fbdGd1_H_bx3uDsu_Oj7UXNK9AcEg7bDPIKunX6MhkSNEe7TJ5-hbEIOS4aOonZCTKZdEIGHGVvcPektR9SEgmlg" alt=""><figcaption><p>Display for those with no product</p></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-create-add-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.
