> For the complete documentation index, see [llms.txt](https://docs.b2core.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-set-up-the-registration-wazard/how-to-configure-the-user-registration-step.md).

# How to configure the User Registration step

At the User Registration step, clients are registered in B2CORE and assigned the initial verification level.

It's possible to select the client type and verification level that are assigned to clients after registration. This may be useful when you configure two separate registration procedures for individual and corporate clients and want to assign different initial verification levels to such clients.

Select the client type and verification level assigned to clients after registration:

{% stepper %}
{% step %}
Navigate to **System** > **Wizards**.
{% endstep %}

{% step %}
Select the Registration wizard and click **Edit**.
{% endstep %}

{% step %}
Go to the **Workflow** tab.
{% endstep %}

{% step %}
Click the **Edit** button located in the User Registration step row.
{% endstep %}

{% step %}
Go to the **Settings** tab, and fill in the following fields:

* In the **Register As** dropdown, select the client type that is assigned to clients after registration. The list includes all the enabled client types configured on the [Clients > Types](/back-office-guide/clients/types.md) page.

  If you leave `Not selected` in the **Register As** dropdown, the client type marked as default on the [Clients > Types](/back-office-guide/clients/types.md) page will be assigned to clients after registration. If no default type is set, the type with the lowest priority index will be assigned.
* In the **Verification Level** dropdown, select the initial verification level that is assigned to clients after registration. The list includes all the verification levels configured on the [Verification > Levels](/back-office-guide/verification/levels.md) page except for the default verification level to which the zero (`0`) index is assigned.

  If you want to assign the default verification level to clients after registration, leave\
  `Not selected` in the **Verification Level** dropdown.

<figure><img src="/files/mIqfgaUAUiJRqpQX26z1" alt="User Registration step"><figcaption><p>User Registration step</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Save** to apply the changes.
{% endstep %}
{% endstepper %}


---

# 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.b2core.b2broker.com/how-to-articles/manage-system-settings/how-to-set-up-the-registration-wazard/how-to-configure-the-user-registration-step.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.
