# Tenant Select

The tenant selector at the top of CIPP allows you to control the currently managed tenant. Any changes to the tenant selector will reload the currently shown data to the one of the selected tenant.

## Added functionality

The Tenant Selector has a building button to see the current tenant details. Clicking on this button allows you to view the following info directly from any page:

| Field Name         | Field Purpose                                |
| ------------------ | -------------------------------------------- |
| Display Name       | The display name of the tenant               |
| Business Phones    | What phone number has been set on the tenant |
| Technical Emails   | Technical email contact                      |
| Tenant Type        | What the type of tenant it is                |
| Created            | Created time and date                        |
| AD Connect Enabled | If AD connect is enabled                     |
| AD Connect Sync    | Is syncing is enabled                        |
| AD Password Sync   | If passwords are synced                      |

You can also use this page to jump to the most common portals or actions

**Actions**

* Manage Tenant - Opens [Edit Tenant](/user-documentation/tenant/manage/edit.md)
* M365 Portal
* Exchange Portal
* Entra Portal
* Teams Portal
* Azure Portal
* Intune Portal
* Security Portal
* Sharepoint Admin

***

## Feature Requests / Ideas

We value your feedback and ideas. Please raise any [feature requests](https://github.com/KelvinTegelaar/CIPP/issues/new?assignees=\&labels=enhancement%2Cno-priority\&projects=\&template=feature.yml\&title=%5BFeature+Request%5D%3A+) 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/shared-features/menu-bar/tenant-select.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.
