> For the complete documentation index, see [llms.txt](https://docs.meta-inf.hu/advanced-content-navigator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meta-inf.hu/advanced-content-navigator/cloud-users-guide/restrictions.md).

# Restrictions

## Finding Restrictions

Showing restrictions can be turned on by activating **Show restrictions** under the **Activity menu**.

<figure><img src="/files/Yv1d4vmWyTFLPMQBHa57" alt=""><figcaption><p>Turn on show restrictions</p></figcaption></figure>

There are 4 different icons representing the restrictions for a page:

<figure><img src="/files/UKSsvHY9mNRPBIyRNL4X" alt=""><figcaption><p>Restrictions shown for some pages</p></figcaption></figure>

* **Opened grey lock**: No restriction affects the page - accessible
* **Closed&#x20;**<mark style="background-color:red;">**red**</mark>**&#x20;lock**: View restriction directly set on the page - view restricted
* **Opened&#x20;**<mark style="background-color:red;">**red**</mark>**&#x20;lock**: View restriction inherited from a parent - view restricted
* <mark style="background-color:blue;">**Blue**</mark>**&#x20;open lock**: No view, but edit restriction applied only - edit restricted

## Understanding Restrictions

You can get a more detailed explanation of the set restrictions when hovering or clicking on the colorful restriction markers. If you wish to update a restriction, you can navigate to the page and use Confluence's built-in restriction editor.

<figure><img src="/files/SO83uGkb1MGQ7aU0CHDU" alt=""><figcaption><p>Inspect who has restricions set for</p></figcaption></figure>

## Inherited view restriction

You can change the root page for a macro to show only the expected pages. Read more here:

{% embed url="<https://app.gitbook.com/o/-MQWwyNQcMa-mipnVPpo/s/6Qd56HuOWbLLMlBK7tbG/~/changes/28/cloud-users-guide/using-acnc#macro>" %}
Change macro root&#x20;
{% endembed %}

When the root page has an inherited view restriction (opened red lock), every page will inherit it. If a page contains any more directly set view restrictions, it will be marked with a closed red lock.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.meta-inf.hu/advanced-content-navigator/cloud-users-guide/restrictions.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
