# Population Exploration Process

### Overview

Once an evaluate has been completed, [dashboard](/user-interface/dashboards.md) filters are changed, or the Population Exploration dashlet settings has changed, a new population exploration process initiates.

This process:

* Filters the data that is filtered in the dashboard filters
* Finetunes latent space for the rest of the samples
* Projects the latent space to 2D
* Calculates the clustering of the samples
* (optionally) computes domain gap distances
* Computes insights for the filtered samples
* Selects a subset of the data to present in the dashlet

### Common Run Issues:

{% hint style="danger" %}
OOM in population exploration. please adjust the limits in the [settings](/user-interface/settings.md) page.
{% endhint %}


---

# 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.tensorleap.ai/user-interface/project/menu-bar/runs-and-processes/process-types/population-exploration-process.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.
