# Tenants

{% hint style="warning" %}
When you select one of the portal links, the permissions of the currently logged in user are the ones that matter. The user's GDAP permissions will apply, not the CIPP service account.
{% endhint %}

The Tenant page provides the ability for you to jump to the specific tenant administration centers for that client using your individual partner tenant user credentials. Allowing you to administer that specific tenant.

Tenants are cached for 24 hours. By using the Clear Tenant Cache button in [Application Settings](/user-documentation/cipp/settings.md), you are able to reload the tenants from the partner center immediately. Remember to also clear your browser cache.

## Table Details

| Fields         | Description                  |
| -------------- | ---------------------------- |
| Name           | The tenant name.             |
| Default Domain | The tenant's default domain. |

The page also features several columns which contain links to the different Microsoft 365 administration centers for the tenant.

## Table Actions

<table><thead><tr><th></th><th></th><th data-type="checkbox">Bulk Action Available</th></tr></thead><tbody><tr><td>Edit Tenant</td><td>Opens a page to edit the tenant alias and manage tenant group membership.</td><td>false</td></tr></tbody></table>

***

## 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/tenant/administration/tenants.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.
