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

# Customer Account Management

### Overview

The customer hub within the Peak platform provides customers with direct access to their personalized portal. Through this portal, customers gain the ability to efficiently manage their accounts and subscriptions. Upon logging in, the first tab visible to customers is labeled "My Account."

### Admin Access to Customer Portal

Within the Peak platform, administrators possess the capability to view a customer's portal. To access this feature, administrators should navigate to the Users section. Upon locating the desired customer, click on Actions > "Login as Customer."

### Elements of the Account Page

#### Account Summary

This section presents a summary of the customer's account details, including:

* Name
* Account Number
* Account Balance
* Credit Balance
* Last Payment
* Last Payment Date
* Last Invoice Date

#### Invoice History

Displayed in a tabular format, this section provides a comprehensive overview of previous transactions. Each invoice is accompanied by options to view it as a PDF.

* Invoice Number
* Invoice Date
* Due Date
* Invoice Amount
* Invoice Balance

#### Payment Methods

This section lists all payment methods associated with the customer's account.

#### Payment History

This section presents a detailed history of all payments made by the customer.

#### Contact Information

This section includes comprehensive contact details for the customer.

### Managing Customer Permissions

To regulate the visibility and actions permitted for customers on the account page, administrators can adjust settings at the profile level. For detailed guidance on these settings, please refer to the article "Profile: My Account."


---

# 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:

```
GET https://docs.peakcommerce.com/product/customer-self-service/account-management/customer-account-management.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.
