> 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/device-manager/device-detail-understanding.md).

# 기기 상세 화면 이해하기

### 메뉴 위치

* `애플리케이션` > `Device Manager`
* 장비 목록에서 기기를 클릭하면 우측 상세 화면이 열립니다.

***

### 이런 때 사용합니다

* 특정 기기의 현재 상태를 바로 확인하고 싶을 때
* 장비의 최근 동작 이력이나 수집 상태를 점검하고 싶을 때
* 기기 설정값이나 기본 정보를 확인하고 싶을 때
* 현장 점검 중 장비 위치나 연결 상태를 다시 확인하고 싶을 때

***

### 화면 상단에서 먼저 확인하는 내용

* `기기 아이콘`: 선택한 장비 유형을 한눈에 확인합니다.
* `기기 이름`: 현재 선택한 장비 이름이 표시됩니다.
* `상태 표시 점`: 온라인 상태나 동작 상태를 색상으로 확인할 수 있습니다.
* `식별 정보`: MAC Address 같은 기본 식별 정보를 확인합니다.

***

### 빠른 동작 버튼

* `위치 찾기`: 지도나 공간 화면에서 현재 기기 위치를 확인할 때 사용합니다.
* `즐겨찾기`: 자주 확인하는 기기를 즐겨찾기에 추가할 때 사용합니다.
* `설정`: 선택한 기기의 설정 화면으로 이동할 때 사용합니다.

***

### 공통으로 보게 되는 주요 영역

* `상태 또는 수집 그래프`: 시간대별 장비 동작이나 수집 현황을 그래프로 보여줍니다.
* `분석 정보`: Scan Insight, Nearby Search 같은 관련 분석 데이터를 함께 확인할 수 있습니다.
* `Device Info`: 기기 이름, MAC Address, Device Type, Status, Last Seen 같은 기본 정보를 확인합니다.
* `추가 정보 및 설정`: 기기 유형에 따라 네트워크, 펌웨어, 설치 위치, 운영 설정 등 추가 항목이 이어질 수 있습니다.

***

### 그래프와 분석 영역을 보는 방법

* 상단 그래프는 보통 하루 기준 시간대별 추이를 보여줍니다.
* 값이 높아지는 구간은 장비 활동이 많았던 시간대로 이해할 수 있습니다.
* Nearby Search 같은 영역에서는 검색된 Tag 수나 수집 현황을 함께 볼 수 있습니다.
* 장비 유형에 따라 그래프 종류나 표시되는 기준 값은 달라질 수 있습니다.

***

### 기본 사용 흐름

1. `Device Manager`를 실행합니다.
2. 장비 유형을 선택한 뒤 목록에서 확인할 기기를 클릭합니다.
3. 우측 상세 화면에서 기기 이름, 상태, 식별 정보를 먼저 확인합니다.
4. 그래프와 분석 영역을 보며 최근 동작 상태를 확인합니다.
5. 필요하면 `위치 찾기`, `즐겨찾기`, `설정` 버튼을 사용합니다.
6. 아래쪽 `Device Info`와 추가 설정 항목을 확인해 점검을 마칩니다.

***

### 참고해 주세요

* 기기 유형에 따라 상세 화면의 구성은 조금씩 달라질 수 있습니다.
* 일부 장비는 그래프나 분석 정보가 더 많이 보일 수 있고, 일부 장비는 기본 정보 중심으로 표시될 수 있습니다.
* 설정을 변경한 뒤에는 Status와 Last Seen이 정상적으로 반영되는지 함께 확인하는 것이 좋습니다.


---

# 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/device-manager/device-detail-understanding.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.
