# 회원가입

{% hint style="info" %}
이메일 주소 기반 인증 시스템

회원가입 후 인증 메일을 확인하면 가입이 완료됩니다.
{% endhint %}

## 1. 회원 가입 주소 <a href="#id-1" id="id-1"></a>

{% embed url="<https://siem.plura.io/signup>" %}
<https://siem.plura.io/signup>
{% endembed %}

## 2. 회원 가입 화면 <a href="#id-2" id="id-2"></a>

<figure><img src="/files/yJoN0RXDBCF4VCeX8r1i" alt=""><figcaption><p>[PLURA 회원가입 페이지]</p></figcaption></figure>

## 3. 항목별 설명 <a href="#id-3" id="id-3"></a>

### 3-1. 회사명 입력 <a href="#id-3-1" id="id-3-1"></a>

* 회사명(최대60자)을 입력합니다.
* 개인 고객의 경우, 이름을 입력해 주세요.

### 3-2. 이름 입력 <a href="#id-3-2" id="id-3-2"></a>

* 이름(최대30자)을 입력합니다.

### 3-3. 아이디(이메일) 입력 <a href="#id-3-3" id="id-3-3"></a>

* 로그인에 사용할 아이디(이메일)를 입력합니다.

### 3-4. 비밀번호 입력 <a href="#id-3-4" id="id-3-4"></a>

* 비밀번호 생성 규칙
  * [x] 숫자 (0 \~ 9), 영문 대소문자 (a \~ z, A \~ Z), 특수문자(!, @, #, $, % 등) 조합 9자리 이상
  * [x] 3자 이상 동일한 숫자 또는 문자, 6자리 연속된 숫자는 사용할 수 없습니다.

### 3-5. 비밀번호 재입력 <a href="#id-3-5" id="id-3-5"></a>

* 앞서 입력한 비밀번호를 동일하게 다시 입력합니다

### 3-6. 자동 계정 생성 방지 (CAPTCHA) <a href="#id-3-6" id="id-3-6"></a>

* 다량의 계정 생성을 방지하기 위한 조치입니다.

### 3-7. 계정 생성 <a href="#id-3-7" id="id-3-7"></a>

&#x20;    1\) 모든 정보를 입력한 후, 계정 생성이 완료됩니다.

&#x20;    2\) 등록한 이메일로 회원가입 인증 메일이 발송됩니다.

&#x20;    3\) 발송된 메일을 확인하면 가입 절차가 완료됩니다.


---

# 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.plura.io/ko/signup.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.
