# 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.
- [Subscriptions](https://docs.onside.io/console/monetization/subscriptions.md): Learn how to set up and manage subscriptions in Onside: create base plans, configure introductory offers, manage upgrades/downgrades, and define pricing logic.
- [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: 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.
