# frontstore

- [Introduction](https://wiki.theshop.dev/docs/frontstore/introduction.md)
- [Types of frontstores](https://wiki.theshop.dev/docs/frontstore/introduction/types-of-frontstores.md)
- [API](https://wiki.theshop.dev/docs/frontstore/api.md)
- [Frontstore API](https://wiki.theshop.dev/docs/frontstore/api/frontstore-api.md)
- [Template customization](https://wiki.theshop.dev/docs/frontstore/api/template-customization.md)
- [API client for Laravel](https://wiki.theshop.dev/docs/frontstore/api-client-for-laravel.md)
- [Example: Find products by keyword and include sold out products with available attributes to filter](https://wiki.theshop.dev/docs/frontstore/api-client-for-laravel/example-find-products-by-keyword-and-include-sold-out-products-with-available-attributes-to-filter.md)
- [Basic selling flow](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow.md)
- [Homepage](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/homepage.md)
- [Product list](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/product-list.md)
- [Product detail](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/product-detail.md)
- [Availability and count info in products](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/product-detail/availability-and-count-info-in-products.md)
- [Add products to cart](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/product-detail/add-products-to-cart.md)
- [Variants tree](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/product-detail/variants-tree.md)
- [Shopping cart (Basket)](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/shopping-cart-basket.md)
- [Shopping cart list](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/shopping-cart-basket/shopping-cart-list.md)
- [Voucher (discount code)](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/shopping-cart-basket/voucher-discount-code.md)
- [Shipping and payment](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/shipping-and-payment.md)
- [Checkout](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/checkout.md)
- [Completing order – payment flow](https://wiki.theshop.dev/docs/frontstore/basic-selling-flow/checkout/completing-order-payment-flow.md)
- [Contact form](https://wiki.theshop.dev/docs/frontstore/contact-form.md)
- [Headless CMS](https://wiki.theshop.dev/docs/frontstore/headless-cms.md)
- [Caching](https://wiki.theshop.dev/docs/frontstore/caching.md)
- [Known Issues](https://wiki.theshop.dev/docs/frontstore/known-issues.md)
- [FAQ](https://wiki.theshop.dev/docs/frontstore/faq.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://wiki.theshop.dev/docs/frontstore.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.
