> For the complete documentation index, see [llms.txt](https://docs.descend.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.descend.gg/descend-online.md).

# Descend Online

- [Milestones](https://docs.descend.gg/descend-online/milestones.md): The main updates you should keep your eyes for!
- [V1: Pets](https://docs.descend.gg/descend-online/v1-pets.md): This updates releases pet catching in May 2024, our earliest form of P2E/P\&E
- [Golden Gauntlet](https://docs.descend.gg/descend-online/v1-pets/golden-gauntlet.md): Pet Catching License
- [Emissions](https://docs.descend.gg/descend-online/v1-pets/emissions.md): Total emissions dedicated towards catching pets.
- [Pet Rarity](https://docs.descend.gg/descend-online/v1-pets/pet-rarity.md): Higher rarity, higher rewards.
- [Souls](https://docs.descend.gg/descend-online/v1-pets/souls.md): Pets can be sacrificed for souls or traded via TEAR Marketplace - it's up to you
- [Burn Multiplier](https://docs.descend.gg/descend-online/v1-pets/souls/burn-multiplier.md): Explanation of how the burn multiple works relative to soul rewards
- [V2: Dungeons](https://docs.descend.gg/descend-online/v2-dungeons.md): Pets are required to crawl further in the game
- [Attributes](https://docs.descend.gg/descend-online/v2-dungeons/attributes.md)
- [$TEAR](https://docs.descend.gg/descend-online/usdtear.md): The $TEAR Token will fuel the Descend.GG Ecosystem
- [Tokenomics](https://docs.descend.gg/descend-online/usdtear/tokenomics.md): This page reflects the tokenomics for $TEAR
- [Milestone I - Pets](https://docs.descend.gg/descend-online/usdtear/milestone-i-pets.md): 1ˢᵗ Milestone Feature
- [Milestone II - Runes](https://docs.descend.gg/descend-online/usdtear/milestone-ii-runes.md): 2ⁿᵈ Milestone Feature
- [Mechanics](https://docs.descend.gg/descend-online/mechanics.md)
- [Dynamic Combat](https://docs.descend.gg/descend-online/mechanics/dynamic-combat.md): Core Feature
- [Eden](https://docs.descend.gg/descend-online/mechanics/eden.md): The Heart of Descend Online
- [AI and Machine Learning](https://docs.descend.gg/descend-online/mechanics/ai-and-machine-learning.md): Core Feature
- [Dungeons](https://docs.descend.gg/descend-online/mechanics/dungeons.md): Core Feature
- [Roadmap](https://docs.descend.gg/descend-online/roadmap.md): Timeline: ~3-6 months


---

# 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://docs.descend.gg/descend-online.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.
