> For the complete documentation index, see [llms.txt](https://support.hachium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hachium.com/kho-ung-dung/nha-phat-trien/sign_up.md).

# Đăng Ký

## Đăng ký

<mark style="color:green;">`POST`</mark> `https://developers.hachium.com/app/sign_up`

Khi người sử dụng đăng ký  vào website trên một hệ thống thứ 3 thì đồng thời cũng gửi đăng ký lê hệ thống của Hachium thông qua API sign\_up

#### Headers

| Name  | Type   | Description                                      |
| ----- | ------ | ------------------------------------------------ |
| token | string | Token khi quản trị bật trạng thái nhà phát triển |

#### Request Body

| Name     | Type   | Description                                   |
| -------- | ------ | --------------------------------------------- |
| name     | string | Tên người đăng ký                             |
| email    | string | Email đăng ký                                 |
| phone    | string | Số điện thoại đăng ký                         |
| password | string | Mật khẩu đăng nhập                            |
| domain   | string | Tên miền của website mà học viên muốn đăng ký |

{% tabs %}
{% tab title="200 Thông báo là đã đăng ký thành công hay chưa. Nếu có lỗi xảy ra, hệ thống sẽ thông báo lỗi cụ thể" %}
{% tabs %}
{% tab title="Đăng ký thành công" %}
{% code title="Đăng ký thành công" %}

```
{
"status": "000",
"message": "Đăng ký thành công"
}
```

{% endcode %}
{% endtab %}

{% tab title="Khi có lỗi xảy ra" %}
{% code title="Khi có lỗi xảy ra" %}

```
{
"status": "201",
"message": "Email đã tồn tại trong hệ thống"
}
```

{% endcode %}
{% endtab %}
{% endtabs %}
{% endtab %}
{% endtabs %}


---

# 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://support.hachium.com/kho-ung-dung/nha-phat-trien/sign_up.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.
