# Tenant Mode

Super admins should use this page to determine which mode CIPP operates in.

{% hint style="danger" %}
For further information on the limitations of each mode, please review "[I want to manage my own tenant](/setup/installation/owntenant.md)"
{% endhint %}

| Mode                              | Description                                                                                                                                                                                                                                                                                                           |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Multi Tenant - GDAP Mode          | This is the default CIPP mode. This presents you with your client tenants only.                                                                                                                                                                                                                                       |
| Multi Tenant - Add Partner Tenant | Optionally enabled, this mode will allow you to manage your partner tenant through CIPP in addition to your client tenants. It is recommended that if you are going to enable this mode that you review the [I want to manage my own tenant](/setup/installation/owntenant.md#limitations-of-partner-tenant-enabled). |
| Single Tenant - Own Tenant Mode   | Optionally enabled, this mode will allow CIPP to be deployed to a single tenant only. It is recommended that if you are going to enable this mode that you review the [I want to manage my own tenant](/setup/installation/owntenant.md#limitations-of-single-tenant-mode).                                           |

{% hint style="warning" %}
After changing the tenant mode, clear your tenant cache by clicking Force Refresh on the [Tenants](/user-documentation/cipp/settings/tenants.md) settings page.
{% endhint %}

***

## Feature Requests / Ideas

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


---

# 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.cipp.app/user-documentation/cipp/advanced/super-admin/tenant-mode.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.
