# Getting started

This section will help you set up and configure the app to let your customers choose their preferred delivery date at checkout.

### Step 1: Install the App

* Go to the [Shopify App Store](https://apps.shopify.com/partners/developer-9bead642a73db7a9) and install the [Spice Order Delivery Date app](https://apps.shopify.com/spice-order-delivery-date).
* Once installed, the app will be available in your Shopify Admin > Apps section.

### Step 2: Enable the Delivery Date Selector

* Open the app dashboard and navigate to **Settings** > **General Settings.**
* Select **App is Enable** option > click Save. (The app is now active)

<figure><img src="/files/CQfcOJNmdWKEa1BO5wRx" alt=""><figcaption></figcaption></figure>

### Step 3: App Integration

It can be done in two ways:

1. Automatic Installation
2. Manual Installation

**Automatic Installation (Preferred):**

* Open App Dashboard → click on Installation Instruction → Automatic Installation - click on the **Automatic Install** button to integrate the app.

<figure><img src="/files/F3Is5vrLAfoqA8WWhgQI" alt=""><figcaption></figcaption></figure>

**Manual Installation (Critical)** :

* Open App Dashboard → click on Installation Instruction → Manual Installation - copy the snippet and integrate it into your theme on the cart page.&#x20;

{% hint style="info" %}
For manual integration, we suggest contacting your theme developer or drop us an email at [help@spicegems.com](https://odd.spicegems.com/help)
{% endhint %}

<figure><img src="/files/PduVj08dGjT27B3Fj950" alt=""><figcaption></figcaption></figure>

The app is now integrated into the store.&#x20;

[Click here to learn more about the Delivery Date configurations](/order-delivery-date/delivery-date-settings.md)

If you encounter any issues integrating the app, drop us an email at [help@spicegems.com](https://odd.spicegems.com/help)


---

# 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://help.spicegems.com/order-delivery-date/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.
