# วิธีสมัครสมาชิก

1. ใช้คำสั่ง **`/register <รหัสผ่าน> <อีเมล>`** เพื่อสร้างบัญชีของคุณ

* ตัวอย่าง: **`/register yourpassword youremail@gmail.com`**
* **หมายเหตุ**:
  * รหัสผ่านควรตั้งให้ปลอดภัยและจดจำง่าย
  * อีเมลที่ใช้ต้องเป็นอีเมลที่ใช้งานได้จริง

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

2. ใช้คำสั่ง **`/login <รหัสผ่าน>`** เพื่อเข้าสู่ระบบ
   * ตัวอย่าง: **`/login yourpassword`**
   * **หมายเหตุ**:
     * โปรดใช้รหัสผ่านที่คุณได้ลงทะเบียนไว้
     * หากลืมรหัสผ่าน ใช้คำสั่ง /email recovery อีเมลที่สมัครไว้ตอนแรก

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


---

# 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://help.amorycraft.com/start/register.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.
