> 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/command/ko/licensing/manage-your-licenses/find-and-add-license-keys-to-command.md).

# 라이선스 키 찾기 및 추가

Verkada Command에 새 제품을 추가하면, **반드시** 해당 제품이 Command를 계속 사용할 수 있고 규정을 준수할 수 있도록 라이선스 키도 함께 등록해야 합니다.

새 디바이스나 제품을 추가할 때 라이선스를 등록하지 않거나, 만료 시 라이선스를 갱신하지 않으면 30일의 유예 기간 후 Command의 대부분 기능에 대한 액세스 권한을 잃게 됩니다.

***

## 라이선스 키 찾기

Verkada 주문 이메일에서 라이선스 키를 찾을 수 있습니다.

<div align="left" data-with-frame="true"><img src="/files/1779c2ece735bed6202bd89fc0661f969f1f1437" alt="" width="375"></div>

***

## 라이선스 키 등록

{% hint style="danger" %}
다음이 필요합니다 [조직 관리자](/command/ko/users-and-permissions/roles-and-permissions-for-command.md) Command에서 라이선스 키를 등록할 수 있는 권한.
{% endhint %}

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

{% step %}
**Admin에서 Licenses & Renewals를 선택합니다.**
{% endstep %}

{% step %}
**라이선스 키를 선택합니다.**

1. 오른쪽 상단에서 다음을 클릭합니다 **등록.**
2. 라이선스 키를 입력합니다.

{% hint style="info" %}
라이선스 키는 일반적으로 “CAP,” “RNW,” 또는 “LAR”로 시작합니다.
{% endhint %}

3. 라이선스 키 세부 정보를 검토한 다음 클릭합니다 **진행.**
4. 클릭 **라이선스 클레임** 완료하려면.

<div align="left" data-with-frame="true"><img src="/files/50ba9e1038ef0f21eb9d7b16a59e8219c5314b56" alt="" width="540"></div>
{% endstep %}

{% step %}
**라이선스 키는 일반적으로 'CAP’, ‘RNW’, 또는 ‘LAR’로 시작함)**
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
문의 [Verkada 지원팀에 문의하세요](/command/ko/need-help/contact-verkada-support.md) 또는 <licensing@verkada.com> 라이선스를 등록한 방식을 변경해야 하는 경우 도움을 받으시려면.
{% endhint %}

***

## 자주 묻는 질문

<details>

<summary>주문 이메일을 받지 못했다면 어떻게 하나요?</summary>

라이선스 키가 포함된 Verkada 주문 이메일을 받지 못했다면 다음을 권장합니다:

* 스팸 폴더를 확인하세요: 경우에 따라 주문 이메일이 스팸 폴더로 전송될 수 있습니다.
* 카메라를 주문한 사람에게 문의하세요: 조직 내 다른 사람이 주문을 넣었다면 그 사람이 주문 이메일을 받았을 수 있습니다.
* Verkada 리셀러에게 문의하세요: Verkada 리셀러가 주문을 처리했다면 그쪽에서 주문 이메일을 받았을 수 있습니다.

</details>

<details>

<summary>주문 이메일을 찾을 수 없으면 어떻게 하나요?</summary>

귀하 또는 리셀러가 주문 이메일을 찾을 수 없는 경우, 문의하십시오 [Verkada 지원팀에 문의하세요](/command/ko/need-help/contact-verkada-support.md).

**라이선스를 등록하지 않으면 어떻게 되나요?**

Command에 새 제품을 추가한 후 라이선스를 등록하지 않으면 라이선스 키를 등록하라는 배너가 표시됩니다. 또한 모든 조직 관리자는 5일 후 라이선스 키를 등록하라는 이메일 알림을 받게 됩니다. 새 제품을 추가한 후 36일 이내에 라이선스 키를 등록하지 않으면 Command에 대한 액세스 권한을 잃게 됩니다.

</details>

***

{% hint style="info" %}
**실제 사용 모습을 보고 싶으신가요?** 다음을 확인하세요 [비디오 튜토리얼](https://www.youtube.com/watch?v=uzn7B9k2qpU).
{% endhint %}


---

# 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/command/ko/licensing/manage-your-licenses/find-and-add-license-keys-to-command.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.
