# 会員登録

{% 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/NqibluWTLqiflt44y3YD" 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. ID(Eメール)入力 <a href="#id-3-3" id="id-3-3"></a>

* ログインに使用するID（Eメール）を入力してください。

### 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>

* [x] 4.同一のパスワードを入力してください。

### 3-6. 自動アカウント生成防止（CAPTCHA） <a href="#id-3-6" id="id-3-6"></a>

* [x] 大量のアカウント作成を防止するための対策です。

### 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/ja/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.
