# Project

- [How to get permission to use eye-tracking?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-get-permission-to-use-eye-tracking.md)
- [How to setup eye-tracking?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-setup-eye-tracking.md)
- [How to simulate eye-tracking in the Unity editor?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-simulate-eye-tracking-in-the-unity-editor.md)
- [How to enable eye calibration?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-enable-eye-calibration.md)
- [How to use eye-tracking to select an object?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-use-eye-tracking-to-select-an-object.md)
- [How to use eye-tracking for infinite scroll?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-use-eye-tracking-for-infinite-scroll.md)
- [How to visualize eye tracking data?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-visualize-eye-tracking-data.md)
- [How to setup head tracking?](https://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project/how-to-setup-head-tracking.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://www.xrdev.app/mixed-reality-docs/lessons/lesson-4/project.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.
