# Setup

Setting up a Gift Card Postman campaign is easy and involves the following steps. All steps can be completed from campaign configuration screen, so first navigate to *Campaigns* -> *New Campaign* -> *Gift Card Postman*.

1. **Add App Block to Product Page**
   * The app checks if the block is installed in your theme. If not, select your theme and click *Add*.<br>

     <figure><img src="/files/3WEKBa9acEaDtpZI7rZw" alt=""><figcaption></figcaption></figure>
   * You'll be redirected to the Product Page Customizer with the App Block added. Move it above the Buy Buttons.<br>

     <figure><img src="/files/eDFMnCSsk5Wmey8mKS6O" alt=""><figcaption></figcaption></figure>
   * Use Verify button to check if app block was successfully added
2. **Create App Gift Card Product**
   * Mimic your current Gift Card Product and add fields for scheduling and friend-sending.
   * Select your Store Gift Card Product and click *Create App Product*. Find your current Gift Card Product, select it and click *Add* button:<br>

     <figure><img src="/files/jPyCsSYSI1nNBbYVnrXG" alt=""><figcaption></figcaption></figure>
   * Initially, the product is in Draft. You will set set it to Active when campaign setup is ready.
3. **Configure Campaign Settings**
   * Adjust settings:
     * **Set Expiry Dates**: Specify expiration dates for purchased gift cards.
     * **Value Matching**: Align the gift card value with the amount paid, ideal for situations where a discount code is used.
     * **Assign to Customer**: Assign the gift card to the purchasing customer.
     * **Assign to Recipient**: Directly assign the gift card to the intended recipient.
     * **Fulfillment Options**: Determine when to update the fulfillment status of the purchased items.
     * **Order Tags**: Optionally add tags to gift card orders for easy tracking.
     * **Delivery Methods**: Choose how gift cards will be delivered to recipients. Learn more about delivery options [here](/misc/sending-customer-notifications.md).
   * When done, click Create button to create your new Gift Card Postman campaign
4. **Activate Campaign**
   * Activate the campaign and change the App Gift Card product status from Draft to Active.<br>

     <figure><img src="/files/WVuIGOR5M5KTUd1sgv9I" alt="" width="563"><figcaption></figcaption></figure>
   * Your product page will now show additional scheduling and sending fields.<br>

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


---

# 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://docs.giftcardfactory.app/campaigns/gift-card-postman/setup.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.
