# 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**


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://aptitude.gitbook.io/zaubercms/appsettings/enable-path-urls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
