# Account page

You can restrict access to account-specific features by enabling the **Customer Account** page on your Shopify store. The account page is a secure area where logged-in customers can view their personal details, order history, and saved addresses. If you want your customers to manage their information or track their orders, you can encourage them to create an account and sign in through the login page. Only authenticated users can access the account page to ensure privacy and protection of sensitive information.

<figure><img src="/files/cMxtPufPRjFHMxmKnwip" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Steps**

1. In the theme editor (**Customize**), open the template selector.
2. Select **Legacy customer accounts**, then **Customer Account.**
3. On the left-sidebar, customize **Account** section.
4. Make necessary changes > **Save.**
   {% endhint %}


---

# 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://nextsky.gitbook.io/purity-theme/other-pages/account-page.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.
