> For the complete documentation index, see [llms.txt](https://or-orbro-guide.gitbook.io/edge-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/edge-guide/ai-event-manager-guide/introduction.md).

# Introduction

AI Event Manager는 현장 카메라 영상을 기반으로 AI Event를 감지하고, 운영자가 실시간 상태와 저장된 기록을 확인할 수 있도록 돕는 Edge 기반 운영 도구입니다. 카메라 등록, VLM Token 연동, Event Type 설정, 실시간 모니터링, 이벤트 기록 검토까지 하나의 흐름 안에서 사용할 수 있습니다.

처음 사용하는 경우에는 `AI Event Manager 소개`와 `용어 설명`을 먼저 확인하는 것을 권장합니다. 제품 업데이트 이후 달라진 기능이나 사용 흐름이 궁금하다면 `릴리즈 노트`를 함께 참고해 주세요.

### 먼저 확인하면 좋은 문서

* **AI Event Manager 소개**: 제품의 역할, 주요 기능, 기본 사용 흐름을 확인할 수 있습니다.
* **용어 설명**: 문서와 화면에서 자주 사용하는 Camera, VLM, Event Type, Live Monitoring, Analysis, Event Log 등의 용어를 정리한 문서입니다.
* **릴리즈 노트**: 버전별 주요 변경 사항과 사용자에게 달라지는 점을 확인할 수 있습니다.

### 문서를 읽는 권장 순서

1. `AI Event Manager 소개`에서 제품의 전체 운영 흐름을 먼저 이해합니다.
2. `용어 설명`에서 낯선 용어나 화면 구조를 확인합니다.
3. 실제 작업 목적에 따라 Live Monitoring, Analysis, Event Log, Settings 등 필요한 메뉴별 문서를 참고합니다.
4. 업데이트 후 기능이나 화면이 달라졌다면 `릴리즈 노트`에서 변경 사항을 확인합니다.


---

# 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/edge-guide/ai-event-manager-guide/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.
