> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys.md).

# Journeys

- [Buy Online Pickup In Store](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys/buy-online-pickup-in-store.md): Explore APIs and data feeds powering the Buy Online Pickup in Store (BOPIS) experience.
- [BOPIS PDP Experience](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys/buy-online-pickup-in-store/bopis-pdp-experience.md): Discover HotWax Commerce's BOPIS PDP experience enabling customers to browse all pickup store options for desired products on Shopify's PDP.
- [Ready For Pickup Notification](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys/buy-online-pickup-in-store/ready-for-pickup-email.md): Learn how to integrate Order Management System (OMS) with Marketing Automation Platforms for automated 'Ready to Pickup' email notifications.
- [Brokering and Allocation](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys/brokering-and-allocation.md): Explore APIs and data feeds facilitating order brokering and allocation for a seamless customer experience.
- [Order Soft Allocation](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys/brokering-and-allocation/soft-allocation.md): Discover how HotWax Commerce's Soft Allocation feature conducts real-time eligibility checks for items in a customer's cart.
- [Pre-Orders](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys/pre-orders.md): Explore how APIs and data feeds connect to deliver pre-order and backorder experiences seamlessly.
- [Promise Date Change Notification](https://docs.hotwax.co/documents/integrate-with-hotwax/journeys/pre-orders/promise-date-change-notification.md): Learn how to ensure accurate promise date change communication from OMS to Marketing Automation Platform.


---

# 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.hotwax.co/documents/integrate-with-hotwax/journeys.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.
