# Create new Coupon Item

Remember that this item has to be added to the GameInstance in the Login Scene.

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

Id Coupon: Unique ID for each CouponItem.

Coupon Code: Code that the player must use to redeem Coupons.

Currency Reward Id: ID of the currency the player will receive.

Currency Amount : Amount of currencies the player will receive.


---

# 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://bizachi-dev.gitbook.io/bullethell-elemental-template/scriptables/create-new-coupon-item.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.
