> For the complete documentation index, see [llms.txt](https://help.verkada.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.verkada.com/verkada-cameras/ko/maintenance-and-troubleshooting/troubleshooting/resolve-issues-with-missing-cameras.md).

# 누락된 카메라 문제 해결

에 로그인하면 [Verkada Command](/command/ko/getting-started/get-started-with-verkada-command.md), 카메라와 비디오에만 액세스할 수 있습니다 [조직](/command/ko/users-and-permissions/manage-users-in-your-organization.md) 또는 [사이트](/verkada-cameras/ko/configuration/manage-sites-and-subsites.md) 사용자 계정에 권한이 있는 곳입니다.

{% hint style="warning" %}
Org Admin이더라도 모든 사이트를 볼 수 있는 권한을 직접 부여해야 합니다. 역할 및 권한에 대해 자세히 알아보기 [카메라](/verkada-cameras/ko/getting-started/roles-and-permissions-for-cameras.md) 및 [Command](/command/ko/users-and-permissions/roles-and-permissions-for-command.md).
{% endhint %}

Command에 로그인했는데 카메라가 없거나 사라졌다면 항상 사용자 권한을 확인하세요. 카메라가 보이지 않는 가장 흔한 이유는 카메라가 구성된 사이트에 대해 사용자 계정에 권한이 필요하기 때문입니다.

***

## 카메라가 사라질 수 있는 일반적인 이유

* 관리자가 카메라를 사용자 계정이 액세스할 권한이 없는 조직 또는 사이트로 이동했습니다.
* 관리자가 카메라가 있는 조직 또는 사이트에서 사용자 계정을 제거했습니다.

어느 경우든 Org Admin에게 문의하여 원하는 조직 또는 사이트에 대한 사용자 권한을 확인해 달라고 요청하세요.

***

## 권한 확인

Org Admin인 경우 자신의 권한을 확인하고 수정할 수 있습니다:

{% stepper %}
{% step %}
**Verkada Command에서 모든 제품 > 관리자로 이동합니다.**
{% endstep %}

{% step %}
**조직 설정에서 사용자를 선택하세요.**
{% endstep %}

{% step %}
**이메일을 선택하세요. 그러면 사용자 이메일이 조직 내 사이트 목록으로 이동하고, 관련 권한이 표시됩니다.**
{% endstep %}

{% step %}
**역할 관리**
{% endstep %}

{% step %}
**각 관련 사이트 옆에서 올바른 권한을 설정하세요.**
{% endstep %}
{% endstepper %}


---

# 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://help.verkada.com/verkada-cameras/ko/maintenance-and-troubleshooting/troubleshooting/resolve-issues-with-missing-cameras.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.
