> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zynrax.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Guild Tag

> Automatically grant roles to members who rep your server's tag in their profile.

The Guild Tag module lets you automatically reward members who represent your server by using your `Server's clan tag` in their Discord profile. When a member's clan badge matches your server's tag, they are instantly granted a special role and a congratulatory message is sent in a designated channel.

## Setup Tag Reward

Configure the role to award and the channel for congratulatory messages.

<CodeGroup>
  ```bash Command theme={null}
  ,guildtag setup <@role> <#channel>
  ```

  ```bash Example theme={null}
  ,guildtag setup @Zynrax Lifer #tag-logs
  ```
</CodeGroup>

## View Configuration

Check the current tag and role being used.

<CodeGroup>
  ```bash Command theme={null}
  ,guildtag show
  ```
</CodeGroup>

## Reset Settings

Clear the guild tag configuration for your server.

<CodeGroup>
  ```bash Command theme={null}
  ,guildtag reset
  ```
</CodeGroup>
