> For the complete documentation index, see [llms.txt](https://docs.statuspal.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.statuspal.io/platform/private-status-page/access-groups-audience-specific.md).

# Access Groups/Audience Specific

You might have a status page with some services that should be visible to some customers, while other services should be visible to others, and admins should have the ability to manage all of them.

This comes particularly handy when you need to communicate incidents and maintenance to different customers, while in some cases some incidents or maintenance might affect multiple of their systems at once.

This can be achieved by configuring access groups for a private status page. You can access this feature by clicking on <mark style="background-color:green;">Members > Access groups</mark> from the sidebar of your status page.

<figure><img src="/files/AC0ZsR0YMIhpEapbaJa2" alt="status page access groups for audience specific private status page"><figcaption></figcaption></figure>

### Configuration

The following are the requirements to use Access Groups:

1. A [private status page](/platform/private-status-page.md).
2. You have invited your customers or stakeholders to your private status page as "viewer members" so they can access your status page.

Once the above is in place, visit <mark style="background-color:green;">Members > Access groups</mark> and click on "New access group".

<figure><img src="/files/k90iHgMIGoanzy86vsSg" alt="status page audience specific settings" width="563"><figcaption></figcaption></figure>

You can select what services this group should have access to and who should be part of this group, granting them access to the selected services.

Any viewer member visiting your status page will only be able to see and subscribe to the services they have assigned to them via an access group.


---

# 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.statuspal.io/platform/private-status-page/access-groups-audience-specific.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.
