# Account page

The **Account Page** is your customer’s self-service hub, where they can manage orders, addresses, and saved carts. All in one place.

#### Key Features

* **Order Management**\
  View detailed order information, including Order ID, Order Amount, Date, Payment Status and Fulfillment Status. Customers can also take quick actions such as **Pay Now** or **Reorder** directly from this section.
* **Address Book**\
  Easily add, edit, and manage multiple shipping or billing addresses.
* **Saved Cart**\
  Access previously saved carts to continue building orders over time. This is especially useful for B2B buyers, where orders are often large and built over time. [How to enable Save cart feature.](/app-configuration/customer-group/set-up-customer-group.md#step-4-select-payment-options-available)

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

* **Company Account**

View orders and manage the account based on the assigned corresponding permission.

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

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

Personal information along with Company name:

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

Member information along with their roles:

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

Available roles in Company account:

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


---

# 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.b2bridge.io/storefront-display/account-page.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.
