Help with a issue i'm having with scenes

Hi.
I’ve been trying to tidy up my files so i created a folder in my config folder called “yamls” so i could store all my yaml files in one places.
I’ve changed the !include address in the config file to
scene: !include yamls/scenes.yaml
But if i try and create a new scene in the UI and hit save it looks like it’s saved but doesn’t show in the list but when i go into the config folder there’s a new scene.yaml file created showing the scene i just made.
So when i’m creating a scene it is actually creating the scene but not saving it in the correct file or directory and also not showing in the UI.
I’ve just this second noticed automations aren’t working correctly also and i’m guessing it’s for the same reason.
i did try putting the “yaml” folder inside the the “www” folder but it’s still the same.
Can anyone explain where i’m going wrong
Thanks
scenes2

Read this

Thanks i’ve just read through it so i can only have the scenes.yaml file in the config folder so i deleted any reference to scenes in the configuration.yaml file and restarted and still the same.
When i create a new scene and save it does get saved into the file but wont show in the UI

You need to have a file scenes.yaml i the same directory as configuration.yaml.
Then in condiguration.yaml you need this line:

scene: !include scenes.yaml

Then restart HA.

Thanks done that and it’s working now.
I thought i didn’t need it in the config file if i was using the UI.