> 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-change-the-wizard-workflow.md).

# How to change the wizard workflow

You can modify the workflows of wizards used for configuring procedures that run in the B2CORE UI, such as client registration, authorization, password recovery, and others.

To change a wizard workflow:

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

{% step %}
Select the wizard you want to change and click the **Edit** button.
{% endstep %}

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

For wizards that support additional steps, you can add or remove them from the workflow:

* To add a step, click **Add**, select the desired step, and click **Save**.
* To delete a step, click the **bin** icon in the step row, and then confirm the deletion in the displayed popup.

You can also restrict workflow steps for specific countries or client types:

* Click the **Actions** button in the step row.
* Select the restriction type: **Country restrictions** or **Client type restrictions**.
* In the displayed popup, fill in the following fields:
  * In the **Type** dropdown, select the rule type:
    * **Allow only** — to allow the use of the step only for specific countries or client types.
    * **Deny only** — to prohibit the use of the step for specific countries or client types.
  * In the **Rules** dropdown, select one or more countries, or client types to which you want to apply the selected rule.
  * Set the **Enabled** option to **Yes** to apply the restriction.
    {% endstep %}

{% step %}
Click **Save** to apply the changes to the wizard workflow.
{% 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-change-the-wizard-workflow.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.
