> 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/overview/what-is-the-customer-hub.md).

# What is the customer hub?

The Customer Hub within PeakCommerce serves as a centralized platform where customers can access and manage various aspects of their accounts and subscriptions. It provides customers with a user-friendly interface to interact with the PeakCommerce platform, empowering them to perform tasks such as viewing account details, managing subscription plans, and accessing support resources.

Key features of the Customer Hub may include:

1. **Account Management**: Customers can view and update their account information, such as contact details, billing preferences, and payment methods.
2. **Subscription Management**: The Customer Hub allows customers to manage their subscription plans, including viewing subscription details, upgrading or downgrading plans, and canceling subscriptions if necessary.
3. **Billing and Invoicing**: Customers can access their billing history, view invoices, and make payments directly through the Customer Hub, providing them with transparency and control over their financial transactions.
4. **Support and Communication**: The Customer Hub may offer access to support resources, such as FAQs, knowledge base articles, and help documentation. It may also enable customers to submit support tickets or contact customer service representatives for assistance.
5. **Customization and Personalization**: Depending on the platform's capabilities, the Customer Hub may allow customers to customize their user experience, such as setting preferences, configuring notifications, and opting in or out of certain features or communications.

Overall, the Customer Hub enhances the customer experience by providing a convenient and self-service platform for managing interactions with the PeakCommerce platform. It streamlines processes, improves transparency, and empowers customers to take control of their accounts and subscriptions, ultimately fostering satisfaction and loyalty.

***

### Pricing

PeakCommerce Customer Hub is available on the following plans:

* Latest Starter plan or above (May 2023)
* Any Essentials plan or above

If you are on a legacy plan and don't have access to this feature, you can update to one of our latest plans in your Billing settings or contact your account manager.


---

# 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.peakcommerce.com/product/customer-self-service/overview/what-is-the-customer-hub.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.
