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

# Lifesteal

- [Introduction](https://wiki.torrentsmp.com/lifesteal/introduction.md): The introductory guide to the Lifesteal gamemode.
- [PvP](https://wiki.torrentsmp.com/lifesteal/pvp.md): An explanation of the PvP mechanics on Torrent Lifesteal.
- [Teams](https://wiki.torrentsmp.com/lifesteal/teams.md): On Lifesteal, you can create or join a team, communicate in team chat, and will be protected from team-killing.
- [Economy](https://wiki.torrentsmp.com/lifesteal/economy.md): There are several ways to make money, as well as multiple forms of currency. Explore them to become the most OP. Special thanks to Kishku7 for helping with this page!
- [Fishing](https://wiki.torrentsmp.com/lifesteal/fishing.md): An explanation of our custom fishing system.
- [Quests](https://wiki.torrentsmp.com/lifesteal/quests.md): A description of the questline on Lifesteal
- [Cowboys Vs. Aliens](https://wiki.torrentsmp.com/lifesteal/quests/cowboys-vs.-aliens.md): A short quest in which you help Tenpenny repair the alien engine and retrieve their chief engineer from the gem mine.
- [Ancient Builders](https://wiki.torrentsmp.com/lifesteal/quests/ancient-builders.md): Meet Dr. Mari Curian, an archaeologist studying ancient civilizations and artifacts in the library at spawn.
- [The Trial](https://wiki.torrentsmp.com/lifesteal/quests/the-trial.md): Discover the secrets of the aliens and the ancient builders.
- [Crates](https://wiki.torrentsmp.com/lifesteal/crates.md): You can buy crate keys in our webstore, as well as earn them through playing on our Lifesteal server. Left click on the crate to view its rewards.
- [Enchanting](https://wiki.torrentsmp.com/lifesteal/enchanting.md): An explanation of the expanded enchantment system on Torrent Lifesteal.
- [Honor System](https://wiki.torrentsmp.com/lifesteal/honor-system.md): The custom coded honor system on Torrent Lifesteal.
- [Quests](https://wiki.torrentsmp.com/lifesteal/quests-1.md): A description of the Lifesteal specific Quests, detailing the journey of the return of the Artorian aliens.


---

# 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.torrentsmp.com/lifesteal.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.
