> For the complete documentation index, see [llms.txt](https://tapminds.gitbook.io/tapmind-mediation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tapminds.gitbook.io/tapmind-mediation/ad-serving/demand-partner-selection.md).

# Demand Partner Selection

> Placeholder page — content to be expanded.

***

## Overview

***

## Why It Exists

***

## Business Problem

***

## High Level Explanation

```mermaid
%% Placeholder diagram — to be added
flowchart TD
    A[Ad Request] --> B[Priority 1 Partner]
    B -->|No Fill| C[Priority 2 Partner]
    C -->|No Fill| D[Next in Waterfall]
    B -->|Fill| E[Ad Served]
```

***

## Technical Details

***

## Business Benefit

***

## Related Pages

* [End-to-End Ad Journey](/tapmind-mediation/ad-serving/end-to-end-ad-journey.md)
* [Demand Partner Configuration](/tapmind-mediation/configuration-management/demand-partner-configuration.md)
* [Placement Configuration](/tapmind-mediation/configuration-management/placement-configuration.md)
