> For the complete documentation index, see [llms.txt](https://help.smartrr.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.smartrr.com/docs/support/customer-account-portal/accessing-the-customer-account-portal.md).

# Accessing the Customer Account Portal

Showing your customer where they can access their account to self-manage their subscriptions.

### Accessing the Account Portal&#x20;

Shoppers can access their Account Portal directly from your Shopify store. Most Shopify themes include a small 'Account' icon near the upper right corner of the screen.

{% hint style="warning" %}
Note: (default Shopify account icon shown below)
{% endhint %}

<figure><img src="https://3658670565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FndNAuxS4koYyI8AQTpS9%2Fuploads%2FgozvoezMiCYs5aJjV1FF%2Fimage3.png?alt=media&amp;token=5aeef5ff-50e2-479a-a905-9243fd8394eb" alt="Default account icon shown on Shopify themes. This is the &#x22;person&#x22; or &#x22;body&#x22; icon. This icon takes you to the account page when clicked. When Smartrr is setup on the store, logging in to the Shopify account is required to access the Smartrr customer portal."><figcaption></figcaption></figure>

{% hint style="warning" %}
Note: If you’ve customized your theme, the account portal icon could appear in a different location.&#x20;
{% endhint %}

### Accessing the Account Portal with a Direct Link.&#x20;

Shoppers can also access the Account Portal directly using the following link structure: [https://\[your-shop-domain\].myshopify.com/account](#accessing-the-account-portal-with-a-direct-link)

Similarly, if you have connected a custom domain to Shopify, that link can also be used: [https://\[your-shop-domain.com\]/account](#accessing-the-account-portal)

{% hint style="warning" %}
For an example, you can visit the Smartrr Snacks Demo store’s account login page here: <https://smartrr.shop/account>
{% endhint %}

### **What if a Shopper hasn’t Created an Account?**

Whenever a subscriber purchases a subscription, they will be sent an email inviting them to create an account to manage their subscription. If they haven’t taken the steps in setting up an account, they can always create an account after the fact by clicking the 'Create Account' link on the login page.

<figure><img src="https://3658670565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FndNAuxS4koYyI8AQTpS9%2Fuploads%2FqDAYR6sOBvo3PL0NZO4F%2Fimage17.png?alt=media&amp;token=d1be8228-f31b-49c7-b05b-2b510a7d6c41" alt="Shopify&#x27;s default account registration form. It&#x27;s required to register if you don&#x27;t already have an account. Registering makes it possible to view the Smartrr customer portal to manage your subscriptions."><figcaption></figcaption></figure>

{% hint style="warning" %}
This page can also be reached by directly linking to the following URL structure:

https\://\[your-shop-domain].myshopify.com/account/register
{% endhint %}

### **Sending Account Invites via Shopify**

You can also send an email reminder to a shopper to register for their account directly from within the Shopify admin customer page:

<figure><img src="https://3658670565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FndNAuxS4koYyI8AQTpS9%2Fuploads%2FvpkhkriRvkoxRlXEu2Jm%2Fimage22.png?alt=media&amp;token=6b1c0f99-3e7c-4b4a-a668-98e201c18d94" alt="An account invite can be sent through Shopify from the customer&#x27;s profile page in the Shopify admin. Send an invite to customers who don&#x27;t have an account created with your store, and are unable to view subscriptions they recently purchased."><figcaption></figcaption></figure>

### What the Smartrr customer portal looks like:

<figure><img src="https://3658670565-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FndNAuxS4koYyI8AQTpS9%2Fuploads%2FpyUbk7MotscknYLEnouP%2F20260904-2125-02.9482494.gif?alt=media&amp;token=f69fa309-a52b-4854-892a-24bd0f17d27e" alt="Gif of the Smartrr customer portal."><figcaption></figcaption></figure>


---

# 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://help.smartrr.com/docs/support/customer-account-portal/accessing-the-customer-account-portal.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.
