# Creating the Customer Portal

Official docs: <https://stripe.com/docs/billing/subscriptions/customer-portal>

### Setting up a customer portal

1. [Change your branding](https://dashboard.stripe.com/settings/branding)
2. [Update your account information](https://dashboard.stripe.com/settings/account)
3. [Configure your customer portal](https://dashboard.stripe.com/test/settings/billing/portal):
   1. **Payment methods**: Enable (recommended)
   2. **Cancel subscriptions**: Enable (your preference)
   3. **Update subscriptions**: (your preference)
   4. **Added products**: Add all your subscription-based products
   5. Links:
      1. **Terms of Service**: <https://yourappname.com/terms>
      2. **Privacy Policy**: <https://yourappname.com/privacy>
      3. **Default redirect link**: <http://localhost:8080/app/settings/organization/subscription>

### Preview

![](/files/-MFJci0cfYA_Znceu9Sw)


---

# 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.netcoresaas.com/other/integrations/stripe/creating-your-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.
