# Wait for order

> **Who can use this Card?**
>
> * Gallabox Users having permission to either build and deploy bots or manage bots.
> * Available on Scale and Pro Plans.

### Overview

The Wait for Order card helps to simplify the ordering process in your bot flows. It allows you to gather information before placing an order and save it in variables, leading to more personalized and efficient interactions with customers. This card also makes sure that the information collected remains available even after the order is completed.

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

### **Key features**

1. The node will wait for a customer's order message.
2. If no order is received within the specified drop-off time, the flow will drop - off as per the bot flow configuration.
3. The node will automatically populate the `session.cart.items` and `session.cart.amount` variables, providing information about the items and total cost in the cart.\
   The variable `session.cart.items` will be an object which include all the items you have put in the cart and `session.cart.amount` will show the cart amount.

### **Configuration options**

1. Customize the message prompting the customer to place their order.
2. Add **Validation settings -** Specify the number of attempts to validate the order before proceeding, customize the message sent to the customer if their order is invalid, and choose the action to take if the order is invalid: Drop from the bot, Skip the question, Proceed to Fallback.
3. Save and use this Card in your bot flow.

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


---

# 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.gallabox.com/bots/bot-utilities/wait-for-order.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.
