# TheShop

## TheShop

- [TheShop: Headless e-commerce platform with API-first approach](https://wiki.theshop.dev/docs/home/theshop-headless-e-commerce-platform-with-api-first-approach.md)
- [Quickstart guide](https://wiki.theshop.dev/docs/getting-started/quickstart-guide.md)
- [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
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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://wiki.theshop.dev/docs/home/theshop-headless-e-commerce-platform-with-api-first-approach.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.
