> For the complete documentation index, see [llms.txt](https://docs.picklemods.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.picklemods.com/paid-resources/in-game-store/tebex-and-coin-products.md).

# Tebex & Coin Products

You can use products in Pickle's In-Game Shop from both Tebex and Coins.\
Here's how to each type!

## Tebex Products

1. Go to <https://creator.tebex.io/packages>, and add (or modify) a package.
2. Go down to where it says Game Server Commands, and add a command.<br>

   <figure><img src="/files/GEVOJzOblJHlIFrqaa93" alt=""><figcaption></figcaption></figure>
3. Write the PTS Command you want to use, along with it's format. In this example we will give coins. So we'll use `pts_givecoins {transaction} {id} 100` to give 100 coins.&#x20;
4. Click the gear icon to the right of the command, and set "Require Player To Be Online" to "Execute command even when player is offline" <br>

   <figure><img src="/files/Oa1GJwHDF8dLxgAb5yPd" alt=""><figcaption></figcaption></figure>
5. Save the package, and restart the script in-game to see the package in the store!
6. (Optional) If adding a coin package that's meant just for buying coins, be sure to add it's package ID to `Config.CoinCurrency.packages`.\
   You can get the package's ID by editing it on Tebex, the number is at the end of the URL.

## Coin Products

1. Open the store using /store and click "Add Product"<br>

   <figure><img src="/files/xC8t9ptOcsF9XaZoZnRI" alt=""><figcaption></figcaption></figure>
2. Fill out the product's details, then click "Add Command"<br>

   <figure><img src="/files/YihZTiPCIkkDpBLu3Xtp" alt=""><figcaption></figcaption></figure>
3. Write the PTS Command you want to use, along with it's format. In this example we will give items. So we'll use `pts_giveitem bread 10` to give 10 bread.

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

4. Save the product, and you are now done! You can always add, remove, and edit these products at any time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.picklemods.com/paid-resources/in-game-store/tebex-and-coin-products.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
