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


---

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