# Smart Notifications

## Smart Notifications

- [Documentation](https://smart-notifications.gitbook.io/docs/master.md): Smart Notifications is built for Shopify merchants who require granular control over when, why and how supplier, staff and customer order notifications are sent.
- [Pricing & Free Trial](https://smart-notifications.gitbook.io/docs/getting-started/pricing.md): Our plans range from $19 per month to $39 per month and all include a one-time 7 day free trial.
- [Use Cases](https://smart-notifications.gitbook.io/docs/getting-started/use-cases.md): The app's highly adaptable rules and outputs mean that merchants use it for everything from sending customers product-specific instructions to providing pick-up locations with a daily order CSV.
- [Notification Outputs](https://smart-notifications.gitbook.io/docs/getting-started/notification-types.md): Notification outputs allow you to define the method of notification delivery
- [Customer & Order Tags](https://smart-notifications.gitbook.io/docs/getting-started/customer-and-order-tags.md): Each notification output also provides the optionally add tags to the order that triggered the notification or the customer who placed the order
- [Triggers & Filters](https://smart-notifications.gitbook.io/docs/getting-started/triggers-and-filters.md): Order triggers and line item filters are at the heart of what makes Smart Order Notifications so powerful.
- [Mastering Rules](https://smart-notifications.gitbook.io/docs/getting-started/mastering-rules.md): How do Smart Order Notifications rules work and how do they interact?
- [Immediate & Batch Notifications](https://smart-notifications.gitbook.io/docs/getting-started/immediate-and-batch-notifications.md): Smart Order Notifications offers two options of when and how to send notifications.
- [Domain Mapping](https://smart-notifications.gitbook.io/docs/getting-started/domain-mapping.md): How to send email notifications from your own domain
- [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.
- [Contacting Support](https://smart-notifications.gitbook.io/docs/help-and-support/contacting-support.md): How do you get help with Smart Order Notifications?
- [Meet the Developer & Owner](https://smart-notifications.gitbook.io/docs/help-and-support/meet-the-developer-and-owner.md): Who's behind Smart Notifications?
- [Terms of Service](https://smart-notifications.gitbook.io/docs/terms-and-conditions/terms-of-service.md): The following sets out the terms you agree to when you install Smart Notifications on your Shopify store.
- [Privacy Policy](https://smart-notifications.gitbook.io/docs/terms-and-conditions/privacy-policy.md)
- [Data Handling & Retention Policy](https://smart-notifications.gitbook.io/docs/terms-and-conditions/data-retention.md): To send notifications on your behalf we access and store data from your Shopify store, including your customer's data.
- [Fair Use Email Limits](https://smart-notifications.gitbook.io/docs/terms-and-conditions/fair-use-email-limits.md): This is a plain English guide to Smart Notification's fair use email limits. These are soft limits we have on each of our plans to ensure that the service we offer is sustainable.


---

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