# Product Deliverables Configuration

This page provides a detailed overview of the **deliverable options available in your Tebex Store**, helping you choose the right format for your products and ensuring a seamless delivery experience for your customers.

> ⚠️ **Note:** The **MySQL Commands** integration type is being deprecated.\
> We recommend switching to a supported alternative, such as **Webhooks**. Learn more here →

***

### File Downloads

Deliver digital content (e.g., configs, assets, plugins) directly through Tebex.

#### How to Set Up

1. While creating your package, choose the **File Download** deliverable type.
2. Upload your file (up to 300MB) directly to Tebex.
3. That’s it! Your customer will automatically receive an email with a secure download link after checkout.

#### Order Management

* You can view **download timestamps** in the payment view.
* You’ll also see the option to **resend the download link** to a customer.

#### Points to Note

* Works with **manual payments** as well — just enter the email and username when creating the payment, and the file will be delivered instantly.
* Ask customers to **check their spam/junk folders** and search for "Tebex" if they don't receive the download email.
* This deliverable is supported on **all modern store types**, but **not legacy stores**.\
  If you're using a legacy setup, you’ll need to upgrade to **Tebex Checkout** to enable file delivery.

***

### License Keys

Tebex supports automated delivery of license keys — ideal for software, game activations, and premium access systems.

#### How to Set Up

1. Select **License Key** as the deliverable during package creation.
2. Upload your license keys via CSV, using our template for formatting.
3. Only the **first column** should contain keys. After upload, keys will be displayed in your dashboard.
4. When a customer purchases the product:
   * A key is automatically sent via email.
   * The key is removed from your pool of available licenses.

#### Points to Note

* Each CSV can hold **up to 500 keys**.
* You can **re-upload CSVs anytime** to replenish inventory.
* Keys can be viewed per customer by inspecting the individual payment.
* Works with **all store types**, including **Discord-only stores** without game server integration.
* Ask customers to check their **spam/junk folders** and search "Tebex" if they don’t receive their key.

> This system is ideal for developers, communities, and digital product vendors.

***

### FiveM Assets

If you’re a content creator for **FiveM**, Tebex provides powerful asset protection and delivery tools through integration with **CFX.re**.

#### How to Get Started

1. Link your **CFX.re account** (this is required).
2. Follow the full CFX.re Asset Manager guide here.
3. Upload and manage your assets via the integrated CFX workflow.

#### Points to Note

* Only available on **FiveM-enabled Tebex stores**.
* Packages can contain **multiple deliverables**, e.g.:
  * FiveM Assets
  * Discord Actions
  * Webhooks
  * License Keys
* Supports both:
  * **Subscription products** (auto-access revocation on cancel)
  * **One-time purchases** (permanent access, no expiry)

> These tools were created in collaboration with CFX to **combat asset theft, leaks, and unauthorized resale**.

***

### Additional Deliverables & Options

Tebex supports a wide range of integration types. You can combine or choose from the following based on your needs:

| Deliverable Type   | Description                                                            |
| ------------------ | ---------------------------------------------------------------------- |
| **Webhooks**       | Real-time payment notifications to your own backend                    |
| **RCON Adapter**   | Direct command execution via RCON (modern replacement for legacy RCON) |
| **Game Plugins**   | For supported titles like Minecraft, Rust, ARK, etc.                   |
| **File Downloads** | Digital file delivery hosted by Tebex                                  |
| **License Keys**   | Automated key delivery via email                                       |
| **FiveM Assets**   | Secure asset distribution using the CFX.re platform                    |


---

# 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/creators/tebex-control-panel/game-servers/product-deliverables-configuration.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.
