# Membership Sign-up

To sell apps on ONE store, you must sign up for a Developer Center account.

## Consent to terms and conditions <a href="#id" id="id"></a>

* Only individuals aged 14 or older can sign up for the Developer Center.
* You must agree to all \[Mandatory] terms and conditions to proceed with registration.

## Enter membership information <a href="#id" id="id"></a>

### Basic information <a href="#id" id="id"></a>

* ID
  * Enter the ID you will use for login.
* Password
  * Must include both letters and numbers.
  * Must include either an uppercase letter or a special character.
* Security questions
  * Required for authentication when using the 'Find ID' feature.
  * Choose a question and answer that only you know for security purposes.
* Country/Region
  * Select the Country/Region where you reside or where your business is registered.
* Membership classification
  * Choose the Membership Classification based on the selected Country/Region.

<table><thead><tr><th valign="top"></th><th width="249">South Korea</th><th valign="top">other than South Korea</th></tr></thead><tbody><tr><td valign="top">Membership classification</td><td><p>Individual developer</p><p>Individual business operator</p><p>Corporate business operator</p></td><td valign="top"><p>Individual developer</p><p>Business operator</p></td></tr></tbody></table>

### Details / Business registration information / Information on person in charge <a href="#id" id="id"></a>

The required input fields vary depending on Country/Region and Membership Classification.\
For details on the required information for each membership classification, please refer to "[Here](/dev/chi/docs/member/info/basic-info.md#detail)".

### Register settlement information <a href="#id" id="id"></a>

If Country/Region is "other than South Korea", additional settlement information must be provided.\
For more details on settlement information, please refer to "[Here](/dev/chi/docs/member/info/settlement-info.md)".

## Member Info Verify <a href="#id" id="id"></a>

A verification email will be sent to the E-mail entered during Member Information Entry.\
If you do not receive the email, please check your spam folder.

<br>

## Registration successfully completed <a href="#id" id="id"></a>

The criteria for completing membership registration may vary depending on Country/Region.\
If the member information or settlement information is incorrect, membership approval may be denied.


---

# 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://onestore-dev.gitbook.io/dev/chi/docs/member/sign-up.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.
