# Libi Engine

- [Getting Started](https://docs.libiengine.com/litepaper/getting-started.md)
- [Vision & Why Libi Engine](https://docs.libiengine.com/litepaper/introduction.md)
- [Why We Had to Build Libi: The Limitations of Current 3D Tools](https://docs.libiengine.com/litepaper/problems.md): Problems with current gaming infrastructure
- [Libi Engine](https://docs.libiengine.com/litepaper/libi-engine.md): A complete web-first game engine for immersive 3D experiences
- [Page 4](https://docs.libiengine.com/litepaper/libi-engine/page-4.md)
- [Page 3](https://docs.libiengine.com/litepaper/libi-engine/page-3.md)
- [Page 2](https://docs.libiengine.com/litepaper/libi-engine/page-2.md)
- [Studio & SDK](https://docs.libiengine.com/litepaper/studio-and-sdk.md)
- [Marketplace](https://docs.libiengine.com/litepaper/marketplace.md)
- [Team](https://docs.libiengine.com/litepaper/team.md): ~ The fabulous Libi Engine gang ~
- [FAQ](https://docs.libiengine.com/litepaper/faq.md)


---

# Agent Instructions: 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:

```
GET https://docs.libiengine.com/litepaper.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.
