# Membership Change

Membership Change allows you to request a transition to Individual Business Operator or Corporate Business Operator.\
This menu is available only to members who meet specific conditions, and certain restrictions apply. Please refer to the details below.

<br>

## Membership Change Conditions <a href="#id" id="id"></a>

The eligibility for membership transition varies depending on the developer's Membership Classification and Country/Region.

<table><thead><tr><th valign="top">Membership classification</th><th valign="top">Developer (South Korea)</th><th valign="top">Developer (other than South Korea)</th></tr></thead><tbody><tr><td valign="top">Individual developer</td><td valign="top"><ul><li>Eligible for transition to Individual business operator</li><li>Eligible for transition to Corporate business operator</li></ul></td><td valign="top"><ul><li>Not supported</li></ul></td></tr><tr><td valign="top">Individual business operator</td><td valign="top"><ul><li>Eligible for transition to Corporate business operator</li></ul></td><td valign="top"><ul><li>Not supported</li></ul></td></tr><tr><td valign="top">Corporate business operator</td><td valign="top"><ul><li>Not supported</li></ul></td><td valign="top"><ul><li>Not supported</li></ul></td></tr></tbody></table>

## Membership Change Guidelines <a href="#id" id="id"></a>

* Only membership information will be updated; all information related to app sales will remain unchanged.
* Once the membership transition is completed, reverting to the previous status is not possible.

<br>

## Membership Change Process <a href="#id" id="id"></a>

1. Select 'My Account > Membership Change' from the menu.
   1. The menu is displayed only if you meet the eligibility criteria for membership transition.
2. Choose the desired membership type and click the 'Change' button.
3. Enter the required details under 'Enter Membership Information' and complete the request.
   * Basic Information: Enter information about the new business entity.
   * Settlement Information: Provide settlement details for the new business entity. For more details on settlement information, refer to "[here](https://onestore-dev.gitbook.io/dev/eng/docs/member/info/settlement-info)".
4. The submitted information will be reviewed, and the membership transition will be completed upon approval.
   * The review result will be sent via email.
   * Approval is not guaranteed, so please check the email report for the review outcome.


---

# 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/eng/docs/member/change.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.
