> For the complete documentation index, see [llms.txt](https://docs.datacake.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datacake.de/organization/overview.md).

# Overview

The **Organization Overview** gives administrators a centralized view of all Rules, Reports, and Exports across every workspace inside an organization.\
It helps teams quickly monitor activity, identify inactive configurations, and manage automation items from a single location.

{% hint style="info" %}
To be able to access the Overview section, Members need to have "Manage workspaces" as a permission inside of the Administrators section.
{% endhint %}

## Accessing the Organization Overview

To open the  Overview scroll down to the Organization section inside your workspace and access overview.&#x20;

{% hint style="success" %}
Make sure you are an Administrator with "Manage workspaces" permission. Otherwise, you won't see the Overview section!
{% endhint %}

The Overview page displays organization-wide information aggregated across all accessible workspaces.

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

At the top of the page, you will find summary cards displaying:

* **Workspaces:** Total number of workspaces inside the organization
* **Rules:** Total number of organization rules, including paused items
* **Reports:** Total number of reports across all workspaces
* **Exports:** Total number of exports configured in the organization

These cards provide quick insight into the scale and activity of your organization.

### Top Workspaces by Activity

This section highlights the most active workspaces based on the total number of configured items.

Each workspace entry displays:

* Number of Rules
* Number of Reports
* Number of Exports

This helps identify which workspaces are most actively used.

### Health & Insights

The **Health & Insights** panel automatically surfaces important information about your organization configuration.

Examples include:

* Rules that have not triggered recently
* Paused Rules, Reports, or Exports
* Workspaces without configured automation items

These insights help administrators maintain clean and active environments.

## Rules&#x20;

The **Rules** tab provides a centralized list of all Rules across all accessible workspaces. Rules are grouped by workspace for easier navigation.

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

Each rule entry displays:

* Rule name
* Rule type (New meaning "Rule Engine" and Classic meaning "Rules")
* Last triggered timestamp
* Active/Paused status

Administrators can enable or disable rules directly from this tab. They can also open the related workspace using the link next to the workspace name.&#x20;

The tab allows to filter rules using the options "All", "Active" and "Paused". Use the Search bar to navigate and look for specific rules.

Use the Export button to export the current rule list as an Excel or CSV file.

## Reports&#x20;

The **Reports** tab displays all reports configured throughout the organization. Exactly as with Rules, reports are grouped by workspace.

<figure><img src="/files/1jtTiHOHF8FNmGlloF36" alt=""><figcaption></figcaption></figure>

Each report entry includes the report name, the next scheduled run and its Active/Paused status.

Administrators can enable or disable reports directly from this tab. They can also open the related workspace using the link next to the workspace name.&#x20;

The tab allows to filter reports using the options "All", "Active" and "Paused". Use the Search bar to navigate and look for specific reports.

Use the Export button to export the current report list as an Excel or CSV file.

## Exports&#x20;

The **Exports** tab provides visibility into all configured exports across the organization. Exports are grouped by workspace.

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

Each export entry displays the export name, export type (Automatic or Manual), the next scheduled run and its Active/Paused status.

Administrators can enable or disable exports directly from this tab. They can also open the related workspace using the link next to the workspace name.&#x20;

The tab allows to filter exports using the options "All", "Active" and "Paused". Use the Search bar to navigate and look for specific exports.

Use the Export button to export the current export list as an Excel or CSV file.

## Permissions

The Organization Overview only displays:

* Workspaces the current user has access to
* Rules, Reports, and Exports within those accessible workspaces

Users without sufficient permissions will not see restricted items.

## Benefits of the Organization Overview

The Organization Overview helps administrators:

* Monitor automation activity across the organization
* Identify inactive or unused configurations
* Manage Rules, Reports, and Exports centrally
* Improve organization-wide visibility
* Reduce time spent navigating between workspaces


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.datacake.de/organization/overview.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.
