> For the complete documentation index, see [llms.txt](https://changelog.shopwaive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.shopwaive.com/posts.md).

# posts

- [Initial change log release](https://changelog.shopwaive.com/posts/quickstart.md): September 03, 2024
- [Cash out options for Shopify Plus](https://changelog.shopwaive.com/posts/quickstart-1.md): September 13, 2024
- [Group offers at checkout](https://changelog.shopwaive.com/posts/quickstart-2.md): October 15, 2024
- [GET Actions API endpoint](https://changelog.shopwaive.com/posts/quickstart-3.md): October 23, 2024
- [Affiliate Referral program](https://changelog.shopwaive.com/posts/quickstart-4.md): November 18, 2024
- [Meet Waive. Shopwaive's AI agent](https://changelog.shopwaive.com/posts/quickstart-5.md): December 9, 2024
- [Issue and email native Shopify store credit](https://changelog.shopwaive.com/posts/quickstart-6.md): March 21, 2025
- [Flow action for native Shopify store credit](https://changelog.shopwaive.com/posts/quickstart-7.md): April 2, 2025
- [Send customer payloads to Shopify Flow](https://changelog.shopwaive.com/posts/quickstart-8.md): April 7, 2025
- [Send HTTP requests, receive responses in Shopify Flow](https://changelog.shopwaive.com/posts/quickstart-9.md): November 28, 2025
- [Generative AI — Shopwaive Code](https://changelog.shopwaive.com/posts/quickstart-10.md): December 1, 2025


---

# 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://changelog.shopwaive.com/posts.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.
