# Instance Management

Here, you can create and manage both global and individual settings for your tenants. This provides you with a comprehensive overview of all activities and metrics.

## Home

The home landing page displays a default report generated by DataCentral, which provides an overview of the tenants under your control as well as report analytics.

* Tenant overview: Offers insights into each individual tenant, including available workspaces and reports, as well as tenant activity. Admins can easily navigate to any tenant directly from the report.
* Report analysis: Provides insights into all user views and optionally user interactions within reports when the heatmap feature has been enabled.

{% hint style="info" %}
To customize the landing page for your host, navigate to '*Administration -> Settings -> Other Settings*'. Input the Report GUID and Workspace GUID that you intend to embed on your host's landing page. Make sure that your Service Principal has access to Workspace.
{% endhint %}

<figure><img src="/files/QOXJ3bgutOpdwnB9au8p" alt=""><figcaption><p>Tenant overview</p></figcaption></figure>

<figure><img src="/files/Ir6qFs2MaRLgFzlinDQ9" alt=""><figcaption><p>Report analysis</p></figcaption></figure>

***

## Tenants

Navigating to '*Tenants*' you can manage all your tenants. Able to create, edit, and delete them.

To create tenant click '*Create new tenant*' in the top right corner.

<figure><img src="/files/EgPeuV3ycAdw7WnmNwTp" alt=""><figcaption></figcaption></figure>

Input information:

* **Tenancy name:** subdomain for your tenant, example ***mytenant***.datacentral.ai
* **Tenant name:** friendly name for tenant
* **Use Host Database:** use default database or bring your own database
* **Admin User Name:** User Pass administrator (mandatory)
* **Admin email:** email for User Pass
* **Set random password:** send random password via email or create your own
* **Edition:** assign the tenant to a specific edition
* **Should change password on next login:** when user logs in for the first time, he is prompted to change password
* **Send activation email:** send activation email to email address defined
* **Active:** mark user as Active

<figure><img src="/files/0mYQLXNr2Y8y4mpss324" alt=""><figcaption><p>Create new tenant</p></figcaption></figure>

***

## Editions

Navigating to '*Editions*'.

Tenants can be assigned specific '*Editions*,' which are predefined groupings of features and configurations. These groupings are named for ease of identification, making them particularly useful when managing tenants with varying settings requirements.

Here are some examples for creating editions:

* Restrict available login methods for a tenant by only allowing Azure AD, Mobile ID, or User Pass.
* Limit Azure configurations within a tenant (e.g., Service Principal, Graph Principal, Azure Tenant ID).
* Restrict features available to a tenant.

<figure><img src="/files/d40HFFGvK5fqTGjP0BOE" alt=""><figcaption><p>Create new edition</p></figcaption></figure>

***

## Administration

Navigating to '*Administration*'.

All administrative tasks for host tenant in one place. The management for user access on the host instance and provides global configuration settings for tenants. Additionally, all audit logs are readily accessible for your tenants.

The configurations under '*Settings*' should be reviewed.

<figure><img src="/files/wILQf7bxsGc8cSXmr1cE" alt=""><figcaption><p>Settings Configurations</p></figcaption></figure>

Under '*Other Settings*' the host dashboard is configured.

Input the Report GUID and Workspace GUID from your Power BI environment that you intend to embed on your host's landing page.

<figure><img src="/files/x68rMjHR6RswleTDr8f4" alt=""><figcaption><p>Other Settings</p></figcaption></figure>

Go to '*Azure Configurations*' to configure host applications that your tenants can inherit, such as [Authentication Service Principal](/datacentral-knowledge-center/deployments/authentication-service-principal.md), [Microsoft Graph Service Principal](/datacentral-knowledge-center/deployments/graph-service-principal.md), and [Power BI Service Principal](/datacentral-knowledge-center/deployments/power-bi-service-principal.md).

<figure><img src="/files/YaGfqWPSN37KN2KdiXwb" alt=""><figcaption></figcaption></figure>


---

# 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://uidata.gitbook.io/datacentral-knowledge-center/product-guides/instance-management.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.
