> For the complete documentation index, see [llms.txt](https://help.nightfall.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.nightfall.ai/confluence/faqs/page-restrictions.md).

# Page Restrictions

We have been noticing some errors in our service when scanning certain pages/spaces in your Confluence instance. This issue is related to certain custom page permission restrictions for those specific Confluence pages. With base page restrictions set, our app is unable to view edits on these page.

When ‘Page restrictions’ are set on a page/space, our app is no longer able to see it, so when scanning is attempted on items from that page, our API requests fail. For a short term solution, you can add our app 'Nightfall DLP for Confluence' to have 'View' access on the page.\
\
**Note**: We are currently working on a longer term solution for this issue, and are in discussion with Atlassian directly

If you are not seeing these pages being scanned and want to check if this restriction is in place, this can be checked as seen below:

**Checking Workspace Permissions:**

<figure><img src="https://lh5.googleusercontent.com/P3waeU4vyGCYmd7_zXQj_WY7E5w_29m0WbPvzztNPIc02p7wk69j6kc5NVXuQCgowj1FPJFShYiu0kVpCcQldYjlpRNIbUxR6WJDFoX6RTB-bRrsM6N3wMfmQQODUyh-6b0rTq3MIlKLfnhz4B44ZLbkBYge3zYD9cO66Om-qn9nTBqZ_e611av6wQ" alt=""><figcaption><p>Checking and Updating Workspace Permissions</p></figcaption></figure>

**Checking Page Restrictions:**

<figure><img src="https://lh5.googleusercontent.com/bMoOmZDocQ0JRuM7JSj_anspnOnmwQCG3Ol0e1_WPlzqJxfk5SFxbAZpOy3GHPbJZG0ypLPuyVvdPs89njzjMZygwUiK1UQ4gmzeIKnNqJ3rrywKdfVbCRqz8Qv5Qj2C5BlAFVAORSoSDhji-yItj6j6k_roCUJH1oD6X1QtUePDZrdnowMBn43kxw" alt=""><figcaption><p>Checking and Updating Confluence Page Restrictions</p></figcaption></figure>

If you have any questions about these restrictions, or are unsure how to workaround, please file a support ticket with us, or you can reach out to <support@nightfall.ai>.


---

# 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://help.nightfall.ai/confluence/faqs/page-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.
