> For the complete documentation index, see [llms.txt](https://merithic.gitbook.io/merithic-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://merithic.gitbook.io/merithic-docs/selling/publishing.md).

# Publishing a product

## Create it

**Products → New product.** You'll need:

| Field             | Notes                                                           |
| ----------------- | --------------------------------------------------------------- |
| **Title**         | What buyers see.                                                |
| **Tagline**       | One line, shown on cards.                                       |
| **Description**   | The full pitch on the product page.                             |
| **Thumbnail**     | Shown everywhere your product appears.                          |
| **Price**         | In Robux, or free.                                              |
| **Delivery mode** | See [Delivery modes](/merithic-docs/selling/delivery-modes.md). |

## Upload a version

Upload your `.rbxm` or `.rbxmx` under the product's **Files** tab. Each upload becomes a new version with a label you choose.

Buyers on older versions pick up the new one automatically the next time their game asks. See [Getting updates](/merithic-docs/buying/updates.md).

{% hint style="info" %}
Keep version labels meaningful (`1.2.0`, not `final-v2-real`). They show up in buyer-facing update prompts.
{% endhint %}

## Discoverable or hidden

**Discoverable** products appear on your storefront. Hidden ones don't, but stay reachable by direct link and keep working for people who already own them.

Use hidden for early access, private commissions, or retiring something without breaking existing buyers.

## Before you publish

* Test the product in a real game with a real license.
* Confirm your runtime check uses [`/unlock`](/merithic-docs/api-reference/endpoints/unlock.md), not just `/check`.
* Consider [Obfuscator+](/merithic-docs/selling/obfuscator.md) if source protection matters.


---

# 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://merithic.gitbook.io/merithic-docs/selling/publishing.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.
