> For the complete documentation index, see [llms.txt](https://docs.onside.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onside.io/console/monetization.md).

# Monetization

- [Overview & Commission](https://docs.onside.io/console/monetization/overview-and-commission.md): An introduction to Onside's monetization framework, starting with your choice of payment processing, and then detailing our commission and tax policies.
- [Using a Third-Party Payment Provider](https://docs.onside.io/console/monetization/using-a-third-party-payment-provider.md): A guide for developers who choose to use their own payment infrastructure and need to report transactions to Onside.
- [Paid Apps](https://docs.onside.io/console/monetization/paid-apps.md): Configure and manage in-app products in Onside. Set pricing, regions, and billing options for iOS apps directly from the Developer Console.
- [In-App Purchases](https://docs.onside.io/console/monetization/in-app-purchases.md): Configure and manage in-app purchases in Onside: set consumables, non-consumables, entitlement logic, product bundles, and pricing across regions using the Developer Console.
- [Monetization FAQ](https://docs.onside.io/console/monetization/faq.md): Frequently asked questions about Onside monetization: commissions, app pricing, in-app products, subscriptions, payment flow, refunds, and policy clarifications.


---

# 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 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.onside.io/console/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.
