> 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/getting-started/custom-adapter-vs-orchsdk.md).

# Custom Adapter vs OrchSDK

> Placeholder page — content to be expanded.

***

## Overview

***

## Why It Exists

***

## Business Problem

***

## High Level Explanation

```mermaid
%% Placeholder diagram — to be added
flowchart LR
    subgraph Custom Adapter
        A[Publisher] --> B[Custom Adapter]
    end
    subgraph OrchSDK
        C[Publisher] --> D[OrchSDK]
    end
    B --> E[TapMind Backend]
    D --> E
```

***

## Technical Details

***

## Business Benefit

***

## Related Pages

* [What is TapMind](/tapmind-mediation/getting-started/what-is-tapmind.md)
* [SDK Flow](/tapmind-mediation/ad-serving/sdk-flow.md)
* [Core Components](/tapmind-mediation/architecture/core-components.md)
