# Lucky Draw

{% hint style="warning" %}
&#x20;Lucky draw is a new feature and actively being updated based on user feedback. Please tell us how we can improve luck draw.
{% endhint %}

Lucky draw is a feature to help the seller better engage with their customers. To enter a lucky draw a customer must:

1. Enter the required keyword
2. Use the required amount of points

Lucky draws create another way for your customers to spend their earned points.

## Create Lucky Draw

In 1send dashboard, navigate to **Lucky Draw**

Click **+ Lucky Draw**

### Details

Enter a **Name** for the lucky draw that will be used only for internal analytic purposes. Name defaults to current date.

Enter a **keyword** your customers must comment to enter the lucky draw.

Enter how many **points** each lucky draw entry requires.

You can choose to optionally set a **maximum number of entries per customer**. If you do not want to have a cap, then leave this field blank.

Choose **number of winners** for this lucky draw.

{% hint style="success" %}
A customer can only win 1 time even if they have multiple entries
{% endhint %}

### Prize

A lucky draw can have 3 types of prize rewards for the winner: Free Gift, Points, Coupon.

#### Free Gift&#x20;

Free gift prize is a gift item that can be added to your customer's checkout cart for their next order or pick up. After a customer has a won a free gift, the gift will appear in the P**ending Awards** tab to manually add.

#### Points

Points prize awards the winner with the value of the points. Point are automatically added to winners points total.

#### Coupon

Coupon prize gives the winner a coupon. Enter what type of coupon you want to give your customer like **$2 off** or **10% off.**

Once a customer has won then they can reach out to receive their coupon code.

{% hint style="warning" %}
Unlike `Redeem Award` coupons, the coupon prize type does NOT automatically send the coupon code. Instead it is given manually to the winner.
{% endhint %}

## Start Lucky Draw

After the lucky draw setup is finished, click **Start Lucky Draw** to open the lucky draw for customers to enter.&#x20;

On the left sign is the lucky draw details including prize, keyword, points to enter, and maximium number of entries. You can choose to show or hide this sign by clicking the **checklist** on the top right.

The **number of entries** update live as customers enter the lucky draw.

{% hint style="info" %}
You can come back to this screen by clicking **Display** at later time.
{% endhint %}

## Select Winners

Click **DRAW** to spin the wheel and select winners. If there no entries then you will not be able to draw.

After the winners have been selected, you can optionally to choose to **Notify Winners** which will send the winners a message on Facebook Messenger informing them that they have won.

The message differs based on the type of prize awarded.


---

# 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.1send.chat/lives/lucky-draw.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.
