# How to Block Out Times

## Overview

This tutorial shows how to use the [Avonni Date Time Picker](/flow/flow-components/date-time-picker.md) to display only *available* time slots, similar to Calendly, for appointment booking, scheduling demos, or any scenario where users select from available times. For example, if a meeting is booked for Monday at 10:00 AM, that time should be shown as unavailable in the date time picker, preventing double booking.

{% @arcade/embed flowId="aqKQUk4HvSMhiZQaBClW" url="<https://app.arcade.software/share/aqKQUk4HvSMhiZQaBClW>" %}


---

# Agent Instructions: 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:

```
GET https://docs.avonnicomponents.com/flow/tutorials/components/date-time-picker/how-to-block-out-times.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
