> For the complete documentation index, see [llms.txt](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/support-and-roadmap/roadmap.md).

# Roadmap

### See What We're Building — And Help Shape It

At WishlistSuite, we build **for real merchants like you** — and your feedback directly influences what features come next.

Our **public roadmap** gives you full visibility into what’s in progress, what’s planned, and what other merchants are requesting. You can even **vote or request new features** right from the page!

***

## Why Check the Roadmap?

* **Stay informed**: Know what new features are being built
* **Vote** on updates that matter to you
* **Request** your own ideas and improvements
* **Track progress** on requested features and updates

***

## Got an Idea?

We’d love to hear it! Whether it’s a tiny tweak or a big change, your feedback helps us improve.

👉 [**Submit or Vote on Features Here**](https://wishlistsuite.canny.io/)

You’ll be redirected to our public roadmap on [**Canny.io**](https://wishlistsuite.canny.io/), where you can:

* Vote on suggestions from other merchants
* Track updates to your favorite requests
* Get notified when a feature you voted on goes live

***

## 🤝 Thank You for Helping Us Grow

We’re a small team, but we listen closely. Every suggestion, vote, and bit of feedback shapes how WishlistSuite evolves.

Let’s build the best bundling tool on Shopify — together. 💙


---

# 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://wishlistsuite-1.gitbook.io/wishlistsuite-help-doc/support-and-roadmap/roadmap.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.
