# Viewing discovered entities

You may have over a hundred repositories in GitHub, and eventually, you will likely import all of them into Cortex. This much information can make it difficult to know at a glance that all repositories are accounted for and all new projects are being imported into and tracked within Cortex.

The discovered entities list (formerly known as the discovery audit) guarantees confidence in your catalogs by listing all changes that Cortex has detected. Cortex compares everything that exists within the system to what it discovers within your git tool, APM tool, Kubernetes cluster, and other crucial integrations, giving you insight into changes happening across your environments.

## View the discovered entities

You can view discovered entities under **Catalogs > All entities** in the [Discovered entities tab](https://app.getcortexapp.com/admin/entities?activeTab=discovered).

<figure><img src="/files/BwnEq9mevYRNXSiO9q95" alt="Navigate to Catalogs < All entities, then click the Discovered entities tab."><figcaption></figcaption></figure>

On this page, see a list of recent changes in your environment that aren't yet reflected in Cortex, including newly created repositories, services, and resources discovered from your integrations.

### Filter the discovered entities list

The first time you view the discovered entities list, there may be a lot to review. To narrow the scope of your list and start with changes that are the highest priority for you, search or filter the list by integration or entity type.

* To search, enter text into the search bar in the upper right corner of the list.
* To filter, click **Filter** in the upper right corner of the list. Select your filtering criteria, then click **Apply**.\
  ![](/files/yDpdWfkq8ddmCZxWEEJy)

## Importing and removing entities

Cortex will tag detected changes to signify whether an entity or repository has been discovered, archived, or deleted.

You can import, delete, or ignore the entities listed in Discovery audit.

### Import discovered entities

If Cortex detects a new service or resource, you can import it directly from this page:

1. Click `+` in the row containing the new entity:

   <figure><img src="/files/M7V0aAK2h1wPfnRS5Aq9" alt="Click + at the end of the row."><figcaption></figcaption></figure>
2. Configure the entity details.
   * For detailed instructions on creating a new entity, see the relevant docs page for the entity type: [Services](/ingesting-data-into-cortex/entities-overview/entities/adding-entities/add-services.md), [Domains](/ingesting-data-into-cortex/entities-overview/entities/adding-entities/domains.md), [Custom entities](/ingesting-data-into-cortex/entities-overview/entities/adding-entities/entity-types.md).
3. Click **Confirm import**.

### Delete discovered entities

If Cortex no longer detects a given entity, you also have the ability to delete that entity or repository directly from this page:

1. Click the **trash can icon** in the row containing the entity:\\

   <figure><img src="/files/fg6zDAvG5z3LhQidNXUr" alt="Click the trash icon at the end of the row."><figcaption></figcaption></figure>
2. In the confirmation window, click **Delete**.
   * The confirmation window gives you the opportunity to review all potentially impacted services before deleting, so you don’t unintentionally remove something from Cortex.

### Ignore discovered entities

If an event appears within the discovered entities list, but is irrelevant — for example, a test project that doesn’t need to be imported into Cortex — you can ignore it:

* Click the hide icon in the row containing the entity:\\

  <figure><img src="/files/TT9qu1PpWm36O45QZpb8" alt="Click the eye icon to ignore an entity."><figcaption></figcaption></figure>

The entity will now appear in the **Ignored** tab. The ignore action is persistent, so the event won’t appear again within the discovered list.

From the ignored list, you can move the entity back to the **Discovered** tab by clicking the eye icon.

## Troubleshooting and FAQ

#### Why do I not see all of my services from my APM provider in the discovered entities list?

Cortex supports a subset of integrations within the discovered entities list:

* Datadog
* ECS
* Version control (Azure DevOps, Bitbucket, GitHub, GitLab)
* Instana
* Kubernetes
* Lighstep
* New Relic


---

# 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.cortex.io/ingesting-data-into-cortex/entities-overview/entities/discovery-audit.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.
