# Getting Started

## Key Terms

Get yourself familiarize with these terms before staring using the Dynamic Checkout Customizer (DCC).

<table><thead><tr><th width="220">Role</th><th>Capabilities</th></tr></thead><tbody><tr><td>DCC</td><td>It's short form for our app named Dynamic Checkout Customizer for Shopify Plus merchants.</td></tr><tr><td>Customization</td><td>It refers to the checkout block with unique functionality for the customers on the checkout page. Each customization has multiple conditions, priority, status and settings for the merchants.</td></tr><tr><td>Category - C</td><td>It refers to the main category for the customization like Upsell, Notifications, Cart Item Details.</td></tr><tr><td>Upsell (C)</td><td>Suggesting extra or better products to buy at a store.</td></tr><tr><td>Notifications (C)</td><td>Messages or images that tell you something new or important happening online.</td></tr><tr><td>Cart Item Details (C)</td><td>Changing what you want to buy before paying at checkout.</td></tr><tr><td>Type:</td><td>It refers to specific options in each category like: Dynamic and Static types for Upsell category, Banner and Content for Notifications. Edit Quantity, Add Notes and Display Tags for Cart Item Details.</td></tr><tr><td>Dynamic Upsell (T)</td><td>It uses product metafields to Upsell products on the checkout page.</td></tr><tr><td>Static Upsell (T)</td><td>It uses manual product selection in order to Upsell products on the checkout page.</td></tr><tr><td>Banner (T)</td><td> It uses banner components to display textual information with status on the checkout.</td></tr><tr><td>Content (T)</td><td>It uses text and image to display information on the checkout.</td></tr><tr><td>Form Elements (T)</td><td>It uses form elements like checkbox and text field to enable the customers to share information on the checkout.</td></tr><tr><td>Edit Quantity (T)</td><td> It allows customers to update the quantity of each cart line item from checkout.</td></tr><tr><td>Add Notes (T)</td><td>It allows customers to add different notes for each cart line item on the checkout.</td></tr><tr><td>Display Tags (T)</td><td>It allows merchants to display custom tags on the checkout.</td></tr><tr><td>Placement:</td><td>It refers to the location or positioning of the customization block on the checkout page. The Placement-ID is required for each customization block to display them properly on the checkout.</td></tr><tr><td>Dynamic Blocks (P)</td><td>It refers to major or main positions on the checkout page like After Shipping, After Email, After Cart Item List, After Subtotal, After Discounts.</td></tr><tr><td>Static Blocks (P)</td><td>It refers to specific positions for specific functionalities on the checkout page like After Cart Item, After Shipping option and etc.</td></tr></tbody></table>

<details>

<summary>Conditions:</summary>

1. Cart Total
2. Cart Subtotal
3. Line Item Property (Key)
4. Product Title
5. Product vendor
6. Product Tags
7. Customer Lifetime Spending
8. Customer Tags
9. Customer Type

</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/dynamic-checkout-customizer/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.
