# Customer Profile

When a customer account is created or an existing customer account is logged into, the Instore customer profile page can be accessed. On this page, the customer's profile information and order history can be viewed. An account should be logged into by clicking the profile icon located on the homepage. If the customer account has already been logged into, the icon will open the profile page.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FUhhVUEjEMXWdV3SZ6Q0a%2Fimage1.png?alt=media&#x26;token=5d8fdd41-63d5-4aed-94bd-2e330493c112" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">My Account​</mark> <a href="#my-account" id="my-account"></a>

The customer profile page includes recent order details, loyalty points, promotional information such as gift cards, and editable address information. Additionally, the list of all orders can be accessed through the **“Orders”** section, and the staff can log out of the customer account using the **“Log Out”** option.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2F62RhIHCpJPIVzluTdebI%2Fimage2.png?alt=media&#x26;token=d4dcbe3c-daac-4247-a86e-85bad7a8373b" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">Orders</mark>​ <a href="#orders" id="orders"></a>

In the **“Orders”** section accessed from the profile page, a list of the customer's previous orders can be viewed. The order date, total order amount, product items, and order number are displayed for each order.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2FB8Jm8PscCybBwLAHxu9g%2Fimage3.png?alt=media&#x26;token=d1a0899e-b557-4254-a2d3-d9fda5a68f63" alt=""><figcaption></figcaption></figure>

Additionally, by clicking on the **“Order Detail”** option, more detailed information about the selected order can be accessed.

On this page, the order number, order date, order status, the store from which the order was placed, and the channel through which the selected order was created can be accessed.

<figure><img src="https://3333414532-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FIbwGN7KwvYi0iLbjtnXz%2Fuploads%2F3eilNl4VveVdIpp9Pcc0%2Fimage4.png?alt=media&#x26;token=b486d784-2420-49e7-97bf-14bdff31e450" alt=""><figcaption></figcaption></figure>

Additionally, information such as the quantity, color, size, and product code of the items are also available on this 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://docs.akinon.com/tutorials/instore/instore-user-manual/customer-profile.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.
