> For the complete documentation index, see [llms.txt](https://easexr.gitbook.io/ease-xr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://easexr.gitbook.io/ease-xr/intro-to-spatial-reasoning/real-world-examples.md).

# Real world examples

Reading diagrams

1. ikea diagrams
   * being able to build the structure
2. Architecture drawings
   * Looking at the drawing and walking through the building
3. Circuit diagrams
   * Building the circuit
4. Building Legos
5. Looking at and MRI image and translating that image to the human it was taken from

Games and Puzzles

1. Being able to read a chess game
   * and read 2-3 moves ahead of your current move
2. Playing billiards
   * Predict and analyze the shots
3. [Swish™ - ThinkFun](https://www.thinkfun.com/products/swish/)
4. Tangrams
5. Jig saw puzzles
6. [Spatial Reasoning & Perception Activities – Math Engaged](http://mathengaged.org/resources/recommended-books-games-and-puzzles/spatial-reasoning-activities/)

3D objects

1. Designing robots
   * and building them
2. Building a 3D object using Tinkercad
   * Printing said objects
3. Origami
4. Paper airplanes
   * competitions: analizing the structure of the winning design
5. Drawing 3D objects (freehand)
6. Extruding 2D to 3D objects
7. Understanding of 2d-3d geometry
8. Sculpting 3d objects

Navigation

1. Planning a route on a map and then taking a journey without the map
2. Calculating distances on a map
3. See the algebra project for another ways of teaching algebra
   * [Five-Step Process: Step Two – The Algebra Project INC](https://algebra.org/wp/2022/12/05/five-step-process-step-two/)
4. Astronomy
   * Looking at start charts and finding them with you’re your eyes
5. Piloting and landing planes


---

# 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://easexr.gitbook.io/ease-xr/intro-to-spatial-reasoning/real-world-examples.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.
