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

# Feature Guides

- [Build & launch](https://docs.peakcommerce.com/guides/feature-guides/build-and-launch.md)
- [Building a Checkout Journey](https://docs.peakcommerce.com/guides/feature-guides/build-and-launch/guide-building-a-checkout-journey.md)
- [Designing Pages with the Editor and Mango](https://docs.peakcommerce.com/guides/feature-guides/build-and-launch/guide-designing-pages-with-mango.md)
- [Serving Portals and Pages on Your Own Domain](https://docs.peakcommerce.com/guides/feature-guides/build-and-launch/guide-custom-domains-for-your-portals.md)
- [Acquire & convert](https://docs.peakcommerce.com/guides/feature-guides/acquire-and-convert.md)
- [Building a Free-Trial-to-Paid Journey](https://docs.peakcommerce.com/guides/feature-guides/acquire-and-convert/guide-free-trial-to-paid-conversion-journey.md)
- [Building a Usage-Based Signup with Credit Top-Ups](https://docs.peakcommerce.com/guides/feature-guides/acquire-and-convert/guide-usage-based-signup-with-credits.md)
- [Building an Eligibility Quiz that Routes to the Right Offer](https://docs.peakcommerce.com/guides/feature-guides/acquire-and-convert/guide-eligibility-quiz-routing.md)
- [Building Gift Subscriptions (Purchase & Redemption)](https://docs.peakcommerce.com/guides/feature-guides/acquire-and-convert/guide-gift-subscriptions.md)
- [Building a Quote-to-Cash Acceptance Flow](https://docs.peakcommerce.com/guides/feature-guides/acquire-and-convert/guide-quote-to-cash-acceptance.md)
- [Retain & manage](https://docs.peakcommerce.com/guides/feature-guides/retain-and-manage.md)
- [Building a Multi-Branch Retention Journey](https://docs.peakcommerce.com/guides/feature-guides/retain-and-manage/guide-building-a-multi-branch-retention-journey.md)
- [Building a Pause-and-Resume Flow](https://docs.peakcommerce.com/guides/feature-guides/retain-and-manage/guide-pause-and-resume.md)
- [Building a Win-Back (Reactivation) Journey](https://docs.peakcommerce.com/guides/feature-guides/retain-and-manage/guide-win-back-reactivation-journey.md)
- [Building a Dunning Recovery Journey](https://docs.peakcommerce.com/guides/feature-guides/retain-and-manage/guide-dunning-recovery-journey.md)
- [Building a CSR-Assisted Change-Plan Flow](https://docs.peakcommerce.com/guides/feature-guides/retain-and-manage/guide-csr-assisted-change-plan.md)
- [Billing setup](https://docs.peakcommerce.com/guides/feature-guides/billing-setup.md)
- [Enabling Zuora Orders or Amendments in PeakCommerce](https://docs.peakcommerce.com/guides/feature-guides/billing-setup/guide-enabling-zuora-orders-or-amendments.md)
- [Setting up GoCardless in Zuora](https://docs.peakcommerce.com/guides/feature-guides/billing-setup/guide-setting-up-gocardless-in-zuora.md)
- [Creating a Trial Bundle that Auto-Converts to Paid](https://docs.peakcommerce.com/guides/feature-guides/billing-setup/guide-creating-a-trial-bundle-that-auto-converts-to-paid.md)
- [Setting a Subscription's Start Date (Backdating)](https://docs.peakcommerce.com/guides/feature-guides/billing-setup/guide-setting-a-subscription-start-date.md)


---

# 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.peakcommerce.com/guides/feature-guides.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.
