Vagrant up which box will be used from the 4 boxes exists: 9.5.1, 10.0.0, 10.1.0, 12.2.0 ...?

Added box ‘laravel/homestead’ (v12.2.0) for provider: virtualbox
as seen below, … code and image
running:
vagrant init laravel/homestead
vagrant up
which box will be used from the 4 boxes exists: 9.5.1, 10.0.0, 10.1.0, 12.2.0 …???

PS D:\htdocs_xampp\Laravel_8_x\Homestead> vagrant --version
Vagrant 2.3.0

PS D:\htdocs_xampp\Laravel_8_x\Homestead> vagrant box update
==> homestead: Checking for updates to 'laravel/homestead'
    homestead: Latest installed version: 9.5.1
    homestead: Provider: virtualbox
can work with are listed below. Please review the list and choose
the provider you will be working with.

1) parallels
2) virtualbox

Enter your choice: 2
==> box: Adding box 'laravel/homestead' (v12.2.0) for provider: virtualbox
    box: Calculating and comparing box checksum...
==> box: Successfully added box 'laravel/homestead' (v12.2.0) for 'virtualbox'!
PS D:\htdocs_xampp\Laravel_8_x\Homestead> 
PS D:\htdocs_xampp\Laravel_8_x\Homestead> 
PS D:\htdocs_xampp\Laravel_8_x\Homestead> cd D:\htdocs_xampp\Laravel9xhomestead   
PS D:\htdocs_xampp\Laravel9xhomestead> vagrant init laravel/homestead
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
PS D:\htdocs_xampp\Laravel9xhomestead> ls


    Directory: D:\htdocs_xampp\Laravel9xhomestead


Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a----        22/08/2022     09:36           3093 Vagrantfile


PS D:\htdocs_xampp\Laravel9xhomestead>

I used ^^^ config.vm.box_version = “12.2.0”
but after vagrant up
how and where to set the Homestead\Homestead.yaml ???

how to proceed to create Laravel sites and where is my Homestead.yaml to set it up??

I must use:
Laravel
Installation & Setup
First Steps

?
or is Homestead already installed???
how to proceed to create Laravel sites and where is my Homestead.yaml to set it up for this box??