# Snipcart for Statamic

## Snipcart for Statamic

- [Overview](https://snipcart.michaelaerni.ch/master.md): Snipcart for Statamic makes the setup of your Snipcart shop with Statamic a breeze.
- [Installation](https://snipcart.michaelaerni.ch/getting-started/installation.md): Follow the instructions below to setup Snipcart for Statamic.
- [Configuration](https://snipcart.michaelaerni.ch/getting-started/configuration.md): You can configure Snipcart for Statamic with the configuration options outlined below.
- [Commands](https://snipcart.michaelaerni.ch/getting-started/commands.md): There are a couple of commands to help you with the setup of this addon.
- [Basics](https://snipcart.michaelaerni.ch/templating/basics.md)
- [Tags](https://snipcart.michaelaerni.ch/templating/tags.md): There are a couple of useful tags to output HTML elements and data.
- [Snipcart](https://snipcart.michaelaerni.ch/templating/tags/snipcart.md): Output Snipcart-specific HTML elements like a product button or the total number of items in the cart.
- [Currency](https://snipcart.michaelaerni.ch/templating/tags/currency.md): Output data of the currency defined in the config.
- [Length](https://snipcart.michaelaerni.ch/templating/tags/length.md): Output data of the length unit defined in the config.
- [Weight](https://snipcart.michaelaerni.ch/templating/tags/weight.md): Output data of the weight unit defined in the config.
- [Modifiers](https://snipcart.michaelaerni.ch/templating/modifiers.md): There are a couple of useful modifiers to help you format variables in your templates.
- [Blueprints](https://snipcart.michaelaerni.ch/customization/blueprints.md)
- [Translations](https://snipcart.michaelaerni.ch/customization/translations.md): You can customize the default translations or add your own.
- [Snipcart API](https://snipcart.michaelaerni.ch/advanced/snipcart-api.md): You can leverage the full power of the Snipcart API to further customize your shop integration.
- [Snipcart Webhooks](https://snipcart.michaelaerni.ch/advanced/snipcart-webhooks.md): You can leverage the full power of Snipcart Webhooks to further customize your shop integration.


---

# 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://snipcart.michaelaerni.ch/master.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.
