> For the complete documentation index, see [llms.txt](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/display-cards/user-input-card.md).

# User Input Card

User input card allows you to request a text input from the customer. The input can be validated by a regular expression and can be stored as a variable for later use. You can use a user input card to collect information from the customer, such as a name, an email, a phone number, or a code.

<details>

<summary>Industries That Can Leverage User Input Card</summary>

* User input cards can gather issue details, order numbers, or account information to streamline support interactions.
* Chatbots can use input cards to collect user preferences, product reviews, or feedback to improve the customer’s shopping experience.
* Chatbots can use input cards to collect symptoms, medical history, or appointment preferences for efficient healthcare support.
* User input cards can gather transaction details, account inquiries, or loan application information.
* Chatbots can use input cards to gather insurance coverage needs or claim information.

</details>

## **Key Fields**

* **Question 1:** Ask a question.
* **Save Response:** Enter the attribute name and value in which you want to save the response.
* **Wait Until:** Set the duration to ask for a follow-up message if you don't receive an answer from the customer.
* **Follow-Up Message:** Add a follow-up question to be asked and add a random variation.

{% hint style="info" %}
On receiving the response for question 1, question 2 will be triggered automatically. The responses will be saved in the Attribute entered in **Save Response**.&#x20;
{% endhint %}

{% hint style="info" %}
Configuration of follow-up message is optional.&#x20;
{% endhint %}

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

### Send Input Card

Say you have created a journey using a catalog card, a person selects a product and want to purchase, so using a  input card you can ask them through CTAs what payment method they will prefer.

**Add WhatsApp chat screenshot, insert**


---

# 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://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/display-cards/user-input-card.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.
