> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Welcome to CloudX Docs - maximize your ad revenue with our unified monetization platform

# CloudX Documentation

CloudX is a unified ad monetization platform that helps mobile developers maximize revenue through intelligent mediation and access to premium demand partners.

## Why CloudX?

<CardGroup cols={2}>
  <Card title="Higher Revenue" icon="chart-line">
    Our real-time bidding and mediation technology ensures you get the highest paying ad for every impression.
  </Card>

  <Card title="Easy Integration" icon="plug">
    Get up and running with just a few lines of code. AI-powered integration agents available for Android.
  </Card>

  <Card title="Premium Demand" icon="building">
    Access demand from Meta, Vungle, and other top-tier ad networks through a single SDK.
  </Card>

  <Card title="Privacy Compliant" icon="shield-check">
    Built-in support for GDPR, CCPA, and IAB standards (TCF 2.0, GPP, US Privacy).
  </Card>
</CardGroup>

## Supported Platforms

<CardGroup cols={2}>
  <Card title="Android" icon="android" href="/en/android/integration">
    Native Android SDK with Kotlin and Java support. Requires API 21+.
  </Card>

  <Card title="iOS" icon="apple" href="/en/ios/integration">
    Native iOS SDK with Swift and Objective-C support. Requires iOS 12+.
  </Card>

  <Card title="React Native" icon="react" href="/en/react-native/integration">
    Cross-platform React Native SDK. Supports iOS and Android.
  </Card>

  <Card title="Flutter" icon="dart" href="/en/flutter/integration">
    Cross-platform Flutter SDK. Supports iOS and Android.
  </Card>

  <Card title="Unity" icon="unity" href="/en/unity/integration">
    Cross-platform Unity plugin for games. Supports Android and iOS builds.
  </Card>
</CardGroup>

## Ad Formats

CloudX supports all major ad formats:

| Format       | Size       | Description                             |
| ------------ | ---------- | --------------------------------------- |
| Banner       | 320x50     | Standard banner ads with auto-refresh   |
| MREC         | 300x250    | Medium rectangle ads for content feeds  |
| Interstitial | Fullscreen | Full-screen ads for natural transitions |
| Rewarded     | Fullscreen | Video ads that reward users             |

## Quick Start

<Steps>
  <Step title="Get Your App Key">
    Sign up at [app.cloudx.io](https://app.cloudx.io) and create your app to get an app key.
  </Step>

  <Step title="Install the SDK">
    Add the CloudX SDK to your project using your platform's package manager.
  </Step>

  <Step title="Initialize">
    Call `CloudX.initialize()` with your app key when your app launches.
  </Step>

  <Step title="Display Ads">
    Create ad instances, load ads, and display them to your users.
  </Step>
</Steps>

## Support

Need help? We're here for you:

* **Email**: [hello@cloudx.io](mailto:hello@cloudx.io)
* **Dashboard**: [app.cloudx.io](https://app.cloudx.io).
