# Templates

- [Introduction](https://smart-notifications.gitbook.io/docs/templates/introduction-1.md)
- [Email templates](https://smart-notifications.gitbook.io/docs/templates/email-templates.md)
- [Shopify Default Customer Order Notification](https://smart-notifications.gitbook.io/docs/templates/email-templates/shopify-default-order-confirmation.md): A duplicate of Shopify's standard customer notification.
- [Shopify Default Merchant Order Notification](https://smart-notifications.gitbook.io/docs/templates/email-templates/shopify-default-merchant-order-notification.md): A duplicate of Shopify's standard merchant / staff notification template
- [Batch Orders (multiple orders per email)](https://smart-notifications.gitbook.io/docs/templates/email-templates/batch-orders-multiple-orders-per-email.md): Starter template for batch orders. Display multiple orders in one email.
- [Attachment templates](https://smart-notifications.gitbook.io/docs/templates/attachment-templates.md)
- [Line Item Quantity Totals](https://smart-notifications.gitbook.io/docs/templates/attachment-templates/line-item-quantity-totals.md): This template counts the total quantity for each line item included in a batch of orders
- [Line Item Quantity Totals + Bundles](https://smart-notifications.gitbook.io/docs/templates/attachment-templates/line-item-quantity-totals-bundles.md): This template outputs the total quantity for each variant included in a batch of orders. In doing so it also includes bundle items created by Gazebo's Bundles app.


---

# 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://smart-notifications.gitbook.io/docs/templates.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.
