> For the complete documentation index, see [llms.txt](https://docs.bizmagnets.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizmagnets.ai/bot-flows/appointments/appointment-flow.md).

# Appointment Flow

It simplifies the process of managing appointments while ensuring efficient communication with customers.

<figure><img src="/files/2wvOUmzkGiWpWvLRgfzv" alt=""><figcaption></figcaption></figure>

## **Creating the Appointment Flow**

1. In the bot flow builder, select the option to create a new card and choose the Appointment Flow Card from the available actions.
2. Enter the body the message and button text.&#x20;

<figure><img src="/files/IBSwnGEA5CfQlZmtDKA1" alt=""><figcaption></figcaption></figure>

3. Select members for the appointment. You can either select Static members or Dynamic members.&#x20;

<figure><img src="/files/jTEKk4h1xXzofuxu0ari" alt=""><figcaption></figcaption></figure>

3. Add questions that gather necessary appointment details, such as:

* **Name:** "What is the member name?"
* **Date**: "When would you like to schedule your appointment?"
* **Time**: "What time works best for you?"

<figure><img src="/files/YLrYw6jB3LKnkw443CWG" alt=""><figcaption></figcaption></figure>

4. **Advanced Settings:** For the validation settings, you can set the attempt limit to 1. The Validation Error Message is optional. Specify the Action on Invalid Response, and enable the Additional Validation Settings.

<figure><img src="/files/rAkwooqOqLGzoKb7FFZa" alt=""><figcaption></figcaption></figure>

4. Once you have set all the fields required and click on 'Save'**.**

**Benefits of Appointment Flow Card:**

* **Automation**: Reduces manual effort and simplifies the appointment scheduling process.
* **Customization**: Allows you to tailor the flow to your business needs, including the services offered and the types of appointments.
* **Efficiency**: Automated reminders help reduce no-shows and improve overall scheduling efficiency.

With the Appointment Flow Card, you can offer a seamless booking experience for your customers, directly through WhatsApp.


---

# 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://docs.bizmagnets.ai/bot-flows/appointments/appointment-flow.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.
