Add resource parent category to url

Hi Guys,

At the moment, a web page url looks like this:

https://mysite.com/mypage

I’d like to add the parent category from the resource tree before that so it would look like

https://mysite.com/parent-category/mypage

Any thoughts on how I can do this? Can’t find anything online. In Wordpress you can change this via the permalink setting so I assume it’s a thing in modx?

Enable the use_alias_path system setting.

Then go to manage > clear cache > refresh URIs.

Yes that worked. Thanks for your help. I also found a custom URL structure extension called CustomUrls if anyone needs more specific functionality with their URLs.