# Customer/Membership Portal

Below you will find articles relating to Customer Portals and Membership Portals:

A **Customer Portal** will allow any customer with a successful order to log into the portal and will display all their past orders. If the customer has a subscription, you can provide an option to pause, cancel, or restart the subscription. If the subscription is cancelled, the customer will still be able to log into the portal.

A **Membership Portal** will only allow users to log into the portal if they have purchased a subscription product. You can create separate pages for “Active” and “Inactive” users so the user only sees the appropriate pages based on their subscription status.

Within either portal option, customers with a subscription can see their order history, update their billing & shipping info, update card on file, and Pause/Restart/Cancel/Edit subscriptions. You can also offer more products for the customer to purchase either with their card on file or with a new card.

***

{% content-ref url="/pages/De1R7WImEYpVr6PCARyr" %}
[Customer Portal (Without Plugin)](/funnel-builder/customer-membership-portal/customer-portal-without-plugin.md)
{% endcontent-ref %}

{% content-ref url="/pages/Ra7OtTIQ7zkwlzntifGX" %}
[Membership Portal with CustomClub Plugin](/funnel-builder/customer-membership-portal/membership-portal-with-customclub-plugin.md)
{% endcontent-ref %}

{% content-ref url="/pages/R2UrkvEUTunAexTO2Jey" %}
[SSO with External Sites](/funnel-builder/customer-membership-portal/sso-with-external-sites.md)
{% endcontent-ref %}


---

# 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/customer-membership-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.
