# Getting Started

## Key Terms

Get yourself familiarize with these terms before staring using the Slice 'n Save: Easy discounts.

<table><thead><tr><th width="246">Role</th><th>Capabilities</th></tr></thead><tbody><tr><td>Slice 'n Save</td><td>All Shopify merchants can now apply discounts including multiple conditions on cart and checkout without the use of Shopify scripts. No code solution!</td></tr><tr><td>Product</td><td>Create <mark style="color:yellow;"><strong>product level</strong></mark> discounts with multiple <mark style="color:purple;"><strong>conditions</strong></mark> based on the cart, customers and line items.</td></tr><tr><td>Order</td><td>Create <mark style="color:yellow;"><strong>order level</strong></mark> discounts with multiple <mark style="color:purple;"><strong>conditions</strong></mark> based on the cart, customers and line items.</td></tr><tr><td>Shipping</td><td>Create <mark style="color:yellow;"><strong>shipping rate</strong></mark> discounts with multiple <mark style="color:purple;"><strong>conditions</strong></mark> based on the cart, customers and line items.</td></tr><tr><td>BOGO - Buy One, Get One</td><td>Create <mark style="color:yellow;"><strong>bogo</strong></mark> discounts for one-time purchased items and make sure that items selected for BOGO are present in the cart.</td></tr><tr><td>Tiered</td><td>Create <mark style="color:yellow;"><strong>tiered</strong></mark> discounts with multiple <mark style="color:purple;"><strong>conditions</strong></mark> based on the cart, customers and line items. It includes the quantity or subtotal of the selected items in the cart.</td></tr><tr><td>Quantity breaks</td><td>Create <mark style="color:yellow;"><strong>breaks</strong></mark> based on quantity for <mark style="color:orange;"><strong>order level</strong></mark> discounts with multiple <mark style="color:purple;"><strong>conditions</strong></mark>. Each breakpoint contains minimum and maximum value for quantity.</td></tr></tbody></table>

## Conditions

<details>

<summary><mark style="color:orange;"><strong>Conditions:</strong></mark> <strong>Factors that affect the discounts</strong></summary>

1. <mark style="color:yellow;">**Cart:**</mark>
   1. Cart total
   2. Cart subtotal
   3. Total duty amount
   4. Total tax Amount
   5. Cart language
   6. Cart country
   7. Cart attribute (key)
2. <mark style="color:green;">**Line items:**</mark>
   1. Product title
   2. Product vendor
   3. Product tags
   4. Line item (key)
   5. Gift product
   6. Product shipping
   7. Product sku
   8. Product weight
   9. Product weight unit
3. <mark style="color:purple;">**Customer:**</mark>
   1. Customer lifetime spending
   2. Customer tags
   3. Customer type: <mark style="color:green;">**B2B**</mark> or <mark style="color:red;">**B2C**</mark>
   4. Customer status: <mark style="color:green;">**LoggedIn**</mark> / <mark style="color:red;">**LoggedOut**</mark>&#x20;
   5. Customer total orders

</details>

<details>

<summary><mark style="color:green;">Plans:</mark></summary>

1. **Basic** - ( includes basic conditions only )
   1. Product discounts
   2. Order discounts
   3. Shipping discounts
   4. Customer support
2. **Advanced** - ( includes basic & advanced conditions )
   1. Product discounts
   2. Order discounts
   3. Shipping discounts
   4. Customer support
3. **Plus**
   1. BOGO ( Buy One, Get One )
   2. Tiered discounts&#x20;
   3. Quantity breaks
   4. Customer support & custom feature requests

</details>


---

# 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://apps.sanomads.com/slice-n-save/overview/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.
