> 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="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2FUysD9Ya7hnPUqd02YYwH%2Fsystem.png?alt=media&amp;token=a8aa744e-0ba5-4410-bf1a-6e681904ebb6" alt=""><figcaption><p>The system properties, showing the Home page selected as an Internal Redirect Id</p></figcaption></figure>

<figure><img src="https://417697475-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVr2cbdfxDGZK1u2Fd59w%2Fuploads%2FPLq4lvtRP3HGOZTDe3rq%2Fhome.png?alt=media&amp;token=451cac56-0eab-4ebe-aa2b-e49db01965ee" alt=""><figcaption><p>Example of properties on a content page</p></figcaption></figure>
