> 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/creating-a-website/content.md).

# Content

The content is where your editors will update the content that you have defined in your content types.&#x20;

### System Properties

There are some system properties that do specific things

**Id:** This is the ID of your content

**Url:** This is the page url that is put in the address bar to get this page, you can customise this to whatever you want

**Hide From Navigation:** While this does nothing within the CMS, it allows you to skip content when creating navigation's in your code

**Internal Redirect Id:** This allows you to display a completely different page. For example, on the starter site, we have a 'Website' page at the root. But we want to show the home page when someone browses to the root of our website /. Other wise the only way they would see the home page is if they browsed to /home

**Content View:** This is the view that is used to display your page to the end user. Usually you will only have one View, but some pages could have different layouts.

<figure><img src="/files/Ijap5Av8wON2mAHy2KLE" alt=""><figcaption><p>The system properties, showing the Home page selected as an Internal Redirect Id</p></figcaption></figure>

<figure><img src="/files/efAKF8cNEPjDDo3RjRup" alt=""><figcaption><p>Example of properties on a content page</p></figcaption></figure>
