> For the complete documentation index, see [llms.txt](https://www.xrdev.app/mixed-reality-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.xrdev.app/mixed-reality-docs/lessons/lesson1/concepts/what-is-the-difference-between-augmented-reality-virtual-reality-and-mixed-reality.md).

# What is the difference between Augmented Reality, Virtual Reality and Mixed Reality?

{% embed url="<https://youtu.be/gR1KkNuCAxY>" %}
What is AR/VR/MR/XR?
{% endembed %}

**Augmented Reality(AR)** is defined as a technology that superimposes a computer-generated image on a user's view of the real world, thus providing a composite view. Augmented Reality experiences are not limited to visual addition to our world. You can create augmented experiences that are only audio addition to your physical world or both audio and visual.

![](/files/-M2aEQfWfj41Nxo2Gido)

Augmented Reality experiences are also not limited to headsets like HoloLens. Today, millions of mobile devices have depth-sensing capabilities to augment your real world with digital information.

![](https://gblobscdn.gitbook.com/assets%2F-LoMjAI1irMPA8c0ezFQ%2F-M2aGV_HhFYb2WQxFODY%2F-M2aHVi4jTLLbpsztXfP%2FAnimated%20GIF-downsized_large%20\(1\).gif?alt=media\&token=a5ff7117-262e-40db-9a7e-f9e0dcd180eb)

**Virtual Reality(VR)** is when you are absolutely immersed in a Virtual World by wearing a headset. In Virtual Reality you lose connection to the real world visually. Virtual Reality applications are great for training and for simulations where users would benefit from total immersion to replicate the real life situation. Some examples include training for firefighters, emergency room healthcare providers and flight simulations.

![Virtual Reality Headset](/files/-M2aJj4ehkjOR62wvPZX)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://www.xrdev.app/mixed-reality-docs/lessons/lesson1/concepts/what-is-the-difference-between-augmented-reality-virtual-reality-and-mixed-reality.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
