> 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/spatial/personal.md).

# Spatial Intimacy: Personal Space

Edward T. Hall described the interpersonal distances of man (the relative distances between people) in four distinct zones:

![Proxemics is the study of human use of space and the effects that population density has on behaviour, communication and social interaction.](https://upload.wikimedia.org/wikipedia/commons/thumb/9/98/Personal_Spaces_in_Proxemics.svg/630px-Personal_Spaces_in_Proxemics.svg.png)

**Personal distance** is used for conversations with friends, to chat with associates, and in group discussions.

* Close phase – 1.5 to 2.5 feet (46 to 76 cm)
* Far phase – 2.5 to 4 feet (76 to 122 cm)

## Example Kohnstammhof at HvA

> *"A person's personal space is carried with them everywhere they go. It is the most inviolate form of territory. Body spacing and posture are unintentional reactions to sensory fluctuations or shifts, such as subtle changes in the sound and pitch of a person's voice."*&#x20;

![](http://www.superstudio.nl/SUPERSTUDIO/HVA.liften_files/afbeelding32.jpg)

Personal space is the region surrounding a person which they regard as psychologically theirs. Most people value their personal space and feel discomfort, anger, or anxiety when their personal space is encroached. Permitting a person to enter personal space and entering somebody else's personal space are indicators of perception of those people's relationship. In an impersonal, crowded situation, eye contact tends to be avoided. In Virtual Reality

![personal space](https://proxy.duckduckgo.com/iu/?u=http%3A%2F%2Fwestsidetoastmasters.com%2Fresources%2Fbook_of_body_language%2Fimages%2F194-personal_space.jpg\&f=1)

## Example Research: [Psychophysiological Responses to Virtual Crowds and its Effects on Cognition](http://www.vrfun.org/research-proxemics.html)

Human responses to crowds were investigated with a simulation of a busy street scene using virtual reality. Both psychophysiological measures and a memory test were used to assess the influence of large crowds or individual agents who stood close to the participant while they performed a memory task. [paper](http://www.vrfun.org/downloads/ACII2015_Christou_final.pdf)

{% embed url="<https://vimeo.com/288133020>" %}
Virtual Agents and Personal Space
{% endembed %}

{% embed url="<https://vimeo.com/288132567>" %}
Virtual Crowds and their effects on Human Psychophysiology
{% endembed %}

## Example Artwork Anthony Gormley

Antony Gormley in his last exhibition [Model](https://whitecube.com/exhibitions/antony_gormley_model_bermondsey_2012/) at The White Cube, created a series of works that articulate the relationship between these two different types of geometry and questions the way we inhabit our personal space. In this project that “investigates our experience of architecture through the body and of the body through architecture”, putting in relation the idea of pixel used in computer technology and the physical body.

![](https://whitecube.com/media/_source/artwork/6/0/a/a41506.jpg)

![](https://thespaceintherelationship.files.wordpress.com/2013/05/gormley-2-should-be-1.jpg)

## Personal Space in Neuropsychology

The field of neuropsychology describes personal space in terms of the kinds of "nearness" to an individual body.

* **Extrapersonal space**: The space that occurs outside the reach of an individual.
* [**Peripersonal space**](https://en.wikipedia.org/wiki/Michael_Graziano#Peripersonal_space): The space within reach of any limb of an individual. Thus, to be "within arm's length" is to be within one's peripersonal space.
* **Pericutaneous space**: The space just outside our bodies but which might be near to touching it. Visual-tactile perceptive fields overlap in processing this space. For example, an individual might see a feather as not touching their skin but still experience the sensation of being tickled when it hovers just above their hand. Other examples include the blowing of wind, gusts of air, and the passage of heat.


---

# 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/spatial/personal.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.
