# Docs Gear Runner

## Gear Runner - Player Docs 2026

- [Overview](https://docs.gearrunner.app/overview.md)
- [📝Vision & Mission](https://docs.gearrunner.app/vision-and-mission.md)
- [⚡What Makes Gear Runner Different](https://docs.gearrunner.app/what-makes-gear-runner-different.md)
- [🧠 AI Health Coach](https://docs.gearrunner.app/ai-health-coach.md)
- [Core Capabilities](https://docs.gearrunner.app/ai-health-coach/core-capabilities.md)
- [Integration with Gameplay](https://docs.gearrunner.app/ai-health-coach/integration-with-gameplay.md)
- [Data Sources & Privacy](https://docs.gearrunner.app/ai-health-coach/data-sources-and-privacy.md)
- [Monetization Without Exploitation](https://docs.gearrunner.app/ai-health-coach/monetization-without-exploitation.md)
- [💰Core Game Loop](https://docs.gearrunner.app/core-game-loop.md)
- [🎮Gameplay & Features](https://docs.gearrunner.app/gameplay-and-features.md)
- [⚙️Game Modules](https://docs.gearrunner.app/game-modules.md)
- [🔋 Energy System](https://docs.gearrunner.app/game-modules/energy-system.md)
- [🎽Gear System](https://docs.gearrunner.app/game-modules/gear-system.md)
- [🏃‍♂️Run Sessions](https://docs.gearrunner.app/game-modules/run-sessions.md)
- [🛠️ Durability & Maintenance](https://docs.gearrunner.app/game-modules/durability-and-maintenance.md)
- [🧩Tech Fragments & Crafting](https://docs.gearrunner.app/game-modules/tech-fragments-and-crafting.md)
- [🎒 Boxes & Item Discovery](https://docs.gearrunner.app/game-modules/boxes-and-item-discovery.md)
- [🤝 Alliances & Social Play](https://docs.gearrunner.app/game-modules/alliances-and-social-play.md)
- [🏆 Events, Seasons & Competition](https://docs.gearrunner.app/game-modules/events-seasons-and-competition.md)
- [🎁 Referral Program](https://docs.gearrunner.app/game-modules/referral-program.md)
- [🛒 Marketplace & Player Economy](https://docs.gearrunner.app/marketplace-and-player-economy.md)
- [🔒 Anti-Cheat & Fair Play](https://docs.gearrunner.app/anti-cheat-and-fair-play.md)
- [💠 Economy Overview](https://docs.gearrunner.app/economy-overview.md)
- [💼Business Model](https://docs.gearrunner.app/business-model.md)
- [⏳Roadmap](https://docs.gearrunner.app/roadmap.md)
- [FAQ](https://docs.gearrunner.app/faq.md)
- [⚖️Legal Disclaimer](https://docs.gearrunner.app/legal-disclaimer.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.gearrunner.app/overview.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.
