> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api-guide/api-guides-en/store-front-api/member-service.md).

# Member Service

## Overview

Managing customer personal information and the user experience is a core function. This document describes two key services: sign-up and login. Sign-up covers the process of registering a new user and granting access to the e-commerce website, while login covers the process by which an already registered user accesses their account.

***

## Structure

<details>

<summary>Sign Up</summary>

Sign-up covers the process by which a new customer joins the e-commerce website. Users can create an account by providing personal information and setting a username and password.

</details>

<details>

<summary>Login</summary>

Login refers to the process by which an already registered user accesses their account. Once a user logs in with the correct username and password, they can access the features and information provided by the e-commerce website.

</details>
