# Getting Started

- [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


---

# 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/getting-started.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.
