After installation of uipath studio I'm not able to create project need help

23.4.0-beta.12490+Branch.release-v23.4.0.Sha.c86da2d54b9221b8683ae2ce7cdd35412f807fd3

Access to the path ‘C:\Users\jenita\Documents\UiPath\my first project\project.json’ is denied.

Cannot create new item: UiPath.Studio.Contracts.RecoverableException
—> System.UnauthorizedAccessException: Access to the path ‘C:\Users\jenita\Documents\UiPath\my first project\project.json’ is denied.
at Microsoft.Win32.SafeHandles.SafeFileHandle.CreateFile(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options)
at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.OSFileStreamStrategy…ctor(String path, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize)
at System.IO.Strategies.FileStreamHelpers.ChooseStrategy(FileStream fileStream, String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, Int64 preallocationSize)
at System.IO.StreamWriter.ValidateArgsAndOpenPath(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.File.WriteAllText(String path, String contents)
at System.IO.Abstractions.FileWrapper.WriteAllText(String path, String contents)
at UiPath.Project.WorkflowProjectRepository.Save(IWorkflowProject project, String path)
at UiPath.Project.WorkflowProjectRepository.<>c__DisplayClass3_0.b__0()
at System.Threading.Tasks.Task1.InnerInvoke() at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at UiPath.Project.WorkflowProjectRepository.CreateNewJson(CreateNewJsonArgs args, CancellationToken cancellationToken) at UiPath.Studio.Plugin.Workflow.Shared.Project.BaseWorkflowProjectFactory.CreateNewAsyncInternal(IProjectTemplate template, ProjectTemplate projectTemplate) at UiPath.Studio.Core.Services.PersistableServiceBase3.OnNewAsync(TTemplate template, IFactory2 resolvedFactory) --- End of inner exception stack trace --- at UiPath.Studio.Core.Services.PersistableServiceBase3.OnNewAsync(TTemplate template, IFactory2 resolvedFactory) at UiPath.Studio.Core.CommonServices.ProjectServiceBase.OnNewAsync(IProjectTemplate template, IFactory2 resolvedFactory)
at UiPath.Studio.Core.Services.PersistableServiceBase3.CreateNewAsync(TTemplate template) at UiPath.Studio.Core.CommonServices.ProjectServiceBase.CreateNewAsync(IProjectTemplate template) at UiPath.Studio.Core.CommonServices.OpenCloseCommandsService.CreateNewProjectAsync(IProjectTemplate template) at UiPath.Studio.Shell.ViewModels.StartPageViewModel.<>c__DisplayClass69_0.<<OnNewProjectCommand>b__0>d.MoveNext() --- End of stack trace from previous location --- at UiPath.Studio.Shell.ViewModels.StartPageViewModel.ExecuteCommandAsync(Func1 commandExecute)
at UiPath.Studio.Shell.ViewModels.StartPageViewModel.OnNewProjectCommand(String project)
at UiPath.Studio.App.Desktop.MVVM.Commands.TaskCommand`3.Execute(TExecuteParameter parameter, Boolean ignoreCanExecuteCheck)
at System.Threading.Tasks.Task.<>c.b__128_0(Object state)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2146233088