# Coins SHOP

* Go to <mark style="color:green;">**Bubble Shooter**</mark>--> <mark style="color:green;">**Settings**</mark>--> <mark style="color:green;">**Coins Shop settings**</mark><br>

  <figure><img src="/files/Hix1ucqVWHmOMIMnfGat" alt=""><figcaption></figcaption></figure>
* Setup **product ID**, **coins** amount to buy and **discount** percent. Price in $ and other local currencies will be loaded from store in runtime.

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

* In the Project window follow the Resources/Popups/CoinsShop and double click to open the Coins shop prefab\ <br>

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

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

#### Add new element to Coins Shop:

* Add new product in the Coins Shop settings\
  \
  In the Coins Shop prefab:&#x20;

* Clone a pack element<br>

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

* Assign the pack element to the root Coins Shop object<br>

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

```
The product id in the settings relate pack number in the Coins Shop script
```


---

# 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.candy-smith.com/main/bubble-shooter-toolkit/tutorials/coins-shop.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.
