> For the complete documentation index, see [llms.txt](https://aptitude.gitbook.io/zaubercms/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aptitude.gitbook.io/zaubercms/appsettings/enable-path-urls.md).

# Enable Path Urls

If you want the urls generated by the CMS to follow the structure of your content tree (Path). Then enable path urls.&#x20;

```json
"EnablePathUrls": true,
```

This will change the urls from just being the name, to the full path name. For example if you have a structure like\
\
About Us\
&#x20; \- History\
&#x20;   \- People

The people page url by default would be `/people` but with path urls enabled, you would end up with a url:

**/about-us/history/people**
