# Adjusting Page Attributes

## To hide a page from navigation

1. Select the **Page Settings (Gear)** button on the top toolbar.&#x20;
2. Select **Attributes**.
3. Within the sidebar, scroll down to find 'Exclude from Nav'.&#x20;
4. Click on the option so that it is highlighted with a blue background (if it is not already).
5. On the right hand side, find the 'Exclude From Nav' attribute and check its checkbox.

   <figure><img src="/files/-MMZxHhKyg4oaXZ33z0g" alt="" width="299"><figcaption></figcaption></figure>
6. Select **Save Changes**.
7. Select the **Edit Page (Pencil)** button on the top toolbar.
8. Finally, select the blue **Publish Changes** button.

Hiding a page from navigation does not prevent the page from being accessed, it simply stops a link to it from being shown on automatic navigation. You can still create links to the page manually.

### Other useful attributes

The attributes panel offers other built-in attributes that are useful for controlling your pages:

* Description
* Exclude From Page List
* Exclude From Sitemap
* Exclude From Search Index&#x20;
* Exclude Sub-Pages From Nav


---

# 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://concretecms-resources.gitbook.io/quick-start-guide/creating-and-editing-pages/adjusting-page-attributes.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.
