> For the complete documentation index, see [llms.txt](https://bcds.gitbook.io/handbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bcds.gitbook.io/handbook/digital-scholarship-methods/overview/3d-immersive-technologies/augmented-reality.md).

# Augmented Reality & Virtual Reality

Augmented reality (AR) and virtual reality (VR) offers increased user engagement with the subject matter in question than a traditional image. **AR** involves applying a simulated layer that allows users to experience a layered, computer-generated enhancement to their real-world perception. **VR** involves creating and/or experiencing a computer-simulated world. AR and VR technologies are continuously evolving with AR, in particular, becoming easier and more affordable to create.

### Augmented Reality

BC Libraries' [Digital Studio](https://ds.bc.edu/digital-studio/) has been working with the Center for Digital Innovation in Learning (CDIL) and Apple to develop ways to integrate AR into the classroom through Apple's new *Reality Composer* platform. The examples below will open on any iPhone or iPad and represent, in the first case, a "born-digital" object (the robot) while the lion stamp is a real-world object of which a 3D representation was made in the Digital Studio.&#x20;

An animated robot AR model from the [Apple Quick Look](https://developer.apple.com/augmented-reality/quick-look/) gallery projected on to a real-world table:

![From the Apple Quick Look gallery](/files/-MRQrCPaqWwofwkwOOXB)

Lion-headed stamp AR model created using ARKit:

![Created by Matt Naglak, BC Digital Scholarship Librarian](/files/-MRQrKB0wCbOcCOPZrh3)

### Virtual Reality

Created by Jessica Linker and her Bryn Mawr College students, this VR reconstruction of an early 1900s biology lab was based on Bryn Mawr archival records. It was created with [Unity](https://unity.com/), a commonly used VR platform.

[**Visit to interact with this project.**](https://digitalscholarship.brynmawr.edu/howis/advanced_bio_lab/)

![](/files/-MRWVhupc6ZNW-Zaqarp)


---

# 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://bcds.gitbook.io/handbook/digital-scholarship-methods/overview/3d-immersive-technologies/augmented-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.
