> For the complete documentation index, see [llms.txt](https://docs.cipp.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cipp.app/user-documentation/tenant/gdap-management.md).

# GDAP Management

The GDAP Management overview is the starting point for managing Granular Delegated Admin Privileges between your partner tenant and your customer tenants. It summarises the current state of your GDAP configuration and guides you through the steps needed to get set up correctly.

## Overview

A summary bar showing high-level counts for your GDAP configuration.

| Statistic          | Description                                                                                       |
| ------------------ | ------------------------------------------------------------------------------------------------- |
| GDAP Relationships | The total number of delegated admin relationships between your partner tenant and your customers. |
| Mapped Admin Roles | The number of GDAP roles that have been mapped to security groups in your partner tenant.         |
| Role Templates     | The number of role templates available for creating invites and onboarding tenants.               |
| Pending Invites    | The number of generated invites that have not yet been used.                                      |

## Add a Tenant

Opens the [Setup Wizard](/user-documentation/cipp/sam-setup-wizard.md) with the **Add a tenant** option already selected, so you can bring a new tenant into an existing CIPP deployment.

## GDAP Setup

A guided checklist covering the four stages of a working GDAP configuration. CIPP works out how far you have progressed by inspecting your existing role mappings, templates, and invites, so the highlighted step reflects your current configuration rather than anything you set by hand.

| Step                  | Description                                                            |
| --------------------- | ---------------------------------------------------------------------- |
| Map your Admin Roles  | Use CIPP to map admin roles to security groups in your partner tenant. |
| Create Role Templates | Create templates for your role mappings.                               |
| Create Invites        | Create invites based on your role templates.                           |
| Setup Complete        | You are ready to start adding your tenants using CIPP.                 |

## GDAP Check

Runs a set of diagnostic checks against your GDAP configuration and reports the problems it finds, such as missing security groups or relationships that have not been mapped correctly. Use it when an onboarding has failed, or when delegated access is not behaving as expected.

{% hint style="info" %}
The **GDAP Setup** and **GDAP Check** cards are only shown to users who hold the `CIPP.AppSettings.Read` permission. The statistics bar and the **Add a Tenant** button are visible to everyone who can reach the page.
{% endhint %}

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/CyberDrain/CIPP/issues/new?template=feature.yml) on GitHub.


---

# 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.cipp.app/user-documentation/tenant/gdap-management.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.
