> 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-main-details.md).

# How to Setup Main Details

1. In this “status” section, you can set whether you want to Open (to allow the client to fill out your form) or Close (to close your appointment form).

<figure><img src="https://lh6.googleusercontent.com/-x7z4wyDsw-AJSJJkuD0KgC6mGdETHOslQ7gjcrg-lU_pWIwWciQ1VFncGr5v6igzGhaEpvBNdHSld9-tt6VS7mECAJxWw1f6Shv1PznXUQtd7cwUD4qq8wFrw0O3xsD8MnMX47r0tzEAeQt8X3PjQ" alt=""><figcaption></figcaption></figure>

2. For the **Title** section, you will see that it will automatically enter if you put the title in the beginning. If you want to edit your title, just change it in the box below.

<figure><img src="https://lh6.googleusercontent.com/aAV7fc-3Q3CjuosIyRcDPMNbqjCB70QuRybThcAdKkiY1YSpFPqxWL5EODRE_V54TtpUw0oV5kiP2b7VF5J0zH4ZPj3swr8pYIiti1Y6XljYtyeaCB1-Y4q85_k3cCBPOPN_kUabptJxQWTwZA881w" alt=""><figcaption></figcaption></figure>

3. In the "Description" section, you can put any description about your appointment.
4. In the "Type" section, you need to choose whether your appointment is online or offline.

   **Offline**: The client meets you face-to-face

   **Online**: Clients meet you virtually. If you choose to go online, you can refer to the tutorial in the Zoom integration section

<figure><img src="https://lh3.googleusercontent.com/6t-ZrWaY4_5Qm_JtZX6REaMgKNtZrMTY3ZT6L2W8OOty2JAaC9CMcb--ZUKcVkiMIME2VZK4Km5ZY6F1VZMvuf7nro7_pr-jE2Ywd6vcVWR3udJI4jLnGzICuRJYMT3Eil7hhpyoOUe6aB3ZvH67SA" alt=""><figcaption></figcaption></figure>

5. In the **Domain** section, it will display the name of your website.
6. In the **Link** section, it will automatically display a link for you to give to your client for booking time and date.
7. In this section, you can choose whether you want to allow your client to continue payment later.

<figure><img src="https://lh6.googleusercontent.com/GYAMcGcGqvLsBcia-wSQ0mnRtZZ_v3fDntg5EoliS0TZPABuahfWEBerq3Sk2xHoGp3YJ_Q3LS9BGQMz-QOiov_2ifJ8G6AqQYczDUqSKkW9aF_-tY1OUQeZ9MMuF-VbufaJ6ZFa13MR960zlxNoMg" alt=""><figcaption></figcaption></figure>

8. Don't forget to press the "Save Changes" button. If not, you have to repeat the first step.


---

# 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-main-details.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.
