# Introduction to Hology

Hology is a game engine that allows users to create 3D games and experiences using web technologies such as Typescript, HTML and CSS. What you can create can be used in a website, mobile application or installed as a desktop application. It provides tooling that makes it easier to develop 3D experiences such as a 3D editor to create your scenes (game levels) and a game play framework.


---

# 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.hology.app/getting-started/introduction-to-hology.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.
