# 회원가입하기

## **회원가입**

### **회원가입 버튼 클릭**

콘솔 페이지(<https://console.dfinery.ai/>)에 접속 후 회원가입 버튼을 클릭합니다.

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

### **이메일 인증 요청**

* 회원가입 페이지에서 로그인에 사용할 이메일을 입력 후 인증을 요청합니다.
* 이메일 형식을 벗어나서 입력할 수 없으며, 회사 메일 주소 사용을 권장합니다.

<figure><img src="/files/8cbnjyNPnqlVMIbV4bNg" alt=""><figcaption></figcaption></figure>

### **인증번호 확인**

메일함에서 6자리인증번호를 확인합니다.

{% hint style="info" %}
**회원가입 인증 메일 확인이 안 될 경우 다음 조치를 취해주시기 바랍니다.**

* 스팸 메일함 확인 : 스팸 메일함 확인 후 정상 메일로 변경 처리 후 인증 재시도
* 스팸 메일함에서도 확인 불가 : 회원가입을 진행한 메일 계정 정보와 함께 디파이너리 팀(<dfn@igaworks.com>)으로 문의
  {% endhint %}

### **인증번호 입력**

인증번호 입력 후 이메일 인증을 완료합니다.

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

### **이름 및 전화번호 입력 후 회원가입 완료**

마지막으로 이름과 비밀번호를 입력합니다.

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

{% hint style="info" %}

* **이름** : ’글자’ 혹은 ‘글자 + 숫자’ 형태만 입력 가능하며, 특수문자를 포함할 수 없습니다. 또한, 외부 링크 유입 방지를 위해 URL 형태 입력이 불가합니다.
* **비밀번호** : 개인정보 처리 시스템 보안 정책을 충족해야 설정 가능합니다.

  `1) 영문 대/소문자 + 최소 8자 이상`

  `2) 연속, 동일 숫자/문자 금지`

  `3) 숫자, 특수 기호 각 1개 이상`

  `4) 아이디, 이름 포함 불가`
  {% endhint %}

위 정보를 입력한 후 하단의 회원가입 완료 버튼 클릭시 회원가입이 완료됩니다.


---

# Agent Instructions: 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:

```
GET https://docs.dfinery.ai/user-guide/begin-to-use-dfinery/sign-up.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
