# Customer Portal

The **Customer Portal** is a no-code solution for building a complete customer and membership experience using pre-designed pages and configurable settings.

It allows customers to:

* View and manage orders
* Manage subscriptions and shipments
* Update profile and payment information

Portal appearance and behavior are controlled through a centralized set of configurations, including layout, navigation, and styling.

#### Customer Actions Supported

The Customer Portal supports the following customer-initiated actions:

* **Buy Again**\
  Displays a button for each order in the Orders table. Selecting this routes the customer to a configured checkout page with the original order’s products pre-added to the cart.
* **Edit Subscription**\
  Displays an edit button for subscriptions when editable options are enabled. Allows customers to modify permitted subscription settings.
* **Pause Subscription**\
  Available for active subscriptions, allowing customers to temporarily pause billing and fulfillment.
* **Cancel Subscription**\
  Available for active subscriptions, allowing customers to cancel their subscription.
* **Resume / Restart Subscription**\
  Available for paused or cancelled subscriptions, allowing customers to resume or restart service.


---

# 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://help.checkoutchamp.com/funnel-builder/creating-and-editing-funnels-pages/funnel-visualizer-and-page-builder/customer-portal.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.
