# Show Changes of pages

A typical flow of steps everyone's doing when working with important documents is something as follows:

{% @mermaid/diagram content="flowchart LR
A\[Find where there is a change] --> B\[Figure out what has changed]
B --> C\[Inspect the change]" %}

This page explains how to find <mark style="color:green;">which pages have changed</mark> in your spaces. The [next page](/advanced-content-navigator/cloud-users-guide/panels/page-history.md) of the documentation shows you both how to find <mark style="color:green;">what has changed</mark> and how to <mark style="color:green;">view the change</mark>.

### Recognize Changed Pages

Content navigation would not make much sense without being able to find the pages with important changes easily. The changes that have not been seen yet. The page tree structure visually indicates which pages contain <mark style="color:green;">changes not yet seen by the user</mark> navigating. For this, you need to select the preferred option form the **Show changes** menu.

<figure><img src="/files/a5cVt40GvtQDW6s17uJ0" alt=""><figcaption><p>Highlight unread pages</p></figcaption></figure>

<figure><img src="/files/rYDhWndcrQWEUfS4cPd1" alt=""><figcaption><p>Highlight updated pages</p></figcaption></figure>

We differentiate 2 type of change:

* **Update**: a page, which has been changed since your last visit
* **Unread**: a page which has never been opened by you (new page for you)

{% hint style="info" %}
This pale purple color on the left side indicates that there was some kind of change in a one of the descendants.
{% endhint %}

Once the changed pages are identified, the next question is <mark style="color:green;">what has changed</mark> in them. Luckily the [Page History](/advanced-content-navigator/cloud-users-guide/panels/page-history.md) is at hand, and the answer to this question is just a click or two away.


---

# 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://docs.meta-inf.hu/advanced-content-navigator/cloud-users-guide/show-changes-of-pages.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.
