# Admin Guide

This section covers the day-to-day management of your Peig workspace once deployment is complete. All admin tasks are handled through two applications in the workspace:

**Users & Access** — manage users, approve onboarding requests, control access rights, manage device rights and handle offboarding. This is where most day-to-day admin work happens.

**Configuration** — manage which services are connected to the workspace. Typically only needed when adding or removing applications.

{% hint style="info" %}
**Users & Access** is managed by the **Access Admin** role.\
**Configuration** is managed by the **Global Admin** role.\
A single person can hold both roles.
{% endhint %}

## In this section

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Managing Users</strong></td><td>Add new users, invite them to the workspace, and manage their accounts</td><td><a href="/pages/5be2d2c3b3b2e8cd10817c4529991421d70b617b">/pages/5be2d2c3b3b2e8cd10817c4529991421d70b617b</a></td></tr><tr><td><strong>Managing Devices</strong></td><td>View registered devices, handle device sync, and respond to lost device requests</td><td><a href="/pages/715a9224741540fe88bf4023ff841ba6f79519e3">/pages/715a9224741540fe88bf4023ff841ba6f79519e3</a></td></tr><tr><td><strong>Managing Access</strong></td><td>Control which users can access which services, and suspend access when needed</td><td><a href="/pages/2eedfda4f0f32d57492ed28ceafd9a05540a8a5e">/pages/2eedfda4f0f32d57492ed28ceafd9a05540a8a5e</a></td></tr><tr><td><strong>Offboarding</strong></td><td>Remove access and accounts for users leaving the organisation</td><td><a href="/pages/f83d07054c6b64c1311c5afa73c355e846c3bceb">/pages/f83d07054c6b64c1311c5afa73c355e846c3bceb</a></td></tr></tbody></table>

## Admin notifications

Access Admins receive email notifications for every significant event in the workspace:

* New onboarding requests submitted
* Re-approval requests submitted (lost device)
* New device added to an existing user account
* User access rights changed
* Device suspended or removed

{% hint style="warning" %}
Notifications go to the email address configured in the Access Admin's profile. Make sure this is a monitored address.
{% endhint %}


---

# 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.peig.io/welcome-to-peig-documentation/admin-guide.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.
