# Context of the user environment

## What do I mean by context of the user environment?

One of the reasons I started this guide is the lack of UX guidelines for AR storybooks. However, that doesn't mean that there aren't **any** UX guidelines for AR in general. Google has the [AR core UX Design Guidelines.](https://developers.google.com/ar/design) While Google's guide aims more towards generalized AR UX standards and isn't completely comprehensive (even generally), **it is still worth a read, especially if you are new to AR**. I want to point out a sentence from the [environment section](https://developers.google.com/ar/design/environment/definition) of this guide: "**Design one experience for many different spaces.**" Google's guide doesn't really talk about AR interactions with physical mediums (such as books), but this statement could apply to any AR experience. Think of variables that could tie into the users environment such as:

**User Location**

**Location of the book**

**Time of day**

**Lighting**

**Virtual environment vs. reality**&#x20;

Now, think of this in terms of an **AR storybook.** What environments might your user(s) use an AR storybook in? Does the environment change with multiple users? Think about the fundamentals in this guide and how you can use this to design an experience that will work in multiple environments. If your book is meant for a specific user or environment, **make sure those parameters are made clear to the user.**&#x20;

<figure><img src="/files/CcjxtFhgthtYxnnX8OD0" alt="A photo of a child in a pink sweater, sitting on a carpeted floor. The child is facing away from the camera, holding a white tablet device. The child is pointing the devices camera at a piece of paper on the floor, and an augmented reality experience appears on the tablet screen."><figcaption><p>In this photo, a child is playing an interactive game from the early prototype of <em>The Boy by the Sea.</em> In this environment (a convention center) the child sits on the floor and holds the device over the piece of paper. Would this interaction look the same if the child was at home? Or in the back seat of a moving car?</p></figcaption></figure>

{% hint style="warning" %}
**Scale of 3D objects - Environmental context scenario:** Remember that the user's environment is not a controllable variable. We can always suggest an environment for optimal conditions, but should plan for as many different environments as possible. Consider this scenario: A parent is getting ready to read their child a story before a nap. The child is tucked into their bed and the parent is sitting next to them with the book and the device. They begin to go through the experience and come across a page where the 3D object is so big that it requires the parent and the child to get up and move away from the book while holding the device. Now, the child doesn't want to take a nap anymore. This would be a poor user experience.
{% endhint %}

[**Send feedback**](https://forms.gle/ZMVzx4KoZE3d6Nvg7)


---

# 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://augmented-reality-ux-accessibili.gitbook.io/augmented-reality-storybook-guide/contextual-considerations/short-intro-to-context/context-of-the-user-environment.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.
