> 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/organization-settings/personalized-subdomain-urls-for-your-verkada-organization.md).

# 개인화된 서브도메인 URL

Verkada는 조직의 짧은 이름을 기반으로 각 조직에 고유한 Command URL을 제공합니다. command.verkada.com 대신 조직의 하위 도메인(short-name.command.verkada.com)을 사용해 로그인할 수 있습니다.

{% hint style="info" %}
하위 도메인을 잘 모르겠다면 command.verkada.com에 로그인하세요. 그러면 자동으로 해당 하위 도메인의 홈 페이지로 리디렉션됩니다.
{% endhint %}

***

### 장점

* **직접 로그인**: 전용 로그인 URL을 통해 사용자가 조직의 Verkada 페이지로 바로 이동할 수 있어, 로그인 후 조직을 수동으로 선택할 필요가 없어져 접근이 간편해집니다.
* **손쉬운 접근**: 원하는 조직에 바로 북마크하고 딥 링크할 수 있습니다(short-name.command.verkada.com vs. command.verkada.com).
* **더 나은 비밀번호 관리**: 고유한 URL을 사용하면 비밀번호 관리자가 서로 다른 자격 증명을 저장할 수 있습니다.
* **간소화된 다중 조직 관리**: 여러 조직 간을 원활하게 전환할 수 있습니다.

{% hint style="warning" %}
조직의 짧은 이름은 조직 이름과 다릅니다. 조직의 짧은 이름을 수정하려면 [Verkada 지원팀에 문의하세요](/command/ko/need-help/contact-verkada-support.md).
{% endhint %}

***

### 기능

하위 도메인이 도입되어도 대부분의 Command 기능은 동일하게 유지됩니다.

* **북마크**: 기존 북마크와 저장된 자격 증명은 계속 사용할 수 있습니다. 여러 조직에 속한 사용자의 경우, Command가 사용자를 올바른 하위 도메인(short-name.command.verkada.com)으로 자동 리디렉션합니다.
* **싱글 사인온(SSO)**: 기존 SSO 구성은 변경되지 않습니다. 다만 SSO로 로그인하는 사용자는 새 하위 도메인으로 모든 북마크를 업데이트해야 합니다.
* **API 통합**: 이전에 command.verkada.com을 사용하던 통합은 계속 작동하며, 요청은 자동으로 리디렉션됩니다.

***

## 자주 묻는 질문

<details>

<summary>제 북마크는 계속 작동하나요?</summary>

예, command.verkada.com으로 연결되는 모든 링크는 자동으로 조직의 하위 도메인 로그인 페이지로 리디렉션됩니다.

</details>

<details>

<summary>로그인 방식이 바뀌나요?</summary>

아니요, 로그인 자격 증명과 인증 과정은 동일하며 URL만 다릅니다.

</details>

<details>

<summary>여러 조직을 관리하는 경우에는 어떻게 되나요?</summary>

각 조직에는 고유한 하위 도메인이 있어 조직 간 이동이 더 쉬워집니다. 사용자는 빠른 접근을 위해 여러 하위 도메인을 북마크할 수 있습니다.

</details>

<details>

<summary>이것이 보안에 영향을 미치나요?</summary>

아니요, 이는 로그인 환경의 변경일 뿐입니다. SSO와 다중 요소 인증(MFA)을 포함한 기존 보안 조치는 모두 동일하게 유지됩니다.

</details>


---

# 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/organization-settings/personalized-subdomain-urls-for-your-verkada-organization.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.
