Arduino Uno R4 Wifi Setup

Please assist with setting up a Wi-Fi network with Arduino Uno R4. I only get examples where I need to connect the board to an already established Wi-Fi connection.
I do however want the board to create the Wi-Fi connection.

Welcome to the forum

Do you mean that you want the R4 to act as an access point ? If not, then please provide more details

Yes, I want the R4 to act as an access point

Take a look at the AP_SimpleWebServer example in the WiFiS3 section of the UNO R4 WiFi examples in the IDE

AP_SimpleWebServer do create the WiFi access point. I do have trouble connecting it to the Blynk platform. As soon as I type '#include <BlynkSimpleWifi.h>' and upload the program, the Wifi access point do not want to be created.
'#include <BlynkSimpleWifi.h>' do work when I type in

''''''''''''''
'#include <SPI.h>'
'#include <WiFiS3.h>'
'#include <BlynkSimpleWifi.h>'
'''''''''''''''''
and connect it to my home wifi network.

I do however want to run Blynk on the access point which were created by the Uno board.

Correction, the access point disappears when I run upload this code in the AP_SimpleServer program
'Blynk.begin(BLYNK_AUTH_TOKEN, ssid, pass);//initiating communication between Blynk and Arduino IDE'
only loading
''''''''''''''
'#include <SPI.h>'
'#include <WiFiS3.h>'
'#include <BlynkSimpleWifi.h>'
'''''''''''''''''
still has the Access point running