> For the complete documentation index, see [llms.txt](https://or-orbro-guide.gitbook.io/orbro-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://or-orbro-guide.gitbook.io/orbro-guide/settings/space-settings.md).

# 공간 설정

### 공간 설정이 필요한 이유

* 운영할 Building을 등록할 수 있습니다.
* Building 아래에 층, 구역, 실내 공간을 Space로 구성할 수 있습니다.
* 도면 이미지를 업로드하고 축척을 설정할 수 있습니다.
* 등록한 Building과 Space는 공간 기준이 필요한 Application에서 공통으로 사용됩니다.

***

### 먼저 이해하면 좋은 구조

* `건물`: 운영할 대상 건물의 기준입니다.
* `공간`: 건물 안에서 사용할 층, 구역, 실내 공간의 기준입니다.
* `도면과 축척`: 공간 기반 기능의 정확도를 맞추기 위한 설정입니다.

***

### 건물 관리

건물 추가와 건물 수정은 건물 기준을 만드는 작업입니다. 먼저 운영할 건물을 등록한 뒤, 그 아래에 사용할 공간을 이어서 구성하는 흐름으로 이해하면 쉽습니다.

***

### 공간 관리

공간 추가와 공간 수정은 건물 안에서 실제로 사용할 Space를 만드는 작업입니다. 공간 이름을 입력하고 도면 이미지를 업로드한 뒤 축척을 설정해야 위치 기반 기능에서 같은 기준으로 사용할 수 있습니다.

***

### 읽는 순서

1. 건물 관리에서 운영할 건물을 등록합니다.
2. 공간 관리에서 건물 안의 Space를 등록합니다.
3. 공간을 참조하는 Application에서 등록한 Building과 Space를 선택해 사용합니다.


---

# 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://or-orbro-guide.gitbook.io/orbro-guide/settings/space-settings.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.
