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

# Account

Shopify offers two options for [customer accounts](https://help.shopify.com/en/manual/customers/customer-accounts). The new customer account system is determined by Shopify, not the theme, and it offers a more frictionless experience by sharing checkout information amongst all stores that use the Shop payment system. This saves the customer the trouble of having to maintain account information across different stores.&#x20;

Primavera offers a full set of **legacy customer account templates** in case you are unable to use the new customer account system.

### Account navigation

By default, the account menu includes links to **Order history** and **Addresses**. To add more links, for example a link to your contact page or subscriptions dashboard, create a new menu in **Content > Menus** called **Account** (the menu handle needs to be equal to `account`) and it will appear automatically.

<figure><img src="/files/qW2bQcKKYy0Zceduc9oF" alt="Screenshot of the account portal on the Precision preset. It shows a two column grid with account details in the left column, and a custom account menu on the main column. "><figcaption><p>By creating an <strong>Account</strong> menu, we've added two additional links to the account navigation menu: <strong>Subscriptions</strong> and <strong>Contact</strong>.</p></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://docs.ultramarinastudios.com/templates/account.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.
