> 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/about-keyword.md).

# 용어 설명

### 공통 용어

* `워크스페이스`: 고객 환경별로 분리된 작업 공간입니다.
* `애플리케이션(Application)`: 실제 업무 화면을 여는 기능 메뉴입니다.
* `운영 설정`: 이 가이드에서 계정 설정, 관리자 설정, 공간 설정을 함께 안내하는 장입니다.
* `Setting application`: 화면에서 `계정 설정`과 `관리자 설정`을 열 때 사용하는 앱입니다.
* `관리자`: 일반 사용자보다 더 넓은 설정 권한을 가진 사용자입니다.

***

### 계정 관련 용어

* `ORBRO 계정`: 이메일 주소와 휴대폰 번호를 사용하는 계정입니다.
* `Local 계정`: 아이디와 비밀번호를 사용하는 계정입니다.
* `내계정`: 현재 로그인한 사용자의 프로필과 보안 정보를 확인하고 일부 정보를 수정하는 메뉴입니다.

***

### 화면 관련 용어

* `Dashboard`: 여러 정보를 한 화면에서 확인하는 시작 화면입니다.
* `Board`: Dashboard 안에서 위젯 구성을 담는 작업 화면입니다.
* `Widget`: 특정 정보만 따로 보여 주는 작은 화면 요소입니다.
* `프로필`: 내 계정 정보와 개인 설정에 접근하는 메뉴입니다.
* `즐겨찾기`: 자주 확인하는 장비를 빠르게 찾고 다시 확인하는 기능입니다.

***

### 위치와 공간 관련 용어

* `오브젝트(Object)`: 시스템에서 추적하거나 관리하는 대상입니다.
* `Tag`: 사람이나 자산에 부착해 위치를 식별하는 장치입니다.
* `TwinTracker`: Tag 신호를 수신해 위치 계산에 사용하는 기준 장비입니다.
* `Zone`: 특정 규칙이나 분석을 적용하기 위해 나눈 구역입니다.
* `Heatmap`: 일정 시간 동안 활동이 집중된 구역을 시각화한 화면입니다.

***

### 운영 관련 용어

* `알림`: 특정 상태나 이벤트가 발생했을 때 알려 주는 기능입니다.
* `조건`: 알림이나 동작을 발생시키는 기준입니다.
* `이벤트`: 시스템이 감지한 특정 상황이나 기록입니다.
* `권한`: 사용자가 볼 수 있는 메뉴와 수행할 수 있는 작업 범위입니다.

***

### 참고해 주세요

같은 기능이라도 프로젝트나 운영 환경에 따라 부르는 이름이 조금 다를 수 있습니다. 실제 화면의 메뉴 이름을 우선 기준으로 확인해 주세요.


---

# 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/about-keyword.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.
