Adding custom actions on form with wizard

Hello, i've been confused of my code, i wanna run Jobs at submit button was clicked, and i confused too, if i click submit action is there with run query of models? my form is form update btw,

the code is like this:
Wizard\Step::make('Change Password')
->model(User::class)
Was this page helpful?