# Permissions

StifleR controls access to the two main server components, i.e the SignalR Hub and the Web service. This control applies to both users (who access StifleR Dashboards) and StifleR Clients (who access the SignalR Hub).

### User Access Control

Access to the StifleR Server service is controlled by AD Global group memberships. During the [StifleR Server installation](/stifler/2.10/installation/server/stifler-server-installation.md), an admin can set the value for the AD Global groups representing specific administrative roles. By default, the installer provides assumed names for these AD Global groups, which are listed in the table below. The group names are written to the [StifleR Server Configuration file](/stifler/2.10/configuration/configuration-files/stifler-server-configuration-file.md) which can be modified after the installation.

| Group                        | Description                                                            | Access                                                                    |
| ---------------------------- | ---------------------------------------------------------------------- | ------------------------------------------------------------------------- |
| **StifleR Global Admins**    | Full read and write right access to ALL objects                        | All (does NOT require **Dashboard Access** membership)                    |
| **StifleR Dashboard Access** | Access to dashboard and overview  statistics only                      | Statistics, summary data etc. No WMI access                               |
| **StifleR Global Read**      | Gives read only rights to ALL locations and statistics. Including WMI. | Read Access on ALL locations. Must be member of **Dashboard Access** also |

For information on how to control how StifleR Clients access the StifleR Server, see [StifleR Client Access Control Options](/stifler/2.10/configuration/stifler-client-access-control-options.md).


---

# 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://documentation.2pintsoftware.com/stifler/2.10/planning/permissions.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.
