# Registration

The B2Bsellers Suite provides several configuration options to control how B2B customers are onboarded and authenticated. Below are the key settings for registration and automated communications.

## Automated Welcome Emails

You can trigger automated welcome emails during customer creation or updates based on specific conditions:

* Trigger via Flag: When creating or updating a customer via the API, including the flag `_sendWelcomeMail` will trigger a welcome email.
* Requirement: For the email to be sent, the customer must have the custom field `b2b_platform_access` set to true.

## Registration & Onboarding Modes

Depending on your business model, you can choose how new customers enter your system:

### Registration Request Form

Instead of allowing immediate account creation, you can replace the standard registration with a request form.

* Process: Submitted data is sent directly to the shop operator via email for manual review.
* Business Verification: You can enable a mandatory checkbox requiring customers to confirm they are operating a legitimate business (Commercial Confirmation).

### Direct B2B Registration

If you allow direct registration, the suite automates the background setup:

* Automatic Access: New registrants are automatically flagged with `b2b_platform_access`.
* Employee Creation: The system automatically creates a corresponding "Employee" record for the main account holder so they can use the B2B platform features immediately.


---

# 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://docs.b2b-sellers.com/b2b-platform/user-guide/configuration/registrationsprozess.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.
