> 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/security/authentication-overview/login-links.md).

# 로그인 링크

로그인 링크는 회원으로 속한 각 조직에 대해 조직의 짧은 이름과 비밀번호를 사용하여 Verkada Command에 로그인하는 대신 사용할 수 있는 방법입니다. 로그인 링크를 사용하면 비밀번호만 사용하는 모든 조직에 한 번에 로그인할 수 있습니다.

로그인한 상태에서는 매번 인증하지 않고도 조직 간에 전환할 수 있습니다.

{% hint style="danger" %}
2단계 인증(2FA) 또는 싱글 사인온(SSO)이 필요한 조직은 전환하기 전에 인증해야 합니다.
{% endhint %}

***

## 조직을 인증하세요

{% stepper %}
{% step %}
**다음으로 이동합니다** [**Verkada Command 로그인 페이지**](https://command.verkada.com/login)**.**

1. 이메일을 입력하세요.
2. 클릭 **로그인 링크를 이메일로 보내기**.

<div align="left" data-with-frame="true"><img src="/files/de08e3104258beaf172f311bb39b9ec1f1b6e2b0" alt=""></div>
{% 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/command/ko/security/authentication-overview/login-links.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.
