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

# AI 애플리케이션

### 이런 때 먼저 봅니다

* 여러 카메라 화면을 동시에 확인하고 싶을 때
* AI 위치추적 환경을 준비하고 카메라 매핑을 설정할 때
* 시스템이 감지한 AI 이벤트를 확인할 때
* 차량 번호판 기준 출입 기록을 조회할 때

***

### 포함된 앱

* `Multi Cam`: 여러 카메라 화면을 한 번에 모아 비교하며 보는 앱
* `AI RTLS`: 카메라 매핑과 위치추적 구역을 설정해 AI 위치추적 환경을 준비하는 앱
* `AI Event`: AI 감지 이벤트를 조회하고, 카메라별 이벤트 유형·알림 메시지·연동 장치 동작을 설정하는 앱
* `LPR`: 차량 번호판 인식 기록을 조회하고 LPR 카메라를 설정하는 앱

***

### 함께 보면 좋은 앱

* Device Manager
* Zone Manager
* Timeline


---

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