# How to set up fields for the Basic Information step

At the Basic Information step, clients are prompted to provide their personal information by completing the fields displayed on the **Sign Up** page in the B2CORE UI.

This step includes a predefined set of fields. You can edit or remove these fields, but you can't add new fields to this step.

To set up fields for the Basic Information step:

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

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

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

{% step %}
Click the **Edit** button located in the Basic Information step row.
{% endstep %}

{% step %}
Go to the **Custom fields** tab.

<figure><img src="/files/9hsdkmmKMioUv3uiQnAA" alt="Custom fields tab"><figcaption><p>Custom fields tab</p></figcaption></figure>
{% endstep %}

{% step %}
To modify settings of an existing field, click the **Edit** button located in the field row.

{% hint style="info" %}
The Registration wizard can accept and process only a specific set of data.

For details on the fields that you can add, along with their names, settings, and attributes, refer to [Fields supported in the Basic Information step](/how-to-articles/manage-system-settings/how-to-set-up-the-registration-wazard/fields-supported-in-the-basic-information-step.md).
{% endhint %}
{% endstep %}

{% step %}
Configure the following field settings:

* In the **Main field settings** section:
  * In the **Type** dropdown, select the field type.
  * In the **Enabled** dropdown, select `Enabled` to display the field during registration or `Disabled` to hide the field.
* In the **Field attributes** section:
  * In the **Name** field, enter the field name used in the Back Office.
  * In the **Label** field, enter the field label. Field labels are displayed on the **Sign Up** page in the B2CORE UI.
  * In the **Rules** dropdown, select one or more rules for validating the data entered in the field by clients.

The list of field attributes depends on the selected field type and can include other attributes. If additional attributes are available for the field, they are listed in [Fields supported in the Basic Information step](/how-to-articles/manage-system-settings/how-to-set-up-the-registration-wazard/fields-supported-in-the-basic-information-step.md).
{% endstep %}

{% step %}
Click **Save** to apply the changes to the field settings.

<figure><img src="/files/dMNnNs0uOluXyzHLe0RT" alt="Save field settings"><figcaption><p>Save field settings</p></figcaption></figure>

After saving the field settings, you'll be redirected to the fields list on the **Custom fields** tab.
{% endstep %}

{% step %}
Ensure that all the fields you want clients to complete during registration are enabled.
{% endstep %}

{% step %}
To remove a field that you no longer need for registration, click the **bin** icon located in the field row.
{% endstep %}

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


---

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