> For the complete documentation index, see [llms.txt](https://flexpoint.gitbook.io/flexpoint-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flexpoint.gitbook.io/flexpoint-docs/products/markdown/how-to-setup-your-calendar-availability.md).

# How to Setup Your Calendar Availability

To set specific calendar availability per product, follow these instructions:

1. Head to your **Product** tab and add a Coaching Call type product to your Flexpoint.
2. Navigate to the **Availability** tab as shown below:

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

Next, choose where you would like to host your meeting!\
Be sure to have your Integrations setup (i.e. Google Calendar or Zoom). This will allow for a meeting link to be sent directly to your customers!

3. **Duration (min)**

Choose the length of the meeting by selecting anywhere from 30 to 120 minutes.

<br>

<figure><img src="/files/5VkGTLrgm93LeyyVlU8D" alt=""><figcaption></figcaption></figure>

4. **Choose your timezone**

Select your local timezone. When your customers are selecting a time slot, they will see your calendar in their local time zone.

<figure><img src="/files/9RGSFlTzXhMkDMIYwSFY" alt=""><figcaption></figcaption></figure>

5. **Book Within next**

This will prevent appointments from being booked within a certain number of days from the current time, ensuring you’re not booked at the last minute.

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

6. **Max Attendee**

Host a group coaching call or a webinar by setting the number of attendees who are able to purchase a seat.

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

7. **Available Time**

And lastly, choose your availability in the Select available times section! . You can also add multiple time slots throughout the day by clicking on the + icon next to the first slot!.

<figure><img src="/files/MyvPQGRnqgNjPZEIgaDA" 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://flexpoint.gitbook.io/flexpoint-docs/products/markdown/how-to-setup-your-calendar-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.
