# Edit Tenant

This page allows you to edit some basic information about a tenant. The following tabs have information that you can manage:

## General

### Tenant Details

This includes basic tenant details like the Display Name and Tenant ID pulled from your GDAP contract with the client.

### Properties

Here you can view/edit a custom alias for the tenant. You can also manage the tenant's CIPP group membership.

## Tenant Offboarding Defaults

Here you can configure default offboarding settings that will specifically apply for this tenant. These settings will override user defaults.

## Custom Variables

This section presents a way to manage [Global Variables](/user-documentation/tenant/administration/tenants/global-variables.md)on a per-tenant basis. For example, you need to set a client's RMM site ID.

{% hint style="info" %}
If you want to see how to combine Custom Variables and Tenant Groups to provide a way to "graduate" tenants through standards, see [Tutorials](/demos/tutorials.md#using-custom-variables-to-manage-standards-templates)
{% 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/tenant/manage/edit.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.
