# Date Picker

### How it Works?

The Date Picker card empowers you to capture specific date and/or time selections from your users. This information can be saved as a user attribute, enabling valuable functionalities like scheduling meetings, demos, and appointments directly within your AI conversations.

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

* **User Selection:** Users can choose a specific date, time, or both based on your configuration.
* **Attribute Capture:** User selections are automatically saved as a [**user attribute**](/frontman-enterprise-chatbot-platform/audience/user-attributes.md)**,** accessible for future reference. This facilitates tasks like scheduling appointments or sending reminders based on collected dates.
* **Flexible Configuration:**
  * **Select Type:** Define what users can select - Date only, Time only, or Date & Time.

    <figure><img src="/files/NVRRLLs6GRfJJvMYVphO" alt=""><figcaption></figcaption></figure>
  * **Book Meeting:** Include an optional "Book Meeting" button that triggers a pre-defined workflow (may require additional integrations).
  * **Change Activity Span:** Allow users to define a date range (e.g., "Jun 11, 2024 to Jul 11, 2024"). This can be displayed in various formats (e.g., "11 Jun, 2024 to 11 Jul, 2024").

    <figure><img src="/files/jW6z8SPgGMKgxT00iVoT" alt=""><figcaption></figcaption></figure>
  * **Additional Settings:**

    * **Disable Weekends:** Prevent selection of Saturdays and Sundays.
    * **Allow Skip:** Users can choose to skip the card and continue the conversation.
    * **Current Date:** System sets the initial date to the current date (and future dates).
    * **Date Rolling:** As the calendar date changes, the date span automatically rolls forward (e.g., selecting a week starting today will update as the week progresses).

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

    <div align="left"><figure><img src="/files/ULPjwvVXiEiquajGFoLG" alt="" width="212"><figcaption></figcaption></figure></div>


---

# 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.makerobos.com/frontman-enterprise-chatbot-platform/story-builder/cards/display-cards/date-picker.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.
