# Order Confirmation

## Overview

This is a fully-responsive module that includes common UI components reviewing your order details. No workflows are associated with this module.

## Structure

* When this module is added to a page, it is placed within a group called `Group page860Group` . This group contains the responsive settings for all modules.
* This module `Group orderConfirmation` contains two main groups:
  * `Group Header` contains the title text and a hidden description text
  * `Group Collapsible content - order` contains three components
    * `Group order details` is used to display more information about your order (e.g., estimated delivery date, shipping method, and shipping address).
    * `Group Buttons` contains a `Button CONTINUE`
    * `Group PLACEHOLDER`  - If you add more elements to the group, please resize this group and ensure it is not overlapping with any other elements.
  * `Group MAIN PLACEHOLDER` - Please resize this group if you add more elements to the group

## How to set up

* Update all text elements in the module.
* Add workflows to `Button ORDER DETAILS` and `Button CONTINUE`.


---

# 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.airdev.co/canvas-pages-and-modules/2.0.0/modules/order-confirmation.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.
