# Customer Portal

Customers can check their subscriptions on storefront by logging into their account and then clicking on ‘Manage Subscriptions’ button.

<figure><img src="https://3627763509-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOT5LnD73BGrfVTqHpCaV%2Fuploads%2FQoFH5dUgciZmj0OTFMEF%2FScreenshot_47.png?alt=media&#x26;token=8b23fa9f-2610-43e1-9c6e-e00deb8d86f7" alt=""><figcaption></figcaption></figure>

It will redirect customers to subscriptions listing page where customers can view or edit( if given permissions by merchant) a subscription by clicking on ‘View, Details’ link under ‘Manage’ column.

<figure><img src="https://3627763509-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOT5LnD73BGrfVTqHpCaV%2Fuploads%2F7ttNlwMBUP3hPz9OmRju%2FScreenshot_48.png?alt=media&#x26;token=0edc5749-ce8c-4c9f-b570-96ed132cffa4" alt=""><figcaption></figcaption></figure>

On click of ‘View Details’ link, it will redirect customer to the selected subscription details page.

<figure><img src="https://3627763509-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOT5LnD73BGrfVTqHpCaV%2Fuploads%2FLZPiarYIMGpnjZIUoeCE%2FScreenshot_49.png?alt=media&#x26;token=0d6ec2e0-1ce7-4a59-a077-74740a635319" alt=""><figcaption></figcaption></figure>

To edit the subscription, following customer portal permissions are provided by merchant to the customers through the app.

<figure><img src="https://3627763509-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOT5LnD73BGrfVTqHpCaV%2Fuploads%2FNgJ04AMA08Ge7izIJAPa%2FScreenshot_50.png?alt=media&#x26;token=e7d64baf-51df-46a0-b28a-c1a631e21c18" alt=""><figcaption></figcaption></figure>

**Order Now:** Allow customers to place a recurring subscription order immediately.

**Skip Order :** Allows the customers to skip an upcoming order.

**Postpone Scheduled Fulfilment :** Allows the customers to postpone a scheduled fulfilment.

**Pause and Resume :** Allows the Customers to pause and resume existing subscriptions.

**Adjust Next Order Date :** Allows the customer to change the next order(billing) date.

**Change Shipping Address :** Allow customers to change their shipping address.

**Edit Product Quantities :** Allows customers to edit their product quantities on their subscriptions.

**Add New Products to Existing Subscription :** Allows customers to add new products to existing subscriptions.

**Remove Existing Product :** Customers can remove existing products.

**Enable Cancel Subscription :** Allows customers to cancel their subscriptions.&#x20;


---

# 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://revlytics.gitbook.io/revlytic/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.
