# Feature Implementation Guides

- [Guide: Free or Paid Trials](https://docs.limio.com/guides/feature-implementation-guides/readme.md)
- [Guide: Subscription Gift Codes](https://docs.limio.com/guides/feature-implementation-guides/guide-how-to-sell-subscription-gift-codes-in-limio-commerce.md)
- [Generate Gift Codes in Bulk](https://docs.limio.com/guides/feature-implementation-guides/guide-how-to-sell-subscription-gift-codes-in-limio-commerce/how-to-generate-gift-codes-in-bulk.md)
- [Guide: Set up a Partner Portal](https://docs.limio.com/guides/feature-implementation-guides/guide-partner-portal.md): This guide walks you through the configuration steps and how to test the setup.
- [Guide: Shift sales to a self-service checkout](https://docs.limio.com/guides/feature-implementation-guides/guide-shift-sales-to-a-self-service-checkout.md)
- [Guide: Using Conditions in the Checkout for Product-Specific Data Collection](https://docs.limio.com/guides/feature-implementation-guides/guide-using-conditions-in-the-checkout-for-product-specific-data-collection.md)
- [Guide: Using Exit-Intent Popups with Limio Promo Codes](https://docs.limio.com/guides/feature-implementation-guides/guide-using-exit-intent-popups-with-limio-promo-codes.md)
- [Guide: Inspect and Follow Up on Abandoned Baskets](https://docs.limio.com/guides/feature-implementation-guides/guide-inspect-abandoned-baskets.md)
- [Guide: How to build a pricing page with Limio](https://docs.limio.com/guides/feature-implementation-guides/guide-how-to-build-a-pricing-page-with-limio.md)
- [Guide: Claim subscription ownership after guest checkout](https://docs.limio.com/guides/feature-implementation-guides/guide-claim-subscription-ownership-after-guest-checkout.md)


---

# Agent Instructions: 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.limio.com/guides/feature-implementation-guides.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.
