# Auto-approve settings

Auto-approve automatically approves new B2B registrations without you needing to manually review each one. Use this when you want to offer open wholesale access.

***

## Enable auto-approve

1. Go to **Registration → Settings**
2. Toggle **Auto-approve new submissions** on
3. *(Optional)* Select the **Customer Group** to assign approved customers to
4. Save

From now on, every new submission is instantly approved.

***

## What happens on auto-approve

1. Customer submits the registration form
2. App instantly:
   * Creates or updates their Shopify customer account
   * Assigns the selected customer tag/group
   * Sends an **auto-approved welcome email**
3. Customer can start buying at wholesale prices immediately

***

## When to use auto-approve

| Scenario                                                 | Recommendation                                     |
| -------------------------------------------------------- | -------------------------------------------------- |
| Open trade account (anyone can register)                 | ✓ Enable auto-approve                              |
| Restricted wholesale (you vet buyers)                    | ✗ Keep manual review                               |
| Mixed (auto-approve basic tier, manually review premium) | Use auto-approve for one group, manual for another |

***

## Turning off auto-approve

Toggle **Auto-approve** off at any time. Existing approved customers are unaffected. New submissions will go back to the pending queue.


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/b2b-registration/auto-approve.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.
