> For the complete documentation index, see [llms.txt](https://hustation.gitbook.io/fairy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hustation.gitbook.io/fairy/eval-system/undefined-1/log-in.md).

# 로그인

## 로그인

{% hint style="info" %}
관리자는 평가위원 등록을 위해, ['**FAIRY - 사용자관리**'](/fairy/preferences/settings/all-user-management.md) **초대하기 - 평가위원 등록하기 를 통해 등록 먼저 해주어야 합니다.**\
등록된 평가위원은 아래의 절차를 거쳐 로그인할 수 있습니다.
{% endhint %}

### 1-1. 아이디 비밀번호 입력

권한이 부여된 이메일 아이디와 비밀번호를 사용하여 로그인합니다.

* 워크스페이스 아이디 : 평가가 진행되는 워크스페이스 코드 (관리자 페이지에서 워크스페이스 진입 시 확인 가능)
* 아이디 : 평가위원 등록 시 사용된 이메일
* 비밀번호 : 관리자가 위원 등록 시 입력한 휴대폰 번호(최초 비밀번호)\
  \&#xNAN;***\* 관리자 권한(adm, pm)을 갖고 있을 경우 로그인 아이디 / 비밀번호는 관리자 페이지의 계정 정보와 동일합니다.***&#x20;

아이디와 비밀번호가 일치할 경우, 해당 이메일 및 핸드폰으로 인증번호가 동시발송되며 인증 완료 후 로그인됩니다. \
(동일 인증번호가 각각의 채널로 동시 발송)<br>

<figure><img src="/files/jzr6x8ZrpL9avZEyv7Iu" alt=""><figcaption></figcaption></figure>

### 1-2. 인증번호 입력

이메일 혹은 핸드폰 문자로 확인한 인증번호를 입력합니다.

<figure><img src="/files/7FkcLXb1AtkdAFJvirCl" alt=""><figcaption></figcaption></figure>

## 2. 로그아웃

워크스페이스에 진입 후에는, 우측 상단 로그아웃 버튼을 통해 로그아웃이 가능합니다.

<figure><img src="/files/sXMqGHkgpIClKzCSogJz" alt=""><figcaption><p>프로젝트 선택</p></figcaption></figure>


---

# 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://hustation.gitbook.io/fairy/eval-system/undefined-1/log-in.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.
