> 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/sdk-flow.md).

# SDK Flow

> Placeholder page — content to be expanded.

***

## Overview

***

## Why It Exists

***

## Business Problem

***

## High Level Explanation

```mermaid
%% Placeholder diagram — to be added
sequenceDiagram
    participant App as Publisher App
    participant SDK as TapMind SDK
    participant Backend as Backend
    App->>SDK: Initialize
    SDK->>Backend: Fetch configuration
    Backend-->>SDK: Placement & demand config
    SDK-->>App: Ad ready
```

***

## Technical Details

***

## Business Benefit

***

## Related Pages

* [End-to-End Ad Journey](/tapmind-mediation/ad-serving/end-to-end-ad-journey.md)
* [Custom Adapter vs OrchSDK](/tapmind-mediation/getting-started/custom-adapter-vs-orchsdk.md)
* [Backend Serving Flow](/tapmind-mediation/ad-serving/backend-serving-flow.md)
