# Welcome to Hology Docs

This site is designed to help new users get started with Hology as well as to be a resource for experienced users to learn about everything there is to know. New articles will be added over time.

## How to get support

If you have any questions about Hology or need help with something, please contact us at <hello@hology.app>. We would be happy to guide you via email or set up a call.

## How to start

1. Follow the [the-first-steps](https://docs.hology.app/getting-started/the-first-steps "mention") guide for the basics of setting up Hology and running your application or game.
2. Get a grasp for how to use the editor with the [editor-basics](https://docs.hology.app/getting-started/editor-basics "mention") guide.
3. Follow the gameplay tutorial [rolling-ball-gameplay-programming](https://docs.hology.app/tutorials/rolling-ball-gameplay-programming "mention")
4. Download the [starter-project-third-person-shooter](https://docs.hology.app/getting-started/starter-project-third-person-shooter "mention") to see an example of how to set up character movement.


---

# 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/readme.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.
