# Dash Core Endless Runner

## Docs

- [01\_QuickStart\_Guide](https://apex-studio.gitbook.io/dash-core-endless-runner/01_quickstart_guide.md): Dash Core Documentation Showcase
- [Introduction](https://apex-studio.gitbook.io/dash-core-endless-runner/01_quickstart_guide/introduction.md)
- [Minute Scene Setup](https://apex-studio.gitbook.io/dash-core-endless-runner/01_quickstart_guide/minute-scene-setup.md)
- [Running the Demo Scene](https://apex-studio.gitbook.io/dash-core-endless-runner/01_quickstart_guide/running-the-demo-scene.md)
- [Troubleshooting Common Onboarding Issues](https://apex-studio.gitbook.io/dash-core-endless-runner/01_quickstart_guide/troubleshooting-common-onboarding-issues.md)
- [COPYRIGHT & LEGAL NOTICE](https://apex-studio.gitbook.io/dash-core-endless-runner/01_quickstart_guide/copyright-and-legal-notice.md): © 2026 \[Apex Studio]. All Rights Reserved.
- [02\_Editor\_Workflow](https://apex-studio.gitbook.io/dash-core-endless-runner/02_editor_workflow.md): Dash Core Documentation Showcase
- [Deep Dive into](https://apex-studio.gitbook.io/dash-core-endless-runner/02_editor_workflow/deep-dive-into.md)
- [Setting Up Custom Characters](https://apex-studio.gitbook.io/dash-core-endless-runner/02_editor_workflow/setting-up-custom-characters.md)
- [Creating Custom Collectibles & Items](https://apex-studio.gitbook.io/dash-core-endless-runner/02_editor_workflow/creating-custom-collectibles-and-items.md)
- [Biome & Environment Segment Generation](https://apex-studio.gitbook.io/dash-core-endless-runner/02_editor_workflow/biome-and-environment-segment-generation.md)
- [03\_Core\_Runtime](https://apex-studio.gitbook.io/dash-core-endless-runner/03_core_runtime.md): Dash Core Documentation Showcase
- [Endless Treadmill Mechanics](https://apex-studio.gitbook.io/dash-core-endless-runner/03_core_runtime/endless-treadmill-mechanics.md)
- [Advanced Object Pooling Subsystem](https://apex-studio.gitbook.io/dash-core-endless-runner/03_core_runtime/advanced-object-pooling-subsystem.md)
- [Curved World Vertex Deformation](https://apex-studio.gitbook.io/dash-core-endless-runner/03_core_runtime/curved-world-vertex-deformation.md)
- [Cinematic Camera Tracking & Impact Sensors](https://apex-studio.gitbook.io/dash-core-endless-runner/03_core_runtime/cinematic-camera-tracking-and-impact-sensors.md)
- [04\_Advanced\_Player](https://apex-studio.gitbook.io/dash-core-endless-runner/04_advanced_player.md): Dash Core Documentation Showcase
- [Kinematic Trajectory Motor](https://apex-studio.gitbook.io/dash-core-endless-runner/04_advanced_player/kinematic-trajectory-motor.md)
- [Stringless Motion Synthesis](https://apex-studio.gitbook.io/dash-core-endless-runner/04_advanced_player/stringless-motion-synthesis.md)
- [Gadget Ecosystem & Smart Spawning](https://apex-studio.gitbook.io/dash-core-endless-runner/04_advanced_player/gadget-ecosystem-and-smart-spawning.md)
- [Impact Resolution & Stumble Grace Periods](https://apex-studio.gitbook.io/dash-core-endless-runner/04_advanced_player/impact-resolution-and-stumble-grace-periods.md)
- [05\_API\_Reference](https://apex-studio.gitbook.io/dash-core-endless-runner/05_api_reference.md): Dash Core Documentation Showcase
- [Event-Driven Architecture Map](https://apex-studio.gitbook.io/dash-core-endless-runner/05_api_reference/event-driven-architecture-map.md)
- [Secure Data Encryption Subsystem](https://apex-studio.gitbook.io/dash-core-endless-runner/05_api_reference/secure-data-encryption-subsystem.md)
- [Customizing the Curved World Shader](https://apex-studio.gitbook.io/dash-core-endless-runner/05_api_reference/customizing-the-curved-world-shader.md)
- [Extending the API (Backend & Monetization)](https://apex-studio.gitbook.io/dash-core-endless-runner/05_api_reference/extending-the-api-backend-and-monetization.md)
- [Support & Contact](https://apex-studio.gitbook.io/dash-core-endless-runner/05_api_reference/support-and-contact.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://apex-studio.gitbook.io/dash-core-endless-runner/01_quickstart_guide.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.
