# Discord Roles

## How to get a customer role?

{% hint style="danger" %}
Only the person purchasing the resource should assume the role of customer in discord. Developer / Co-Owner / Other Staff **MUST NOT** take on the customer role.
{% endhint %}

1. When you join [GKSHOP](https://discord.gg/XUck63E) Discord, you can claim automatically get your customer roles for resources. This allows you to open support tickets and get support. Use the bot commands below on the [#customer-verify](https://discord.com/channels/577869674801397760/944679337112772618) discord channel.
2. You can find your tebex transaction id in the emails from Tebex. You may need to check your emails spam inbox or [here.](https://checkout.tebex.io/payment-history/login)

{% hint style="danger" %}
You can't get technical support unless you have a Tebex number. Having the product in your keymaster doesn't change this result.
{% endhint %}

## How to Claim Your Role

* Join our [Discord server](https://discord.gg/XUck63E).
* Go to the `#commands` [channel](https://discord.com/channels/577869674801397760/944679337112772618/1430560080373350404).
* Click the **🎫 Claim** button under the message.
* In the window that opens, you must enter your product [Tebex transaction (Tebex ID)](https://checkout.tebex.io/payment-history/login).
* After a few seconds, the bot will confirm:

  > ✅ Your role has been successfully assigned!

## How do I authorize team members?

{% hint style="info" %}
Select the *devadd user* option after using the /devadd command in the Discord channel. Then write your developer name and tag him there.
{% endhint %}

<figure><img src="/files/RAxk7oRU2nqZBsCgxtTX" alt=""><figcaption></figcaption></figure>

## How do I remove my team member role?

{% hint style="info" %}
Select the *devremove user-id* option after using the /devremove command in the Discord channel. Then write your developer discord id and use command.
{% endhint %}

<figure><img src="/files/nycTxb3dUyOnHVPMReDE" alt=""><figcaption></figcaption></figure>


---

# 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.gkshop.org/information/discord-roles.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.
