# Getting Started

<figure><img src="https://924803319-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaRz9HUAxrYuZsSDWhYnu%2Fuploads%2F44g92SpAO4RLvEY6neu7%2Fimage.png?alt=media&#x26;token=12296a5c-3d39-4b3a-8054-b70f2f5affa6" alt=""><figcaption></figcaption></figure>

**GitHub repository:** <https://github.com/tebexio/Tebex-Unity>

Tebex for Unity includes several drop-in features that make monetizing your game fast and easy.

* **Store Browser** is a customizable, canvas-based UI helper that renders your store in-game using Unity's responsive Layout system.
* **In-Game Cart** allows you to build, manage, and and render a branded cart of products for each user
  * Generate checkout QR codes as Unity `Texture2D`&#x20;
* **Deliverables** apply actions that run when a purchase is completed. Unlock items, scenes, etc. with *no backend required*.

### Tebex SDK for Unity

We also provide complete a complete SDK of C# mappings for:

* **Headless API** (package info retrieval, basket creation)
* **Plugin API** (apply deliverables on a server with commands)

As well as associated helper functions that make integration simpler.

No additional dependencies are required. You are free to use whichever portions of the SDK that are relevant for your game.


---

# 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.tebex.io/developers/unity-engine/getting-started.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.
