Hi @CarolineCo7 ,
In AEMaaCS with the Universal Editor, you can’t insert anchors directly in the RTE like in older on-prem AEM-that features gone.
The simplest approach is to give the target elements (like your titles) unique HTML id attributes through component configuration or a developer update to the component’s HTL. Then you can link to them using #idname in your URLs.
So basically- ask your devs to add IDs to the headings in the component, then you just link to those IDs-that’s your anchor link.
Thanks!
Hrishikesh Kagane