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

# Device Manager 소개

### 메뉴 위치

* `애플리케이션` > `Device Manager`

***

### 사용 전에 확인해 주세요

* 프로젝트와 권한에 따라 보이는 장비 유형이 달라질 수 있습니다.
* 장비 변경 전에는 현재 운영 중인 상태를 먼저 확인하는 것이 좋습니다.
* 목록에서 기기를 클릭하면 우측 상세 화면이 열리며, 여기서 상태와 설정을 함께 확인할 수 있습니다.

***

### 이런 때 사용합니다

* 장비 유형별 목록을 확인하고 싶을 때
* 장비 상태와 기본 정보를 점검하고 싶을 때
* 장비를 등록, 수정, 삭제하고 싶을 때
* 설치 위치와 연결 상태를 확인하고 싶을 때

***

### 주요 메뉴와 화면

* `장비 유형 선택`: 관리할 장비 종류를 선택합니다.
* `장비 목록`: 등록된 장비를 유형별로 확인합니다.
* `상세 화면`: 선택한 기기의 상태, 그래프, 기본 정보, 설정 항목을 확인합니다.
* `등록/수정/삭제`: 장비 운영 상태에 맞게 변경합니다.

***

### 기본 사용 흐름

1. `Device Manager`를 실행합니다.
2. 확인하려는 장비 유형을 선택합니다.
3. 목록에서 대상 장비를 찾습니다.
4. 기기를 클릭해 우측 상세 화면을 열고 상태와 정보를 확인합니다.
5. 필요하면 설정을 변경하거나 추가 작업을 진행합니다.
6. 저장 후 상태가 정상인지 다시 확인합니다.

***

### 함께 보면 좋은 문서

* `기기 상세 화면 이해하기`
* `TwinTracker 관리`
* `Camera 관리`
* `Tag 관리`

***

### 참고해 주세요

* 장비 이름과 위치 정보를 정확히 관리해 두면 이후 운영과 점검이 쉬워집니다.
* 변경 후에는 실제 연결 상태와 표시 상태를 함께 확인하는 것이 좋습니다.


---

# 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-manager-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.
