# Resources discovery

## Overview

In this article we will give an overview of the **Resources** page and how to utilize it for entitlement discovery. The **Resources** page provides a list of different resources available within an application. These resources are extracted from an application during the application integration stage.

To navigate to the **Resources** page, select the *Resources* page under the *Entities* section.

You can view all the resources across your application integrations within your tenant.&#x20;

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

You can use the search box and filters to explore the your organization's resources. The following filter fields are available for this page:

* **Resource** - This field allows you to filter data based on a resource in an application. **For example**, you can choose to filter `arn:aws:apigateway:::/apis/*` Resource *of type apigateway* within AWS by selecting `aws/apigateway/arn:aws:apigateway:::/apis/*` as a filter from the filter field.&#x20;
* **Resource Type** - This field filters data based on the type of resources available. **For example**, you can view all resources that belong to a *channel* resource type.
* **Application** - This field filters based on the specific Application Integration that you would like to explore. **For example**, you want to view *Azure (Test Environment)* data, you can add it as a filter in this field.
* **Insight** Filtering with insights allows you to see which resources have a user with some insights on them. **For example**, to view the resources which have resources marked with an *Outlier* insight, you can add *Outlier* as a filter in this field.

Using multiple filter fields together will help you navigate through the data swiftly and will make your time spent on discovering entities a lot more productive! Refer to [working with filters](/getting-started/entitlement-data-discovery/filters.md) to learn more about filters.

***

## Viewing Individual Resources

When you select a resource from the list, a detailed view opens, giving you in-depth information about the identities and entities associated with it. This view is organized into two tabs for clarity:

### The "Accessible By" Tab

The **Accessible By** tab provides a consolidated view of **all entities that have access to this specific resource.** This includes individual identities that have direct access, as well as connections (like groups or roles) that grant access to multiple identities. Think of it as answering: "Who or what can reach and interact with *this* resource?"

This tab is essential for quickly seeing all paths to a resource, whether directly or indirectly through a connection.

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

#### Exploring Entity Details

Every data point listed on the "Accessible By" tab is **clickable**. Clicking on an entity will open a **sidebar providing detailed metadata** about that specific entity. Each entity, depending on its type and the application it comes from, has its own unique set of metadata that gives you more context about it within the application.

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

**Understanding Permissions**

The "Permissions" column within this tab is also **clickable**. Clicking on the data in this column will reveal **metadata specifically about the relationship between two entities** shown in the tab.

To understand what each of these fields (like Connection Provider, Project, and Privileges) indicates, please refer to our dedicated guide on [**Understanding Entities and Entity Relations**](/getting-started/entitlement-data-discovery.md#key-metadata-for-entity-relations).&#x20;

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

### The "Identities" Tab

The **Identities** tab shows a straightforward list of **all individual user and service identities that are directly tied to, or have access to, this specific resource.** While "Accessible By" provides a broader view of entities, "Identities" focuses purely on the individual identities themselves.

You can use the search bar or filters menu to quickly find specific identities tied to this resource, making it easy to audit who has direct reach to it.

<figure><img src="/files/g4lM165tNPqUnQG9fX2q" 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://docs.balkan.id/getting-started/entitlement-data-discovery/resources-discovery.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.
