# Provision Wizards

This wizard allows us to create provision wizards.

## Steps

### Provision Wizard

Allows you to view and edit a created wizard view. From this wizard, you can create a new one, which will open the **Wizard: New** window.

{{< staticImage "ux/ProvisionWizard/Steps/newProvision.png" "NewProvision" >}}

### Administrative Data

Essential data for the registration and identification of a provision wizard in the platform.

{{< staticImage "ux/ProvisionWizard/Steps/AdministrativeData.png" "AdministrativeData" >}}

### Set Your Fields

Add the customized steps that the wizard will have.

{{< staticImage "ux/ProvisionWizard/Steps/addStep.png" "AddStep" >}}

{{< staticImage "ux/ProvisionWizard/Steps/listSteps.png" "ListStep" >}}

In this case, select the steps **admin** and **security**.

For example, for the **Admin** step, select **administrative state** and **operational status**.

{{< staticImage "ux/ProvisionWizard/Steps/adminStep.png" "AdminStep" >}}

And for the **Security** step, select **certificates**.

{{< staticImage "ux/ProvisionWizard/Steps/certificates.png" "Certificates" >}}

### Set Your Default Values

See how the wizard would look graphically with the new steps added, and select default values if needed.

{{< staticImage "ux/ProvisionWizard/Steps/setDefaultValues.png" "setDefaultValues" >}}

### Previous Validations

Create validations that will be executed before the main action.

{{< staticImage "ux/ProvisionWizard/Steps/previousValidations.png" "PreviousValidations" >}}

### Post Actions

Create validations that will be executed after the main action.

{{< staticImage "ux/ProvisionWizard/Steps/postActions.png" "PostActions" >}}

## Import/Export Configuration

Allows you to import and export the wizard's configuration via JSON.

{{< staticImage "ux/ProvisionWizard/Steps/btnModalJson.png" "btnJson" >}}

{{% ux-wizard-json-import-export %}}

{{< staticImage "ux/ProvisionWizard/Steps/itemJson.png" "items" >}}

{{% children sort="weight" depth="10" %}}

---
