> For the complete documentation index, see [llms.txt](https://docs.akinon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akinon.com/tutorials/instore/create-customer-account.md).

# Create Customer Account

This tutorial will guide you through the process of creating new customer accounts and completing the sales process with the Akinon Instore application. By following these steps, store employees can effectively manage customer accounts and improve the overall shopping experience.

## <mark style="color:red;">Step 1: Accessing the Customer Account Creation​</mark> <a href="#step-1-accessing-the-customer-account-creation" id="step-1-accessing-the-customer-account-creation"></a>

* Open the Akinon Instore application.
* Click on the **Select a Customer** button located in the header.
* From the **Select a Customer** option, you will be directed to the "Search by Member Information" screen.<br>

  <figure><img src="/files/rIePl8YPrY5w8h4Nl8bh" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Step 2: Creating a New Customer Account​</mark> <a href="#step-2-creating-a-new-customer-account" id="step-2-creating-a-new-customer-account"></a>

On the "Search by Member Information" screen, begin the process of creating a new customer account:

* Click on the **Create a New Customer** button.

{% hint style="info" %}
If `VERIFY_REGISTER=True` is defined in the settings file, SMS verification will be performed, and SMS settings must also be configured. OTP can be used for creating a new customer and selecting a registered customer.
{% endhint %}

## <mark style="color:red;">Step 3: Entering Customer Information​</mark> <a href="#step-3-entering-customer-information" id="step-3-entering-customer-information"></a>

To successfully create a new customer account, relevant customer information needs to be provided:

* On the "Create a New Customer" screen, fill in the required details for the new customer account, including:
  * Customer's full name
  * Customer's surname
  * Customer's date of birth
  * Customer's phone number
  * Customer's email address<br>

    <figure><img src="/files/6gObudw2J0l6QQCJxuMV" alt=""><figcaption></figcaption></figure>

## <mark style="color:red;">Step 4: Confirming Agreements​</mark> <a href="#step-4-confirming-agreements" id="step-4-confirming-agreements"></a>

Before finalizing the new customer account, ensure that the customer agrees to any necessary terms and conditions:

* Prompt the customer to confirm any required agreements for account creation.

## <mark style="color:red;">Step 5: Saving the Customer Account​</mark> <a href="#step-5-saving-the-customer-account" id="step-5-saving-the-customer-account"></a>

Once the customer has confirmed the necessary agreements, proceed with saving the new customer account:

* Click the **Save** button on the "Create a New Customer" form.
* The Akinon Instore application will process the information and create the new customer account.
* When the account creation is successful, the Akinon Instore application will automatically redirect you to the homepage, and a notification will confirm that the "Account Created" successfully.

### <mark style="color:red;">Customer Account Login​</mark> <a href="#customer-account-login" id="customer-account-login"></a>

To initiate the sales process using the newly created customer account, follow these steps:

* On the Akinon Instore application, find and click on the **Customer Login** option.
* Enter the customer's registered email address in the provided field.
* As the Instore application automatically generates the password and doesn't share it with the customer, there is no need to enter a password for login.
* After entering the email address, click the **Login** button to access the customer's account.<br>

  <figure><img src="/files/FM2UQ9uSMoOxTwvZpZGC" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">Accessing Other Brand Platforms​</mark> <a href="#accessing-other-brand-platforms" id="accessing-other-brand-platforms"></a>

Customers can use the newly created account across all platforms of the brand. To access the brand's other platforms (e.g., website, mobile application) using this account information, they should follow these steps:

* To access the brand's other platforms (website, mobile application, etc.) using this account information, the customer needs to use the **Forgot Password** feature available on those platforms to create a new password.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.akinon.com/tutorials/instore/create-customer-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
