Creating New Role

Hi,
How we can introduce new roles in Neos and assign permission for the same roles.

Read this part of the documentation

https://flowframework.readthedocs.io/en/stable/TheDefinitiveGuide/PartIII/Security.html

You create your own roles in Policy.yaml and it has a possibility of inheritance from other roles

Thanks