# Membership

Provides a detailed explanation of everything from membership registration to account security for service usage.\
Each section includes step-by-step guidance and important notes to ensure easy understanding and implementation.

* [Membership Sign-up](https://onestore-dev.gitbook.io/dev/eng/docs/member/sign-up)
* [Membership Info](https://onestore-dev.gitbook.io/dev/eng/docs/member/info)
  * [Basic Info](https://onestore-dev.gitbook.io/dev/eng/docs/member/info/basic-info)
  * [Settlement Info](https://onestore-dev.gitbook.io/dev/eng/docs/member/info/settlement-info)
  * [Tax Info](https://onestore-dev.gitbook.io/dev/eng/docs/member/info/tax-info)
* [Membership Change](https://onestore-dev.gitbook.io/dev/eng/docs/member/change)
* [Membership Withdrawal](https://onestore-dev.gitbook.io/dev/eng/docs/member/withdrawal)
* [Security](https://onestore-dev.gitbook.io/dev/eng/docs/member/security)
  * [Two-factor Authentication Settings](https://onestore-dev.gitbook.io/dev/eng/docs/member/security/authentication)
  * [Login Permission by Country/Region](https://onestore-dev.gitbook.io/dev/eng/docs/member/security/countries-regions)
  * [Password Change Notification](https://onestore-dev.gitbook.io/dev/eng/docs/member/security/password-change)
* [Publisher's Page](https://onestore-dev.gitbook.io/dev/eng/docs/member/publishers-page)


---

# 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.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.
