# Date

## **Ask Date Card**&#x20;

Request a date from your customer using the Ask Date card.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FXkVV6qMWN1iBNvPP21Mt%2FScreenshot%202025-09-18%20154517.png?alt=media&#x26;token=c39ead6a-3054-493c-8318-6d92fc9619be" alt=""><figcaption></figcaption></figure>

## Question Text

This is the question you want to ask users. Keep it clear and concise so they understand what you're asking.

You can format the text using **Bold**, *Italic*, or ~~Strikethrough~~. Use asterisks (\*) for Bold, underscores (\_) for Italic, and tildes (\~) for Strikethrough.

For example: Please provide the date you will be available for an hour meeting.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FIAFirFt7W9qCQYV30L6n%2FScreenshot%202024-06-24%20153004.png?alt=media&#x26;token=fed6c885-b5d2-4ebb-bd3d-35e385413d7b" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
PRO TIP: Use Variables in the **Question Text** and in the **Validation Error Message** to make it more personalized.
{% endhint %}

## 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="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FLr2YzdJVbt43nvq2O66k%2FScreenshot%202024-06-24%20153307.png?alt=media&#x26;token=2da61a64-5195-4f32-8159-a697560608f6" alt=""><figcaption></figcaption></figure>

## Validation settings

In the additional validation settings, specify the **Minimum character, Maximum character, and Regex.** Since we're asking for a meeting date, the minimum character and maximum character will be a date.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2F9xiaz6lzUGlzr0L2tGIW%2FScreenshot%202024-06-24%20153551.png?alt=media&#x26;token=e661966d-1cbf-4862-a7cb-66476f185360" alt=""><figcaption></figcaption></figure>

## Save Response in the Variable

You have the option to store the user response in a variable. For example, you can create a variable called `user_availability` to store the user's response.

<figure><img src="https://789614814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvCr7uCTpZRGEF8A48OOJ%2Fuploads%2FDPWQz6o585MLW5UhjeW2%2FScreenshot%202024-06-24%20153708.png?alt=media&#x26;token=bb226594-c3f4-47c9-afd3-6839dbf88e1a" alt=""><figcaption></figcaption></figure>

Once you have set all the fields required and click on **SAVE.**


---

# 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.bizmagnets.ai/bot-flows/ask-questions/date.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.
