---
title: CAS.AI Developer Docs
---

CAS.AI (Clever Ads Solutions) provides a powerful monetization platform for mobile developers.
CAS.AI Mediation allows you to serve ads from multiple ad networks through a single integration.
The CAS SDK helps you maximize fill rates and boost monetization by sending ad requests to multiple networks, ensuring the best available one delivers the ad.

## Platform
Select one of the following platforms to get started with our SDK

<CardGroup>
  <Card title="Android" icon="android" href="Android">
    Release: `{{ versions.android }}`
  </Card>
  <Card title="iOS" icon="apple" href="iOS">
    Release: `{{ versions.ios }}`
  </Card>
  <Card title="Unity" icon="unity" href="Unity">
    Release: `{{ versions.unity }}`
  </Card>
  <Card title="Flutter" icon="flutter" href="Flutter">
    Release: `{{ versions.flutter }}`
  </Card>
  <Card title="Unreal" icon="unreal-engine" href="Unreal">
    Release: `{{ versions.unreal }}`
  </Card>
  <Card title="ReactNative" icon="react" href="ReactNative">
    Release: `{{ versions.reactnative }}`
  </Card>
  <Card title="Cordova" icon="simplybuilt" href="Cordova">
    Release: `{{ versions.cordova }}`
  </Card>
  <Card title="Construct" icon="c" href="Construct">
    Release: `{{ versions.construct }}`
  </Card>
</CardGroup>

## Alternative platform
The following table lists libraries for using CAS.AI mediation on game engines and development frameworks. 
While we recommend these libraries for developers using CAS.AI on a preferred platform, these platforms are not official, and which CAS.AI support doesn't cover. 
For support using these libraries, file an issue through the links in GitHub Source.

<CardGroup>
  <Card title="Godot" icon="github" href="https://github.com/damnedpie/godot-cas">
    by damnedpie
  </Card>
  <Card title="Defold" icon="github" href="https://github.com/Lerg/extension-cas">
    by Lerg
  </Card>
  <Card title="Solar 2D" icon="github" href="https://github.com/solar2d/com.cleveradssolutions-plugin.cas/blob/master/docs/CleverAdsSolutions/index.markdown">
    deprecated
  </Card>
</CardGroup>
