# Getting Started

Welcome to your journey of launching your first project with Tebex! This guide will walk you through the essential steps to create, set up, and launch your store, ensuring a seamless experience for your customers. From building your first project in the creator panel to implementing automatic product delivery, we'll cover everything you need to know to get started.

{% stepper %}
{% step %}

### Create a project

Head over to the [creator panel](https://creator.tebex.io) and kick things off by creating your first project.
{% endstep %}

{% step %}

### Setup your store or integrate our APIs

Check out the docs for the [integration method](/developers/integration-methods.md) you’re going with. If needed, build the APIs into your website or game.&#x20;
{% endstep %}

{% step %}

### Create your packages

If your integration method requires it, [create the packages](https://creator.tebex.io/packages) your customers can buy.
{% endstep %}

{% step %}

### Implement product delivery

Make sure your customers get their packages right away after they’ve made a purchase. For game studios, [webhooks](/developers/webhooks/overview.md) or license keys (like Steam keys) are the way to go. If you’re monetizing a game server, don’t forget to check out our [official plugins](/developers/game-server-api/overview.md) for that.
{% endstep %}

{% step %}

### Make a test payment

Before going live, give everything a test run by going through the checkout process using the test payment method. Don’t worry, no real money needed here!
{% endstep %}

{% step %}

### Submit for review

Ready to roll? Submit your project for review by our Content & Safety team. We’ll give it a quick check, and if everything looks good, you’ll be ready to launch within a day.
{% endstep %}

{% step %}

### Go live

Once you’re approved, you’re all set to go live and start making money from your game! Plus, with us as your Merchant of Record, you’ll get access to worldwide payment methods, tax handling, and fraud protection. Nice! :sunglasses::tada:
{% endstep %}
{% endstepper %}


---

# 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/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.
