> For the complete documentation index, see [llms.txt](https://docs.soei.group/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soei.group/5.-trust-and-security/5.2-identity-security.md).

# 5.2 Identity Security

Identity Security đảm bảo mỗi người dùng trên Soei là một cá nhân thực.

Điều này giúp giảm thiểu các vấn đề như:

* bot
* tài khoản giả
* spam
* gian lận Credit.

***

#### Các cấp độ xác minh <a href="#cac-cap-do-xac-minh" id="cac-cap-do-xac-minh"></a>

Soei triển khai nhiều cấp độ xác minh tài khoản.

**Level 1 – Basic Verification**

* email
* captcha
* xác nhận thiết bị.

***

**Level 2 – Phone Verification**

* xác minh số điện thoại
* bảo vệ tài khoản tốt hơn.

***

**Level 3 – Advanced Verification**

Dành cho:

* creator lớn
* người dùng tín dụng cao
* doanh nghiệp.

Có thể bao gồm:

* xác minh danh tính
* xác minh doanh nghiệp.

***

**Flow xác minh tài khoản**

```
Tạo tài khoản
      │
      ▼
Email Verification
      │
      ▼
Phone Verification
      │
      ▼
Advanced Verification
      │
      ▼
Trusted Account
```


---

# 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://docs.soei.group/5.-trust-and-security/5.2-identity-security.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.
