> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/settings/personal-settings/login.md).

# 로그인·로그아웃

이 문서에서는 Autify Genesis 로그인 방법, 비밀번호를 잊은 경우의 재설정 절차, 그리고 로그아웃 방법을 설명합니다.

## 로그인

이메일 주소와 비밀번호를 사용하여 로그인합니다.

1. 로그인 페이지에 접속하십시오.
2. **이메일**에 이메일 주소를 입력하십시오.
3. **비밀번호**에 비밀번호를 입력하십시오.
4. **로그인**을 클릭하십시오.

## Google 계정으로 로그인

Google 계정을 사용하여 로그인할 수도 있습니다.

{% hint style="info" %}
Google 로그인은 조직 설정이나 이용 환경에 따라 표시·이용할 수 없는 경우가 있습니다. 그 경우에는 이메일 주소와 비밀번호로 로그인하십시오.
{% endhint %}

### 사전 조건

* 초대 링크로 Autify Genesis 계정이 생성되어 있어야 합니다
* 로그인에 사용할 Google 계정의 이메일 주소가 Genesis 계정의 이메일 주소와 일치해야 합니다

### 절차

1. 로그인 페이지에 접속하십시오.
2. **Google로 계속하기**를 클릭하십시오.
3. Google 인증 화면에서 계정을 선택하고 인증을 완료하십시오.

## 비밀번호 재설정하기

비밀번호를 잊은 경우, 다음 절차로 재설정할 수 있습니다.

### 재설정 링크 보내기

1. 로그인 페이지에 접속하십시오.
2. \*\*비밀번호를 잊으셨나요?\*\*를 클릭하십시오.
3. **이메일**에 이메일 주소를 입력하십시오.
4. **재설정 링크 보내기**를 클릭하십시오.

입력한 이메일 주소의 계정이 존재하는 경우, 비밀번호 재설정용 링크가 전송됩니다.

{% hint style="warning" %}
비밀번호 재설정 링크의 유효 기간은 1시간입니다. 기간이 만료된 경우 다시 재설정 링크를 전송하십시오.
{% endhint %}

### 새 비밀번호 설정하기

1. 받은 메일 안의 링크를 클릭하십시오.
2. **새 비밀번호**에 새 비밀번호를 입력하십시오.
3. **비밀번호 확인**에 같은 비밀번호를 다시 입력하십시오.
4. **비밀번호 재설정**을 클릭하십시오.

{% hint style="warning" %}
링크가 유효하지 않거나 만료된 경우, "재설정 링크가 유효하지 않거나 만료되었습니다. 새 링크를 요청하세요."라는 메시지가 표시됩니다. 그 경우에는 다시 \*\*비밀번호를 잊으셨나요?\*\*에서 절차를 다시 진행하십시오.
{% endhint %}

## 로그아웃

1. 화면 왼쪽 아래의 계정 메뉴를 여십시오.
2. **로그아웃**을 클릭하십시오.

로그아웃하면 현재 세션이 종료되고 로그인 페이지로 돌아갑니다.

## 참고 자료

* [조직 가입](/features-ko/settings/personal-settings/account-registration.md)


---

# 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.genesis.autify.com/features-ko/settings/personal-settings/login.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.
