# Overlap Analysis

Overview

The Segment Overlap Analysis feature helps you identify the common population between two segments. This is crucial for two primary reasons:

* **Optimizing Activation Budgets**: Prevent unnecessary spending by avoiding targeting highly similar populations with separate campaigns.
* **Analyzing Rule Similarities**: Understand if different segmentation rules unintentionally capture the same audience, revealing hidden correlations.

{% hint style="warning" %}
Segments should **share the same parent model** to be eligible for overlap analysis.
{% endhint %}

You can see overlaps in different places: directly in the segment builder or once the segments have already been created.

### How to see Overlaps

#### Directly in the Segment Builder

* Open the **Segment Builder**.
* Select or create a segment.
* Click on the *Overlap* tab.

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

* **Select comparison segment**: A list of segments with the same parent model will appear. Select the segment you want to compare.
* **View the overlap Analysis**: DinMo will generate a visual representation showing the overlap between the two populations.

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

#### Once the Segments have been created

* **Navigate to your segment**: go to the Segments section in DinMo and click on the segment you want to analyze.

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

* **Access overlap analysis**: In the segment Analysis tab, click on the "Overlap" button.
* **Select comparison segment**: A list of segments with the same parent model will appear. Select the segment you want to compare.
* **View the overlap Analysis**: DinMo will generate a visual representation showing the overlap between the two populations.

<figure><img src="/files/VHaw2A0G4slXuAesNeoC" 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.dinmo.io/segments/overlap-analysis.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.
