> 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/trouble-shoot/faq.md).

# 자주 묻는 질문

#### 어떤 앱이 보이지 않아요.

프로젝트에 따라 제공되는 앱이 다르고, 권한에 따라 메뉴 노출 범위도 달라질 수 있습니다.

#### 로그인 방식은 사용자가 직접 선택하나요?

기본적으로는 운영 환경에서 등록된 방식에 따라 사용합니다. 계정 발급 안내에 따라 로그인해 주세요.

#### 공간 구조를 바꾸면 앱에도 바로 반영되나요?

일부 앱은 공간 구조와 연결되어 있으므로, 변경 후 반드시 관련 화면을 함께 확인해야 합니다.

#### 장비를 교체했는데 기존 데이터가 바로 이어지지 않아요.

장비 등록 정보, 연결 대상, 설치 위치가 정확히 반영되었는지 먼저 확인해 주세요.

#### 알림이 너무 많이 와요.

조건 기준이나 수신 대상을 다시 조정해야 할 수 있습니다. `알림 설정`과 `조건 설정`을 함께 확인해 주세요.

#### 어느 문서부터 읽는 것이 좋나요?

처음 사용하는 경우 `소개`와 `시작하기`부터, 운영 담당자는 `운영 설정`과 `앱`, 관리자라면 `장비 관리`와 `문제 해결`까지 함께 확인하는 것이 좋습니다.


---

# 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/trouble-shoot/faq.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.
