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

# How-To Guides

- [Overview](https://docs.umbraco.com/umbraco-commerce/13.latest/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/13.latest/how-to-guides/configure-sqlite-support.md): How-To Guide to configure SQLite support for Umbraco Commerce.
- [Limit Order Line Quantity](https://docs.umbraco.com/umbraco-commerce/13.latest/how-to-guides/limit-orderline-quantity.md): How-To Guide to limit order line quantity in Umbraco Commerce.
- [Use an Alternative Database for Umbraco Commerce Tables](https://docs.umbraco.com/umbraco-commerce/13.latest/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.
- [Add item to Cart](https://docs.umbraco.com/umbraco-commerce/13.latest/how-to-guides/add-item.md): How-To Guide to add an item to your cart.
- [Update Cart](https://docs.umbraco.com/umbraco-commerce/13.latest/how-to-guides/update-cart.md): Learn how to update your cart when one or more quantities have changed.
- [Delete item in Cart](https://docs.umbraco.com/umbraco-commerce/13.latest/how-to-guides/delete-item.md): Learn how to remove items added to the shopping cart.
- [Customizing Templates](https://docs.umbraco.com/umbraco-commerce/13.latest/how-to-guides/customizing-templates.md): Learn how to create custom templates for emails, prints, and exports.


---

# 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.umbraco.com/umbraco-commerce/13.latest/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.
