# myChips SDK

## MyChips SDK

- [Introduction](https://docs.mychips.io/introduction.md)
- [Getting Started](https://docs.mychips.io/getting-started.md): Select your platform
- [Create a Publisher Account](https://docs.mychips.io/getting-started/create-a-publisher-account.md)
- [Create your App/Site](https://docs.mychips.io/getting-started/create-your-app-site.md)
- [Create an AdUnit](https://docs.mychips.io/getting-started/create-an-adunit.md)
- [Test in Sanbox mode](https://docs.mychips.io/getting-started/test-in-sanbox-mode.md)
- [Reward Handling](https://docs.mychips.io/reward-handling.md)
- [Page 1](https://docs.mychips.io/reward-handling/page-1.md)
- [Webhook S2S Postback](https://docs.mychips.io/reward-handling/webhook-s2s-postback.md)
- [Validating the Webhook S2S](https://docs.mychips.io/reward-handling/validating-the-webhook-s2s.md)
- [Rejected S2S Webhook Postback](https://docs.mychips.io/reward-handling/rejected-s2s-webhook-postback.md)
- [IAP S2S Webhook Postback](https://docs.mychips.io/reward-handling/iap-s2s-webhook-postback.md)
- [Deduction S2S Webhook Postback](https://docs.mychips.io/reward-handling/deduction-s2s-webhook-postback.md)
- [Billing](https://docs.mychips.io/billing.md)
- [Unity](https://docs.mychips.io/unity.md)
- [Install SDK](https://docs.mychips.io/unity/install-sdk.md)
- [Reward User](https://docs.mychips.io/unity/reward-user.md)
- [FAQ](https://docs.mychips.io/unity/faq.md)
- [Android](https://docs.mychips.io/android.md)
- [Install SDK](https://docs.mychips.io/android/install-sdk.md)
- [SDK - Offerwall](https://docs.mychips.io/android/sdk-offerwall.md)
- [SDK - Native](https://docs.mychips.io/android/sdk-native.md)
- [SDK Native - Customizations](https://docs.mychips.io/android/sdk-native/sdk-native-customizations.md)
- [SDK Native - Custom Layout](https://docs.mychips.io/android/sdk-native/sdk-native-custom-layout.md)
- [SDK Native - Data Reference](https://docs.mychips.io/android/sdk-native/sdk-native-data-reference.md)
- [Reward User](https://docs.mychips.io/android/reward-user.md)
- [React Native](https://docs.mychips.io/react-native.md): Follow the steps to integrate MyChips on your React Native app.
- [Install SDK](https://docs.mychips.io/react-native/install-sdk.md)
- [Reward User](https://docs.mychips.io/react-native/reward-user.md)
- [RN Expo](https://docs.mychips.io/rn-expo.md): Follow the steps to integrate MyChips on your React Native Expo app.
- [Install SDK](https://docs.mychips.io/rn-expo/install-sdk.md)
- [Reward User](https://docs.mychips.io/rn-expo/reward-user.md)
- [iOS](https://docs.mychips.io/ios.md)
- [Install SDK](https://docs.mychips.io/ios/install-sdk.md)
- [SDK - Offerwall](https://docs.mychips.io/ios/sdk-offerwall.md)
- [SDK - Native](https://docs.mychips.io/ios/sdk-native.md)
- [SDK Native - Customizations](https://docs.mychips.io/ios/sdk-native/sdk-native-customizations.md)
- [SDK Native - Custom Layout](https://docs.mychips.io/ios/sdk-native/sdk-native-custom-layout.md)
- [SDK Native - Data Reference](https://docs.mychips.io/ios/sdk-native/sdk-native-data-reference.md)
- [Reward User](https://docs.mychips.io/ios/reward-user.md)
- [Flutter](https://docs.mychips.io/flutter.md)
- [Install SDK](https://docs.mychips.io/flutter/install-sdk.md)
- [Reward User](https://docs.mychips.io/flutter/reward-user.md)
- [iFrame](https://docs.mychips.io/iframe.md)
- [WebView & Direct Link](https://docs.mychips.io/webview-and-direct-link.md): Below is the integration guide for WebView and Direct Link
- [Revenue API](https://docs.mychips.io/revenue-api.md)
- [Sample Revenue Metrics API Requests](https://docs.mychips.io/revenue-api/sample-revenue-metrics-api-requests.md)
- [API](https://docs.mychips.io/api.md)
- [License](https://docs.mychips.io/license.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mychips.io/introduction.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
