> 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/getting-started/updatr-plus.md).

# Updatr+

Updatr is free to use. Updatr+ is an optional one-time upgrade that unlocks a few extras and supports the platform.

## What you get

|                                                                     | Free | Updatr+ |
| ------------------------------------------------------------------- | ---- | ------- |
| Buy licensed products                                               | Yes  | Yes     |
| Library of your purchases                                           | Yes  | Yes     |
| Automatic updates on everything you own                             | Yes  | Yes     |
| Sell your own products                                              | Yes  | Yes     |
| [Obfuscator+](/merithic-docs/selling/obfuscator.md) code protection | No   | Yes     |
| Updatr+ badge on your profile                                       | No   | Yes     |
| Priority support                                                    | No   | Yes     |
| Early access to new features                                        | No   | Yes     |

## Buying it

Updatr+ is a one-time Robux purchase on Roblox, not a subscription.

1. Go to **Pricing**.
2. Select **Buy Updatr+ on Roblox** and complete the purchase there.
3. Come back and press **I bought it, verify**.

Verification checks your Roblox inventory and links the purchase to your account.

{% hint style="info" %}
If verification doesn't find it straight away, wait a moment and try again, Roblox can take a little while to reflect a new purchase.
{% endhint %}

## Studios and collaborators

Updatr+ is tied to a person, but Obfuscator+ is keyed to the **studio owner**. When the owner has Updatr+, collaborators can be granted the `use_obfuscator` permission and use it within that studio. Without it, the permission isn't offered at all.


---

# 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/getting-started/updatr-plus.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.
