# 1. How to create a Gift with purchase offer?

{% embed url="<https://youtu.be/R-DeHLuCFOw?si=6w880J6uH1yZMX5s>" %}

{% hint style="info" %}
A Gift with purchase is a sales campaign in which customers purchasing a certain order value will be offered gift.

Eg: Spend $100 get gift, Spend $200 get 2 gifts...
{% endhint %}

Here are the steps to create a Gift with purchase in BOGOS app.

**Step 1: Click at Create offer**

<figure><img src="/files/5GnYujd8y97igUoOKqD6" alt=""><figcaption></figcaption></figure>

**Step 2: Choose condition:** In Offer main condition > Add main condition > choose **Cart value condition** > Add this condition

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

**Step 3: Setup the cart value range.** FIll in the Min (and Max) cart value condition of your offer. Customer order value have to be in this range to get gifts.

For example: You can set the Min to be 100, so customers must spend $100 in your store to get gifts. You can also apply the offer to certain products, types, vendors or collections.

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

**Step 4: Select gifts.** Choose the gift of the offer. You can change the gift discount percentage and the number of gifts customers receive.

<figure><img src="/files/7wn7uCjf3ut29duCQwcE" alt=""><figcaption></figcaption></figure>

**Step 5:** Click **Publish** to immediately publish your offer on your online store.\
Click **Save draft** if you want to save the offer setup first, but not publish it yet.


---

# 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://bogos-guideline.gitbook.io/user-guide/faqs/1.-how-to-create-a-gift-with-purchase-offer.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.
