# How-To Guides

- [Overview](https://docs.umbraco.com/umbraco-commerce/how-to-guides/overview.md): How-to Guides on how to perform specific tasks in Umbraco Commerce.
- [Configure SQLite support](https://docs.umbraco.com/umbraco-commerce/how-to-guides/configure-sqlite-support.md): How-To Guide to configure SQLite support for Umbraco Commerce.
- [Use an Alternative Database for Umbraco Commerce Tables](https://docs.umbraco.com/umbraco-commerce/how-to-guides/use-an-alternative-database-for-umbraco-commerce-tables.md): How-To Guide to configure using an alternative database for the tables of Umbraco Commerce.
- [Customizing Templates](https://docs.umbraco.com/umbraco-commerce/how-to-guides/customizing-templates.md): Learn how to create custom templates for emails, prints, and exports.
- [Test Your Email templates](https://docs.umbraco.com/umbraco-commerce/how-to-guides/how-to-test-email-templates.md): Learn how to test your email templates.
- [Configuring Cart Cleanup](https://docs.umbraco.com/umbraco-commerce/how-to-guides/configuring-cart-cleanup.md): Learn how to configure a cart cleanup routine.
- [Configuring Abandoned Carts Notification](https://docs.umbraco.com/umbraco-commerce/how-to-guides/configuring-abandoned-cart-notification.md): Learn how to configure the abandoned cart notification.
- [Limit Order Line Quantity](https://docs.umbraco.com/umbraco-commerce/how-to-guides/limit-orderline-quantity.md): Guide to limit order line quantity in Umbraco Commerce.
- [Implementing Product Bundles](https://docs.umbraco.com/umbraco-commerce/how-to-guides/product-bundles.md): Learn how to implement product bundles in Umbraco Commerce.
- [Implementing Member Based Pricing](https://docs.umbraco.com/umbraco-commerce/how-to-guides/member-based-pricing.md): Learn how to implement member-based pricing in Umbraco Commerce.
- [Implementing Dynamically Priced Products](https://docs.umbraco.com/umbraco-commerce/how-to-guides/dynamically-priced-products.md): Learn how to implement dynamically priced products in Umbraco Commerce.
- [Implementing Personalized Products](https://docs.umbraco.com/umbraco-commerce/how-to-guides/personalized-products.md): Learn how to implement personalized products in Umbraco Commerce.
- [Implementing a Currency Switcher](https://docs.umbraco.com/umbraco-commerce/how-to-guides/currency-switching.md): Learn how to implement a currency switcher in Umbraco Commerce.
- [Building a Members Portal](https://docs.umbraco.com/umbraco-commerce/how-to-guides/member-portal.md): Learn how to build a members portal in Umbraco Commerce.
- [Order Number Customization](https://docs.umbraco.com/umbraco-commerce/how-to-guides/order-number-customization.md): Learn how to customize the default order number generated in Umbraco Commerce.
- [Sending Payment Links to Customers](https://docs.umbraco.com/umbraco-commerce/how-to-guides/payment-links.md): Learn how to send a payment link to customers in Umbraco Commerce.
- [Create an Order via Code](https://docs.umbraco.com/umbraco-commerce/how-to-guides/create-order-via-code.md): Learn how to create an order via code in Umbraco Commerce.
- [Show Discounted Prices on Product Pages](https://docs.umbraco.com/umbraco-commerce/how-to-guides/show-discounted-prices.md): Learn how to show discounted prices on product pages in Umbraco Commerce.


---

# 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.umbraco.com/umbraco-commerce/how-to-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.
