> 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/apps/location-tracking-apps.md).

# 위치추적 애플리케이션

### 이런 때 먼저 봅니다

* 구역을 만들고 운영 기준을 정리할 때
* 구역별 인원 수나 대상 수를 확인할 때
* 출입 흐름이나 과거 이동 경로를 분석할 때
* 특정 구역의 경고 상태나 기록을 위치 기준으로 보고 싶을 때

***

### 포함된 앱

* `Zone Manager`: 운영 구역(Zone)을 만들고 수정하는 기준 관리 앱
* `Zone Counting`: 구역 안의 인원 수나 대상 수를 집계해 보여 주는 앱
* `Zone Effect`: 조건이 발생했을 때 선택한 Zone에 색상이나 이펙트를 적용해 상태를 강조하는 앱
* `Reverse Tracking`: Zone에 설정한 방향 기준과 반대로 이동하는 객체를 감지하고 확인하는 앱
* `In-out Tracking`: 특정 공간이나 구역의 출입 흐름을 시간 기준으로 확인하는 앱
* `Alert Zone`: Zone과 카테고리를 연결해 특정 대상이 Zone에 진입했을 때 알림과 발생 기록을 확인하는 앱
* `Access`: 출입 기록과 출입 현황을 조회하고, 출입 운영 설정과 E/L 연결규칙을 관리하는 앱
* `Timeline`: Tag 단말기별로 날짜별 Zone 이력을 시간 흐름에 따라 조회하는 앱
* `Record`: 위치추적 데이터를 시간 기준으로 기록하고 다시 재생해 보는 앱
* `Heatmap`: 일정 시간 동안 활동이 집중된 위치를 밀집도로 보여 주는 앱

***

### 먼저 읽기 좋은 순서

1. Zone Manager
2. Zone Counting
3. In-out Tracking
4. Reverse Tracking
5. Alert Zone


---

# 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/apps/location-tracking-apps.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.
