> 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/instore-user-manual/customer-profile.md).

# 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="/files/k9KcVcwjRx269OdldVkF" 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="/files/M5FrqDO6yjOLgKc5pOZD" 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="/files/7vsmP4yEnevATjgmTWCU" 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="/files/btWo50iWQ4oaUltYBjUA" 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
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/instore-user-manual/customer-profile.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.
