> For the complete documentation index, see [llms.txt](https://annemarleen.gitbook.io/immersive-design/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://annemarleen.gitbook.io/immersive-design/embodiment/harmony-and-balance.md).

# Embodiment: Harmony & Balance

## Anatomical terms of motion

[article: types of body movement](https://courses.lumenlearning.com/ap1/chapter/types-of-body-movements/)

* abduction
* adduction
* extension
* flexion
* rotation
* circumduction

![https://www.easynotecards.com/book/loaWbwAACAAJ](http://slideplayer.com/10765527/38/images/14/Figure+9-3+Angular+Movements.jpg)

### Proprioception & Vestibular Senses

![Proprioception](http://learn.genetics.utah.edu/content/senses/proprioception/proprioception.png)

The balance organs in the inner ear are part of a larger sensory system that helps us know where all of the parts of the body are relative to each other, and the orientation of the body relative to gravity. This sense is called proprioception.

The [proprioception system](http://learn.genetics.utah.edu/content/senses/proprioception/) also takes in information from our eyes, and from receptors in our skin, muscles, and joints that sense stretch, pressure, and movement. The brain processes all of these sensory inputs, giving us a "mind's eye" view of how all of our body parts are positioned and moving through three-dimensional space.

The [vestibular system](https://www.youtube.com/watch?v=1AZnFszUroI) is the sensory system that provides the leading contribution to the sense of balance and spatial orientation for the purpose of coordinating movement with balance. The brain uses information from the vestibular system in the head and from proprioception throughout the body to understand the body's dynamics and kinematics (including its position and acceleration) from moment to moment.

* [How to Remote Control a Human Being](https://tedxbeaconstreet.com/videos/how-to-remote-control-a-human-being/)&#x20;
* [A Study on Proprioception and Peripheral Vision in Synesthesia and Immersion (2017)](http://www.immersence.com/publications/2017/2017-MBoucher.html)

### Equilibrioception

![Dean Potter](https://i2.wp.com/www.dbtechno.com/wp-content/uploads/2015/05/Yosemite.jpg?resize=620%2C349)

Equilibrioception is the ability to keep your balance and sense body movement in terms of acceleration and directional changes. The sense of balance, which is usually barely noticeable in the background of each of our movements, only becomes manifest in its function during intense stimulation (such as VR-experiences) or in the event of illness, which may quite literally turn your world upside down.

###


---

# 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://annemarleen.gitbook.io/immersive-design/embodiment/harmony-and-balance.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.
