# Customer registration

If your customers create an account with your store, then they can add their address information to their account so that it autofills during checkout. They can also view their order history with your store and see the current order status for any purchases they make.

1. From your Shopify admin, click **Settings**, then click **Checkout**.
2. Scroll down to the **Customer accounts** sections.
3. Check **Accounts are optional** and click **Save.**

{% hint style="info" %}
&#x20;Shopify provides a number of options for enabling customer accounts and you can find out more about this in their help article. See Shopify [Customer Accounts guide](https://help.shopify.com/en/manual/customers/customer-accounts#set-your-customer-account-preferences) here for more details about enabling this setting on your store.
{% 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://halosoft.gitbook.io/concept-documentation/basic-configuration/customer-registration.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.
