# Project

Check your knowledge by answering below question before you move into the project. Feel free to skip sections you feel comfortable. *Make sure you read through the first download section to **make sure you have all the modules necessary.***

* [What do I need to download for Unity Development?](/mixed-reality-docs/lessons/lesson1/project/what-do-i-need-to-download-for-unity-development.md)
* [How to get started with Unity3D Editor interface?](/mixed-reality-docs/lessons/lesson1/project/how-to-get-started-with-unity3d-editor-interface.md)
* [What are some key concepts for working with Unity?](/mixed-reality-docs/lessons/lesson1/project/what-are-some-key-concepts-for-working-with-unity.md)
* [How to Get Started with Mixed Reality Development Using Unity?](/mixed-reality-docs/lessons/lesson1/project/how-to-get-started-with-mixed-reality-development-using-unity.md)
* [How to get started with HoloLens Seed Project?](/mixed-reality-docs/lessons/lesson1/project/how-to-get-started-with-unity3d-editor-interface.md)
* [How to change preferences in Unity?](/mixed-reality-docs/lessons/lesson1/project/how-to-change-preferences-in-unity.md)
* [How to add Mixed Reality Toolkit(MRTK) to a project?](/mixed-reality-docs/lessons/lesson1/project/how-to-add-mixed-reality-toolkit-mrtk-to-a-project.md)
* [How to open MRTK example scenes?](/mixed-reality-docs/lessons/lesson1/project/how-to-open-mrtk-example-scenes.md)
* [How to enable Developer Mode in HoloLens?](/mixed-reality-docs/lessons/lesson1/project/how-to-enable-developer-mode-in-hololens-2.md)
* [How to enable Developer Mode on an Android device?](/mixed-reality-docs/lessons/lesson1/project/how-to-enable-developer-mode-on-an-android-device.md)
* [How to build your project for **HoloLens?**](/mixed-reality-docs/lessons/lesson1/project/how-to-build-your-project-for-hololens.md)
* [How to deploy your app for **HoloLens?**](/mixed-reality-docs/lessons/lesson1/project/how-to-deploy-your-app-to-a-hololens.md)
* [How to set up your project for iOS and Android\[Experimental\]?](/mixed-reality-docs/lessons/lesson1/project/how-to-setup-your-app-for-ios-android-device.md)
* [How to build and deploy your project for **Android?**](/mixed-reality-docs/lessons/lesson1/project/how-to-build-your-scene-for-android-and-ios-devices.md)
* [How to build and deploy your project for **Windows Mixed Reality Headset**?](/mixed-reality-docs/lessons/lesson1/project/how-to-build-your-project-for-windows-mixed-reality-headset.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/lesson1/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.
