> 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/account-registration.md).

# 조직 가입

이 문서에서는 Autify Genesis의 초대 링크를 사용하여 조직에 가입하고 계정을 등록하는 절차를 설명합니다.

## 초대 링크로 조직에 가입하기

Autify Genesis에 대한 접근은 조직 관리자로부터 받는 초대 메일에서 시작합니다. 초대 없이 개인이 계정을 만들 수는 없습니다.

{% hint style="warning" %}
초대 링크의 유효 기간은 초대 메일 전송으로부터 72시간입니다. 기간이 만료된 경우 조직 관리자에게 재초대를 요청하십시오.
{% endhint %}

### 계정이 없는 경우

{% hint style="info" %}
비밀번호는 8자 이상이며, 영문 대문자·영문 소문자·숫자·기호를 모두 포함해야 합니다. 또한 이메일 주소와 같은 비밀번호는 사용할 수 없습니다.
{% endhint %}

1. 조직 관리자로부터 받은 초대 메일을 여십시오.
2. 메일 안의 초대 링크를 클릭하십시오.
3. 초대 페이지에서 **이름**을 입력하십시오.
4. **비밀번호**를 입력하십시오.
5. **계정 만들고 가입하기**를 클릭하십시오.

계정 생성 후에는 자동으로 로그인되어 초대 확인 페이지로 이동합니다. 이어서 **초대 수락**을 클릭하여 조직 가입을 완료하십시오.

### 이미 계정이 있는 경우

1. 조직 관리자로부터 받은 초대 메일을 여십시오.
2. 메일 안의 초대 링크를 클릭하십시오.
3. 초대 대상 이메일 주소로 로그인하지 않은 경우, 로그인 페이지에서 초대 대상 이메일 주소를 사용하여 로그인하십시오.
4. 초대 확인 페이지가 표시되면 **초대 수락**을 클릭하십시오.

{% hint style="info" %}
초대 링크는 초대 메일에 기재된 이메일 주소로만 사용할 수 있습니다. 다른 이메일 주소로 로그인한 경우 조직에 가입할 수 없습니다.
{% endhint %}

### 비밀번호가 설정되지 않은 계정이 있는 경우

Google 계정으로만 이용한 적이 있는 경우 등, Autify Genesis 계정은 있지만 비밀번호를 설정하지 않은 경우에는 초대 링크를 열었을 때 비밀번호 설정 화면이 표시됩니다.

1. 조직 관리자로부터 받은 초대 메일을 여십시오.
2. 메일 안의 초대 링크를 클릭하십시오.
3. **비밀번호**를 입력하십시오.
4. **비밀번호 확인**에 같은 비밀번호를 다시 입력하십시오.
5. **새 비밀번호 설정**을 클릭하십시오.
6. 초대 확인 페이지가 표시되면 **초대 수락**을 클릭하십시오.

{% hint style="info" %}
이메일 주소는 초대에서 지정된 것이 자동 입력되어 있으며, 변경할 수 없습니다.
{% endhint %}

## 참고 자료

* [로그인·로그아웃](/features-ko/settings/personal-settings/login.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/account-registration.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.
