# Get Started with Chartboost Mediation

## Create & Set up a Free Account
- [Sign up](https://platform.chartboost.com/signup) for a free Chartboost platform account.
- Setup your [account settings](/en/monetization/managing-your-account/) with additional users and notification settings.
- Set up your [payment details](/en/monetization/payments/setup-payment/) so we know where to send your earnings.



## Get Started
- [Import your Apps](/en/mediation/apps-overview/).
- Select [networks](/en/mediation/manage-networks/) to mediate with.
- Setup [network placements](/en/mediation/manage-placements/) and [ad groups](/en/mediation/manage-ad-groups/) to fill your bidding and/or waterfall.
- Integrate the Chartboost Mediation SDK.
- Use the analytic dashboard to [monitor performance](/en/mediation/monitor-performance/) and adjust your waterfall bids as needed.
- Access the [Mediation Reporting API](/en/mediation/reference/mediation-reporting-api/) to gather reporting data on revenue, impressions, and other metrics.

<div class="alert alert-info" role="alert">
  <b>Note:</b> Chartboost is hard at work redesigning, migrating, and improving dashboards & platform services. Please bear with us as some tools, features, and information may be in odd areas.
</div>



## Partner Network Supported SDKs
Review our [Chartboost Mediation Adapter Integration Manager](https://adapters.chartboost.com/) for the current list of supported partners.



## SDK Integration
<style>
  tr, td, th {
    text-align: left; 
    vertical-align: top;
  }
</style>

<table style="width: 100%; float: left;" cellspacing="20" cellpadding="20">
<tbody>
<tr>
<td style="width: 33%;">&nbsp;<strong>Android</strong></td>
<td style="width: 33%;">&nbsp;<strong>iOS</strong></td>
<td style="width: 33%;">&nbsp;<strong>Unity</strong></td>
</tr>
<tr>
<td>
<p>Current Version 5.4.0</p>
<p><a href="/en/mediation/integrate/android/get-started/">SDK Integration Guide</a></p>
<p><a href="https://reference.chartboost.com/mediation/android/" target="_blank">SDK API Reference</a></p>
<p><a href="https://github.com/ChartBoost/chartboost-mediation-android-sdk-demo" target="_blank">↗ Demo App</a></p>
<p><a href="https://github.com/ChartBoost/chartboost-mediation-android-sdk" target="_blank">↗ Open Source</a></p>
<p><a href="/en/mediation/integrate/android/changelog/">Changelog</a></p>
<p> </p>
</td>
<td>
<p>Current Version 5.4.0</p>
<p><a href="/en/mediation/integrate/ios/get-started/">SDK Integration Guide</a></p>
<p><a href="https://reference.chartboost.com/mediation/ios/" target="_blank">SDK API Reference</a></p>
<p><a href="https://github.com/ChartBoost/chartboost-mediation-ios-sdk-demo" target="_blank">↗ Demo App</a></p>
<p><a href="https://github.com/ChartBoost/chartboost-mediation-ios-sdk" target="_blank">↗ Open Source</a></p>
<p><a href="/en/mediation/integrate/ios/changelog/">Changelog</a></p>
</td>
<td>
<p>Current Version 5.3.0</p>
<p><a href="/en/mediation/integrate/unity/get-started/">SDK Integration Guide</a></p>
<p><a href="https://reference.chartboost.com/mediation/unity/" target="_blank">SDK API Reference</a></p>
<p><a href="https://github.com/ChartBoost/chartboost-mediation-unity-sdk/tree/main/com.chartboost.mediation.demo.upm" target="_blank">↗ Demo App</a></p>
<p><a href="https://github.com/ChartBoost/chartboost-mediation-unity-sdk" target="_blank">↗ Open Source</a></p>
<p><a href="/en/mediation/integrate/unity/changelog/">Changelog</a></p>
<p></p>
</td>
</tr>
</tbody>
</table>



