> For the complete documentation index, see [llms.txt](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/other-features.md).

# Other Features

## Tags

Show off your achievements with **Chat Tags!** Custom suffixes that appear next to your name in chat!

**How to Unlock Chat Tags**

* **Pokedex Completion**\
  Unlock special tags by completing **percentage milestones** in your Pokédex. The more Pokémon you catch, the more tags you earn!
* **Hunt Levels**\
  Reaching certain **Hunt Levels** also grants exclusive tags. Progress through hunts to collect them all!

**Using Chat Tags**

* Once unlocked, tags can be **enabled or changed via a GUI, the command** /tags will open this.
* They display as a **suffix** next to your username in chat, letting everyone see your accomplishments.

## Player Warps

Set up your own public location and invite others to visit with the **Player Warp** system!

**Setting a Player Warp**

* Players can purchase a Player Warp for **5,000 Pokédollars**.
  * To create a warp, simply run the command `/pwarp create <name>`
* After purchasing, use the command to **set your warp at any location** you choose, perfect for shops, bases, farms, or landmarks.

**Using Player Warps**

* Any player can type **/warps** to open a menu showing **all public player warps**.
* Teleporting to these warps is **completely** free so players can explore community builds, shops, and more with ease.

**Additional Info**

* Warps are public and visible to everyone.
* Warp names must **not be NSFW, offensive, discriminatory, or inappropriate** in any way.

## TMs

Cobble Galaxy features a dynamic and rewarding way to collect and use TMs (Technical Machines):

**TM Shop**

* The TM Shop is available for all players to access.
* **Every day**, the shop displays a **random selection of 21 different TMs**.
* These TMs **rotate daily**, so check back often to find the ones you need.
* You can purchase the available TMs using in-game currency.

**Super Crates**

* Opening a **Super Crate** gives you a chance to receive a **random TM** as part of the reward pool.
* This is a great way to build up your TM collection passively while enjoying crate rewards.


---

# 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://cobblegalaxy-wiki.gitbook.io/cobblegalaxy-wiki/other-features.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.
