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

# features

- [Area Zero](https://wiki.cobbletwo.com/features/area-zero.md)
- [Dig Spots](https://wiki.cobbletwo.com/features/area-zero/dig-spots.md)
- [Pinkan Berries](https://wiki.cobbletwo.com/features/area-zero/pinkan-berries.md)
- [Tera Cave](https://wiki.cobbletwo.com/features/area-zero/tera-cave.md)
- [Breeding](https://wiki.cobbletwo.com/features/breeding.md)
- [Baby K.](https://wiki.cobbletwo.com/features/breeding/baby-k..md): Some Pokémon are bred. Some are trained. And some are simply waiting for a home.
- [Mystery Egg](https://wiki.cobbletwo.com/features/breeding/mystery-egg.md): New exclusive cobblemon daycare mechanic!
- [Catch Combo](https://wiki.cobbletwo.com/features/catch-combo.md)
- [Type-Gems Armor Trims](https://wiki.cobbletwo.com/features/type-gems-armor-trims.md): Lets infuse your armor with the essence of your favorite Pokémon types, using the power of Type Gems to create a look that’s as unique as your journey. Gear up, trainers!
- [Claiming](https://wiki.cobbletwo.com/features/claiming.md)
- [Economy](https://wiki.cobbletwo.com/features/economy.md): Welcome to the Server Currency System! Here’s a brief explanation for the currencies of Cobbletwo.
- [Chest Shops](https://wiki.cobbletwo.com/features/economy/chest-shops.md)
- [Furniture](https://wiki.cobbletwo.com/features/furniture.md)
- [More Blocks](https://wiki.cobbletwo.com/features/furniture/more-blocks.md)
- [Cooking and New Foods](https://wiki.cobbletwo.com/features/cooking-and-new-foods.md)
- [Gimmicks!](https://wiki.cobbletwo.com/features/gimmicks.md)
- [Terastallization](https://wiki.cobbletwo.com/features/gimmicks/terastallization.md)
- [Mega Evolution](https://wiki.cobbletwo.com/features/gimmicks/mega-evolution.md): Unlock True Power in Battle!
- [Z-Crystals](https://wiki.cobbletwo.com/features/gimmicks/z-crystals.md): Unleash Devastating Z-Moves in Battle!
- [Dynamax](https://wiki.cobbletwo.com/features/gimmicks/dynamax.md)
- [Crystallization](https://wiki.cobbletwo.com/features/gimmicks/crystallization.md)
- [Global Tasks](https://wiki.cobbletwo.com/features/global-tasks.md)
- [Leaderboards](https://wiki.cobbletwo.com/features/leaderboards.md)
- [Player Warps](https://wiki.cobbletwo.com/features/player-warps.md)
- [QOL](https://wiki.cobbletwo.com/features/qol.md)
- [Candy Stacking](https://wiki.cobbletwo.com/features/qol/candy-stacking.md)
- [Elevators](https://wiki.cobbletwo.com/features/qol/elevators.md)
- [Magikarp Jump](https://wiki.cobbletwo.com/features/qol/magikarp-jump.md)
- [Shoulder Effects](https://wiki.cobbletwo.com/features/shoulder-effects.md): Shoulder Effects are passive abilities granted by Pokémon when they are placed on your shoulders
- [PokéStops](https://wiki.cobbletwo.com/features/pokestops.md): PokéStops are located in spawn, where players can collect items to enhance their adventure!
- [Lure Modules](https://wiki.cobbletwo.com/features/pokestops/lure-modules.md)
- [Jobs](https://wiki.cobbletwo.com/features/jobs.md)
- [Sniffer Archaelogy](https://wiki.cobbletwo.com/features/sniffer-archaelogy.md): Added more items to their loot table, while not discounting from the vanilla functionality.


---

# 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://wiki.cobbletwo.com/features.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.
