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

# Commerce

- [Shipping Rules Calculator](https://docs.akinon.com/technical-guides/commerce/shipping-rules-calculator.md)
- [Payment Option Rules](https://docs.akinon.com/technical-guides/commerce/payment-option-rules.md)
- [Data Source Shipping Options](https://docs.akinon.com/technical-guides/commerce/data-source-shipping-options.md)
- [Attribute Based Shipping Options](https://docs.akinon.com/technical-guides/commerce/attribute-based-shipping-options.md)
- [Filtering Products](https://docs.akinon.com/technical-guides/commerce/filtering-products.md)
- [Conversation & Messages](https://docs.akinon.com/technical-guides/commerce/conversation-and-messages.md)
- [Sitemap Configuration](https://docs.akinon.com/technical-guides/commerce/sitemap-configuration.md)
- [Weight-Based Product Sales](https://docs.akinon.com/technical-guides/commerce/weight-based-product-sales.md)
- [Group Attribute Sets](https://docs.akinon.com/technical-guides/commerce/group-attribute-sets.md)
- [Contract Management](https://docs.akinon.com/technical-guides/commerce/contract-management.md)
- [Find in Store for Whippy Ware](https://docs.akinon.com/technical-guides/commerce/find-in-store-for-whippy-ware.md)
- [Plugins](https://docs.akinon.com/technical-guides/commerce/plugins.md)
- [Remote Price](https://docs.akinon.com/technical-guides/commerce/remote-price.md)
- [E-mail Templates](https://docs.akinon.com/technical-guides/commerce/e-mail-templates.md)
- [Loyalty Accounts](https://docs.akinon.com/technical-guides/commerce/loyalty-accounts.md)
- [Search Structure](https://docs.akinon.com/technical-guides/commerce/search-structure.md)
- [User Segmentation & Rules](https://docs.akinon.com/technical-guides/commerce/user-segmentation-and-rules.md)
- [Configuring User Segmentation](https://docs.akinon.com/technical-guides/commerce/configuring-user-segmentation.md)
- [Promotions](https://docs.akinon.com/technical-guides/commerce/promotions.md)
- [Email Redirection in Multi-Frontend Structure](https://docs.akinon.com/technical-guides/commerce/email-redirection-in-multi-frontend-structure.md)
- [Commerce Webhooks](https://docs.akinon.com/technical-guides/commerce/commerce-webhooks.md)
- [Remote Cost Calculator](https://docs.akinon.com/technical-guides/commerce/remote-cost-calculator.md)
- [Single Sign-On (SSO) with JWT (RS256) in Akinon Commerce](https://docs.akinon.com/technical-guides/commerce/single-sign-on-sso-with-jwt-rs256-in-akinon-commerce.md)
- [Installment Filters](https://docs.akinon.com/technical-guides/commerce/installment-filters.md)
- [Consume Group in Campaigns](https://docs.akinon.com/technical-guides/commerce/consume-group-in-campaigns.md)
- [Addon Order Item Configuration](https://docs.akinon.com/technical-guides/commerce/addon-order-item-configuration.md)
- [Basket Validators](https://docs.akinon.com/technical-guides/commerce/basket-validators.md)
- [Dynamic Settings](https://docs.akinon.com/technical-guides/commerce/dynamic-settings.md)
- [Environment Variables](https://docs.akinon.com/technical-guides/commerce/environment-variables.md): Placeholder page for documentation content that will be added later.


---

# 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:

```
GET https://docs.akinon.com/technical-guides/commerce.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.
