# 계정, 회원가입

## 아이디 생성 규칙 <a href="#id-1" id="id-1"></a>

* 사용자 ID는 영문, 영문+숫자 6자리 이상이어야 합니다.
* 비밀번호는 영문/숫자/특수문자 8자 이상(또는 영문/숫자 10자 이상)

## 비밀번호 변경 주기 / 규칙 <a href="#id-2" id="id-2"></a>

* **비밀번호는 영문/숫자/특수문자 8자리 이상 (영문, 숫자는 10자리 이상)으로 사용 (제외문자 : +, %, #, &, ', ", \\, <, >)**
* **연속적인 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.bizplay.co.kr/basic_guide/basic_admin/account.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.
