# DATE – how to get a date from a customer?

![DATE](/files/-Ma3INkBQ5pjAtGZYU5t)

### :point\_right: **BASIC FUNCTIONALITIES**

**Question** – here you specify what the voicebot will say. The configuration is the same as for the **Text to say** option in the [Say ](/what-can-you-do-with-inteliwise-blocks/say-how-to-make-your-voicebot-speak.md)block.

### :gear: **SPECIFIC ADVANCED OPTIONS**

**Require confirmation** – The voicebot will repeat the date and ask for confirmation to check whether this is the date agreed with customer.

**Save output as global variable** – here you setup to which [global variable](/quick-guide-to-creating-voicebots.-1/how-to-create-a-voicebot/what-are-variables.md) will be assigned the date provided by the client.

### :package: **COMMON ADVANCED OPTIONS**

Please refer to the descriptions of[ Common Advanced Options of Confirm block](/what-can-you-do-with-inteliwise-blocks/confirm-how-to-get-confirmation-from-a-customer.md#common-advanced-options) for below options:

* Alternative Don’t Know
* Alternative Yes
* Alternative No
* Alternative repeat question


---

# 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://help.inteliwise.com/what-can-you-do-with-inteliwise-blocks/date-how-to-get-a-date-from-a-customer.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.
