> For the complete documentation index, see [llms.txt](https://docs.woohoo.dance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.woohoo.dance/elements/thank-you-page.md).

# Thank you page

Woohoo allows you to create a custom Thank you page. To do that, enable Thank you elements in Woohoo dashboard:

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

#### Create a new page

Create a new page, e.g. Thank you and go to Woocommerce Settings > Advanced and link this new page for Thank you page option.

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

#### Build Thank you page

Open Thank you page with Breakdance editor. Now you gave 2 wrappers to use:

* Success wrapper - for succeeded orders
* Failed wrapper - for orders that failed

For now you can use these elements to show order details:

* Thank you order details
* Thank you payment information
* Customer details


---

# 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:

```
GET https://docs.woohoo.dance/elements/thank-you-page.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.
