# Overview

The **Access Intelligence** > **Overview** page (also called "Access Analytics") is the default landing page when navigating to Access Intelligence. It provides an at-a-glance summary of all entities Veza has discovered across your integrated data sources, organized by category and integration type.

This overview replaces the original "Entities" page and now includes entity count breakdowns by category (Identities, Resources, IAM/RBAC, etc.) for each integration type, making it easier to understand the scope of your authorization landscape.

![The Access Intelligence Overview page, showing all AWS entities Veza has discovered.](/files/yv1TJkc1A1rxnZaqKRv1)

## Overview Features

### Entity Category Summaries

The overview organizes discovered entities into categories:

* **Identities** - Users, groups, and identity objects
* **Resources** - Data sources, applications, storage, and services
* **IAM/RBAC** - Roles, policies, permissions, and access controls
* **Uncategorized** - Other entity types

Each category displays:

* Total count of entities in that category
* Individual entity types with their specific counts
* Clickable links to open each entity type in Query Builder

### Platform Filtering

Use the **Platform** dropdown menu to filter the view by integration type:

* Select a specific platform (e.g., AWS, Azure, Okta, Snowflake)
* View aggregated counts across all integrations of that type
* For example, selecting "AWS" shows combined entity counts across all connected AWS accounts

### Export and Share

You can export the current display or share it with stakeholders:

* **Export**: Download a PDF containing the entity type summaries and counts for the selected platform
* **Share**: Copy a secure link to the clipboard that opens the current filtered view for other Veza users

## Common Use Cases

The Overview page is particularly useful for:

### Initial Discovery Assessment

After adding a new integration, use the Overview to:

* Verify that Veza successfully discovered expected entity types
* Identify the scale of entities across different categories
* Confirm that key resources and identities are being ingested

### Integration Scoping

When planning integration configurations:

* Review entity `ID`s and attributes to set [extraction limits](/4yItIzMvkpAvMVFAamTf/integrations/configuration/limits.md)
* Identify specific resources to include or exclude from discovery
* Understand the breadth of entities before applying filters

### Development and Configuration

For technical use cases:

* Retrieve entity type names and attributes when developing [OAA](/4yItIzMvkpAvMVFAamTf/developers/api/oaa.md) integrations
* Find entity IDs for configuring Workflow [IdP settings](/4yItIzMvkpAvMVFAamTf/features/access-reviews/configuration/global-idp-settings.md)
* Explore available entity types before building custom queries

### Entity Exploration

Click any entity type to:

* Open a search in Query Builder showing all entities of that type
* View detailed attributes and metadata for individual entities
* Apply filters to narrow results based on specific properties
* Export entity data or save queries for ongoing monitoring

## Navigation

To access the Overview page:

1. Open **Access Intelligence** (in the Products section of the navigation sidebar)
2. The Overview page opens by default (or click **Overview** in the top navigation bar)
3. Select a platform from the dropdown to view entity summaries
4. Click any entity type to explore details in Query Builder

## Related Topics

* [Query Builder](/4yItIzMvkpAvMVFAamTf/features/search/query-builder.md) - Building searches and filters for entity data
* [Query Builder](/4yItIzMvkpAvMVFAamTf/features/search/query-builder.md) - Building searches and filters
* [Dashboards](/4yItIzMvkpAvMVFAamTf/features/insights/dashboards.md) - Monitoring entity trends over time
* [Integration Limits](/4yItIzMvkpAvMVFAamTf/integrations/configuration/limits.md) - Configuring extraction boundaries


---

# 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.veza.com/4yItIzMvkpAvMVFAamTf/features/insights/entities-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.
