> For the complete documentation index, see [llms.txt](https://overthecloud.gitbook.io/underpunks/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overthecloud.gitbook.io/underpunks/starters-hub/almost-everything-about-tags.md).

# (Almost) everything about tags

Ever wondered about those fancy tags you see floating around in Discord? Well, grab your coffee (or tea, we don't judge!) and let's dive into this quick guide that'll make you a tags expert in no time!

## What are Discord tags, anyway?

Think of Discord tags as magical labels that tell everyone a bit about who you are and what you've been up to. They're like those cool badges you'd get in scouts, but for your digital adventures! They help organize the chaos and make it easier for everyone to know what's what.

## In-game tags

Our game uses a color-coded tag system because, let's face it, who doesn't love a good color scheme? These tags aren't just pretty - they're super useful! Here's what they can tell us about a player...

### The essentialinfo these tags carry

Your tags are like your digital ID card, showing everything from where you're hanging out in the game to what cool stuff you've collected. They can reveal:

* Your current position in the game world (because getting lost is so last season!)
* The awesome assets you're carrying (show off that rare loot!)
* Your amazing discoveries throughout your adventures
* Your health status (are you fighting fit or need a fak?)
* Your profile type - whether you're a verified player, a awesome supporter or something equally cool!

### A little secret...

Between you and me, this guide isn't covering EVERYTHING about tags. The system is pretty dynamic and some tags might have retired to a cozy database verification system instead of hanging out in Discord. Also, there might be some secret tags we haven't mentioned (ooh, mysterious! 🕵️‍♂️).

### The Future of Tags

As our game evolves, so does the tag system! Some tags might be replaced by automatic checks in the database or wallet verifications because, hey, technology moves fast! But don't worry - the core purpose remains the same: *making your gaming experience more organized and fun!*

## Known tags

{% tabs %}
{% tab title="Map" %}

| Role             | Color     | Utility                             |
| ---------------- | --------- | ----------------------------------- |
| space            | black     | Space location                      |
| down-shire       | dimgray   | Town Map                            |
| brown-road       | dimgray   | Town Map                            |
| cliffy-cliffs    | dimgray   | Town Map                            |
| hideous-path     | dimgray   | Town Map - Entry of Hideous Dungeon |
| heist            | dimgray   | Town Map - Gameplay for thieves     |
| lopsided-lane    | dimgray   | Town Map                            |
| magic-academy    | dimgray   | Town Map                            |
| magic-school     | dimgray   | Town Map                            |
| rankle-river     | dimgray   | Town Map - Zoned map                |
| gorecrest-cradle | dimgray   | Hideous dungeon Map                 |
| south-shire      | dimgray   | Town Map                            |
| basement         | dimgray   | Town Map                            |
| training-yard    | dimgray   | Town Map                            |
| west-shire       | dimgray   | Town Map                            |
| hall-of-scorn    | dimgray   | Hideous dungeon Map                 |
| oort-00          | dimgray   | Space vessel                        |
| imperious-falls  | dimgray   | Hideous dungeon Map                 |
| east-shire       | dimgray   | Town Map                            |
| parked           | dimgray   | Inactive players                    |
| oil-fields       | dimgray   | Town Map                            |
| town-hall        | dimgray   | Town Map                            |
| ⛏queens-quarry⛏  | dimgray   | Town Map                            |
| labyrinth        | dimgray   | Shhhhhhh :shushing\_face:           |
| stations         | dimgray   | Space station Map                   |
| up-shire         | dimgray   | Town Map - Zoned map                |
| shifting-sands   | dimgray   | Town Map                            |
| tavern           | dimgray   | Town Map                            |
| flat-flats       | dimgray   | Town Map                            |
| temple           | dimgray   | Town Map                            |
| 🍄shroom-caves🍄 | dimgray   | Town Map                            |
| north-shire      | dimgray   | Town Map                            |
| vault-of-webs    | dimgray   | Hideous dungeon Map                 |
| Servants         | dimgray   |                                     |
| royal-road       | dimgray   | Town Map                            |
| lovers-vault     | dimgray   | Hideous dungeon Map                 |
| royal-prison     | dimgray   | Town Map                            |
| death-watch      | dimgray   | Hideous dungeon Map                 |
| event-arena      | slategray | Town Map                            |
| {% endtab %}     |           |                                     |

{% tab title="User status" %}

{% endtab %}

{% tab title="Guilds" %}

| Role             | Color        | Utility                                      |
| ---------------- | ------------ | -------------------------------------------- |
| Guild of Thieves | gold         | Specify in which guild the player registered |
| Guild of Guards  | hotpink      | Specify in which guild the player registered |
| Guild of Monks   | mediumorchid | Specify in which guild the player registered |
| Guild of Spies   | turquoise    | Specify in which guild the player registered |

{% endtab %}

{% tab title="Shires" %}

## Squire Roles & Their Properties

| Role          | Color     | Utility                |
| ------------- | --------- | ---------------------- |
| UpSquire      | palegreen | Squires of Up shire    |
| SouthSquire   | palegreen | Squires of South shire |
| WestSquire    | palegreen | Squires of West shire  |
| WestLeader    | palegreen | Leaders of west shire  |
| NorthSquire   | palegreen | Squires of North shire |
| EastSquire    | palegreen | Squires of east shire  |
| DownSquire    | palegreen | Squires of down shire  |
| {% endtab %}  |           |                        |
| {% endtabs %} |           |                        |


---

# 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:

```
GET https://overthecloud.gitbook.io/underpunks/starters-hub/almost-everything-about-tags.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.
