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

# CUSTOMER FIELDS

- [Shopify Customers integration](https://docs.powerfulform.com/customer-fields/shopify-customers-integration.md)
- [Account options](https://docs.powerfulform.com/customer-fields/account-options.md): You can decide how customer accounts are handled when someone submits a registration form. This guide will show you how to set up these options for both new and existing forms.
- [Create Shopify Customers](https://docs.powerfulform.com/customer-fields/create-shopify-customers.md): When customers fill out your form, you can automatically turn their submission into a full Shopify customer account, saving you time and keeping customer data organized.
- [Customer account approval](https://docs.powerfulform.com/customer-fields/customer-account-approval.md)
- [Email verification](https://docs.powerfulform.com/customer-fields/email-verification.md)
- [Customer metafield](https://docs.powerfulform.com/customer-fields/customer-metafield.md): This feature allows you to save customer form submissions directly into a customer metafield in Shopify (e.g. birthday, preferences, membership status, notes, custom attributes).
- [Add Customer Note](https://docs.powerfulform.com/customer-fields/add-customer-note.md)
- [Add Customer Tag](https://docs.powerfulform.com/customer-fields/add-customer-tag.md)
- [Add Customer Tag - fixed tag](https://docs.powerfulform.com/customer-fields/add-customer-tag/add-customer-tag-fixed-tag.md)
- [Add Customer Tag - Dynamic tag](https://docs.powerfulform.com/customer-fields/add-customer-tag/add-customer-tag-dynamic-tag.md): Use this feature to automatically add a tag to your Shopify customer profile based on what the customer chooses or enters in a form. Great for segmentation, targeted marketing, or internal tracking.
- [Fixed Tag vs Dynamic Tag](https://docs.powerfulform.com/customer-fields/add-customer-tag/fixed-tag-vs-dynamic-tag.md)
- [Overwrite Customer Tags & Notes](https://docs.powerfulform.com/customer-fields/overwrite-customer-tags-and-notes.md): When customers submit your form multiple times, you can choose whether the app should append new tags/notes to their existing Shopify customer profile or overwrite the previous ones.
- [Edit customer account page](https://docs.powerfulform.com/customer-fields/edit-customer-account-page.md)
- [Require login to submit](https://docs.powerfulform.com/customer-fields/require-login-to-submit.md): This article shows you how to change the settings to require customers to log into customer account before they want to fill in the form on your store.
- [Display Submission list in account page](https://docs.powerfulform.com/customer-fields/display-submission-list-in-account-page.md)


---

# 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.powerfulform.com/customer-fields.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.
