> 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/before/key-feature-overview.md).

# 주요 기능 한눈에 보기

### ORBRO OS는 크게 이렇게 구성됩니다

* `시작하기`: 로그인 방법과 첫 화면 구성을 익히는 문서입니다.
* `운영 설정`: 계정, 관리자 설정, 알림, 조건처럼 운영 기준을 맞추는 문서입니다.
* `공간 설정`: Building과 Space 구조를 등록하고 관리하는 문서입니다.
* `앱`: 실제 업무를 수행할 때 여는 Application 안내입니다.
* `장비 관리`: 장비 등록, 상태 확인, 장비별 관리 방법을 설명하는 문서입니다.
* `문제 해결`: 로그인, 권한, 장비, 알림 관련 문제를 확인하는 문서입니다.

***

### 처음 사용할 때 보통 하는 일

1. 로그인한 뒤 상단 바에서 현재 Building과 Space를 확인합니다.
2. `애플리케이션`에서 필요한 앱을 실행합니다.
3. 운영 현황은 `Dashboard` 같은 기본 앱에서 먼저 확인합니다.
4. 출입, 위치, 이벤트, 분석처럼 목적에 맞는 앱으로 이동해 상세 작업을 진행합니다.
5. 운영 기준을 바꾸어야 하면 `운영 설정`, 공간 구조를 정리해야 하면 `공간 설정`을 확인합니다.
6. 장비 상태 점검이 필요하면 `장비 관리`를 확인합니다.

***

### 고객이 자주 확인하는 기능

* `Dashboard`: 현재 운영 현황을 한눈에 확인할 때 사용합니다.
* `Access`, `LPR`, `Timeline`, `Record`: 출입 기록, 차량 이력, 시간 흐름, 위치추적 기록을 다시 확인할 때 자주 사용합니다.
* `Zone Manager`, `Zone Counting`, `Heatmap`: 공간과 구역 기준으로 운영 현황을 확인하거나 분석할 때 사용합니다.
* `AI RTLS`: 카메라 매핑과 위치추적 구역을 설정해 AI 위치추적 환경을 준비할 때 사용합니다.
* `Device Manager`: 등록된 장비 목록과 상태를 확인할 때 사용합니다.

***

### 역할에 따라 먼저 보면 좋은 문서

* `일반 사용자`: `시작하기` → `앱`
* `운영 담당자`: `시작하기` → `앱` → `문제 해결`
* `관리자`: `운영 설정` → `공간 설정` → `장비 관리`

***

### 읽을 때 알아두면 좋은 점

* 프로젝트에 따라 보이는 메뉴와 앱 구성이 다를 수 있습니다.
* 권한에 따라 실행할 수 있는 기능이 달라질 수 있습니다.
* 모든 기능을 순서대로 읽기보다, 현재 맡고 있는 업무에 가까운 문서부터 보는 것이 더 효율적입니다.
* 화면 이름과 버튼 위치는 구축 환경에 따라 일부 다를 수 있습니다.

***

### 추천 읽기 순서

1. `ORBRO OS 소개`
2. `시작하기`
3. `앱`
4. 필요에 따라 `운영 설정`, `공간 설정`, `장비 관리`
5. 문제가 생기면 `문제 해결`


---

# 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/before/key-feature-overview.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.
