> 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/app-introduction.md).

# 앱 소개

### Application을 사용하기 전에 확인할 내용

* 프로젝트에 따라 제공되는 앱 구성이 다를 수 있습니다.
* 권한에 따라 보이는 Application이 다를 수 있습니다.
* 일부 Application은 관리자나 운영 담당자만 사용할 수 있습니다.
* 일부 Application은 `조건` 메뉴에서 만든 기준을 바탕으로 동작합니다.

***

### Launchpad 사용 방법

Launchpad를 열면 현재 사용할 수 있는 Application을 아이콘 목록으로 확인할 수 있습니다.

#### 앱 조회

* Launchpad에서 제공되는 앱을 한 번에 확인할 수 있습니다.
* 앱 이름과 아이콘을 보고 원하는 Application을 선택해 실행합니다.

#### 앱 검색

* 상단 검색창에 `앱 이름`을 입력하면 관련 앱만 빠르게 조회할 수 있습니다.
* 검색 결과가 없으면 `일치하는 항목이 없습니다.` 안내가 표시됩니다.

#### 앱 순서 정리

* Launchpad 안에서는 앱 아이콘을 `드래그 앤 드롭`해 순서를 바꿀 수 있습니다.
* 자주 사용하는 앱을 앞쪽에 배치하면 찾는 시간을 줄일 수 있습니다.

#### 상단 바 고정

* 자주 사용하는 앱은 `상단 바`에 고정해 바로 실행할 수 있습니다.
* 고정해 두면 Launchpad를 다시 열지 않고도 빠르게 접근할 수 있습니다.

***

### Application 카테고리 이해하기

카테고리별 개요가 필요하면 `기본 애플리케이션`, `서비스 애플리케이션`, `데이터 분석 애플리케이션`, `위치추적 애플리케이션`, `AI 애플리케이션` Overview 문서를 함께 참고해 주세요.

애플리케이션은 보통 아래 카테고리 구조로 제공됩니다.

* `기본 애플리케이션`: Dashboard, Device Manager, Setting, 3D View, Weather처럼 기본 운영과 공통 확인에 사용하는 앱입니다.

Setting은 계정과 관리자 설정처럼 공통 운영 설정을 관리할 때 사용합니다.

* `서비스 애플리케이션`: SOP처럼 운영 절차와 서비스 대응에 사용하는 앱입니다.
* `데이터 분석 애플리케이션`: Scan Insight, Nearby Search처럼 누적 데이터나 검색 결과를 분석할 때 사용하는 앱입니다.
* `위치추적 애플리케이션`: Zone Manager, Zone Counting, Reverse Tracking, In-out Tracking처럼 위치와 구역 기준 운영에 사용하는 앱입니다.
* `AI 애플리케이션`: Multi Cam, AI RTLS, AI Event, LPR처럼 AI 기반 영상, 추적, 이벤트 확인에 사용하는 앱입니다.

***

### 조건 기반 동작 이해하기

ORBRO OS에서는 `조건` 메뉴에서 만든 기준이 여러 Application에서 공통으로 활용될 수 있습니다.

예를 들면 다음과 같습니다.

* `SOP`: 특정 조건이 발생했을 때 어떤 절차를 따라야 하는지 연결하는 기준
* `Zone Effect`: 특정 조건이 충족된 구역을 강조해 보여 주는 기준
* `알림`: 조건이 충족되었을 때 어떤 알림을 보낼지 연결하는 기준

***

### Application 기본 사용 흐름

1. `Launchpad`를 엽니다.
2. 검색 또는 아이콘 목록에서 사용할 Application을 찾습니다.
3. 필요하면 자주 사용하는 앱을 상단 바에 고정합니다.
4. 앱을 실행한 뒤 건물, 층, 기간, 대상, 조건 같은 기본 조회 기준을 먼저 확인합니다.
5. 목록, 지도, 위젯, 상세 패널에서 필요한 정보를 확인합니다.
6. 추가 확인이 필요하면 관련 Application으로 이동합니다.

***

### 읽는 방법

처음에는 `기본 애플리케이션`의 `Dashboard`부터 익히고, 이후 프로젝트에서 실제 자주 사용하는 `위치추적 애플리케이션`과 `AI 애플리케이션`을 중심으로 읽는 것을 권장합니다.


---

# 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/app-introduction.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.
