> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/samita-wholesale-b2b/registration-form.md).

# Registration Form

- [Create and customize the Registration Form](https://docs.samita.io/samita-wholesale-b2b/registration-form/create-and-customize-the-registration-form.md): Build the sign-up form new B2B customers use to apply for wholesale access, then connect it to your storefront.
- [Integrate Registration Form with Shopify customer data](https://docs.samita.io/samita-wholesale-b2b/registration-form/integrate-registration-form-with-shopify-customer-data.md): Map each Registration Form field to a real Shopify customer property, so submissions become real customer accounts.
- [Add Samita Registration form to a page](https://docs.samita.io/samita-wholesale-b2b/registration-form/add-samita-registration-form-to-a-page.md): Publish your Registration Form on a storefront page by pasting its shortcode into the page's HTML.
- [Automatically add “wholesale” tag to Shopify customer account](https://docs.samita.io/samita-wholesale-b2b/registration-form/automatically-add-wholesale-tag-to-shopify-customer-account.md): Automatically tag new customers as "wholesale" (or any tag you choose) when their registration form is approved.
- [Delete/Duplicate a Registration form](https://docs.samita.io/samita-wholesale-b2b/registration-form/delete-duplicate-a-registration-form.md): Remove a registration form you no longer need, or duplicate one to quickly create a similar form.
- [Automatically create subscribed customer accounts after submit](https://docs.samita.io/samita-wholesale-b2b/registration-form/automatically-create-subscribed-customer-accounts-after-submit.md): Automatically opt new customers into marketing emails when their registration form is submitted.
- [Set up email notifications for the Registration Form](https://docs.samita.io/samita-wholesale-b2b/registration-form/set-up-email-notifications-for-registration-form.md): Customize the emails sent to you and to customers at each stage of a Registration Form submission.
- [Set up SMTP](https://docs.samita.io/samita-wholesale-b2b/registration-form/set-up-smtp.md): Send the app's email notifications from your own Gmail (or other provider) address instead of our default mail server.
- [Add reCaptcha to the form](https://docs.samita.io/samita-wholesale-b2b/registration-form/add-recaptcha-to-the-form.md): Turn on Google reCAPTCHA for a specific Registration Form to block spam and bot sign-ups.
- [Set up Google reCaptcha v2/v3 Site Key and Secret Key](https://docs.samita.io/samita-wholesale-b2b/registration-form/set-up-google-recaptcha-v2-v3-site-key-and-secret-key.md): Generate the Site key and Secret key Google gives you for reCAPTCHA v2 or v3, so you can add them to the app.


---

# 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.samita.io/samita-wholesale-b2b/registration-form.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.
