# YungPoints

## YungPoints

- [Why YungPoints?](https://yungpoints.gitbook.io/yungpoints/why-yungpoints.md): Top 5 reasons to integrate:
- [Getting Started](https://yungpoints.gitbook.io/yungpoints/overview/getting-started.md)
- [Postbacks](https://yungpoints.gitbook.io/yungpoints/overview/postbacks.md): We use postbacks to let your server know about successful conversions. You can use this information to reward your users and track revenue.
- [Android](https://yungpoints.gitbook.io/yungpoints/platform/android.md): The YungPoints Offerwall is hosted on the web giving your application a native look-and-feel.
- [iOS](https://yungpoints.gitbook.io/yungpoints/platform/ios.md): The YungPoints Offerwall is hosted on the web giving your application a native look-and-feel.
- [React Native](https://yungpoints.gitbook.io/yungpoints/platform/react-native.md): The YungPoints Offerwall is hosted on the web giving your application a native look-and-feel.
- [Website](https://yungpoints.gitbook.io/yungpoints/platform/website.md): The YungPoints Offerwall is hosted on the web giving your application a native look-and-feel.


---

# 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://yungpoints.gitbook.io/yungpoints/why-yungpoints.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.
