Please don't listen to ChatGPT. Refer to YouTube tutorials, documentation, or a forum post like this.
Sorry, but ChatGPT is massively helpful working with Construct - yes, it's not perfect - its suggestion to use tiled backgrounds cost me around 15 minutes - but as I'd found no other solution, I felt it was worth investigating.
I'm working on a new project and decided to use LLMs as much as possible and ChatGPT (and Gemini to some degree) have speeded up my workflow enormously. It's just helped me set up a file server and serve it over https using Caddy in minutes. Admittedly that wasn't Construct related, but it then helped me set up all the AJAX requests to authenticate, set request headers and make requests to upload and download text and binary files to this server from Construct - all using events. It's also helped in this project with JSON & array manipulation (two areas I know trip many Construct users (including myself) up), plus helping to resize and position objects to fit constraints, styling elements with CSS, correctly structuring and configuring 9-patches etc. etc.