> 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/linking-roblox.md).

# Linking your Roblox account

Discord signs you in, but Roblox is what actually owns things on Updatr. Products, licenses, purchases, and studios are all tied to a Roblox account, and your product checks a Roblox player ID at runtime, which a Discord ID can't stand in for.

So before you can use the dashboard, you link one Roblox account to your Discord account. You only do this once.

## Two ways to link

You'll be offered both. Either works; they prove the same thing.

### Continue with Roblox (fastest)

Signs you in through Roblox's official login and links the account you're signed in as. Nothing to copy or paste.

### Verify with a bio code

Use this if you'd rather not sign in through Roblox.

1. Enter your Roblox username.
2. Updatr gives you a short code.
3. Paste that code into your Roblox profile description and save it.
4. Come back and select **I've added it, link**.

{% hint style="warning" %}
The bio-code method needs your Roblox **inventory set to public**, because that's how Updatr confirms which products you own. Set it under Roblox **Settings → Privacy → Who can see my inventory → Everyone**.

You can remove the code from your bio once linking succeeds.
{% endhint %}

## One Roblox account per Discord account

A Roblox account can only be linked to one Discord account at a time. If you try to link a Roblox account that's already attached to a different Discord account, Updatr refuses and tells you so.

This is deliberate: without it, anyone who could prove ownership of a Roblox account once could pull another person's studio and licenses onto their own login.

## Returning users

If you used Updatr before Discord login existed, your Roblox account is already known. Sign in with Discord, link the **same** Roblox account, and everything you had (studio, products, licenses, collaborations) comes straight back. Nothing was moved or reset.

## Changing your linked account

Contact support. Because licenses and studio ownership follow the Roblox account, re-linking is a manual change rather than a self-service toggle.


---

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