# Monetization

- [Account Setup](https://docs.adbreakmedia.com/monetization/account-setup.md): Let us guide you through the step-by-step process of setting up your account and unlocking your earning potential with AdBreak Media.
- [Postback](https://docs.adbreakmedia.com/monetization/postback.md): Experience a seamless journey towards setting up your own Postback as we walk you through each step, providing comprehensive guidance along the way.
- [Web Offerwall](https://docs.adbreakmedia.com/monetization/web-offerwall.md): Integrating Adbreakmedia's offerwall into your website is a quick and simple process, follow this guide, it just take few minutes
- [API Reference](https://docs.adbreakmedia.com/monetization/api-reference.md)
- [Client API](https://docs.adbreakmedia.com/monetization/api-reference/client-api.md): The following api is for client side only, meaning you can directly integrate our offers on your client side using javascript or similar code/framework
- [Static API](https://docs.adbreakmedia.com/monetization/api-reference/static-api.md): Static APIs allow server-side data retrieval. Utilize these APIs to fetch offers directly on your server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.adbreakmedia.com/monetization.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.
