# Overwolf Apps

The Overwolf Subscriptions API enables developers to seamlessly integrate subscription-based monetization into their Overwolf apps using a Tebex Store. This integration provides a complete subscription management system - removing the need to handle payment processing, track subscription statuses, or build complex server-side infrastructure.

#### Get Started with Overwolf App Monetization

Before implementing subscriptions, review Overwolf’s documentation to understand the available monetization options and how to incorporate them into your app.

**Learn more:** [Overwolf App Monetization Guide](https://dev.overwolf.com/ow-native/monetization/implementation/)

This guide covers:

* Supported monetization models in Overwolf
* How Tebex integrates into the Overwolf ecosystem
* Steps for setting up and linking your Tebex Store

#### Explore the Overwolf Subscriptions API Reference

The Overwolf Subscriptions API provides all the endpoints and methods you’ll need to manage your users’ subscriptions through Tebex. It includes details on authentication, subscription lifecycle management, and user entitlement verification.

**View the full API documentation:** [Overwolf Subscriptions API Reference](https://dev.overwolf.com/ow-native/reference/subscriptions-api)

Use this reference to:

* Fetch active subscriptions for users
* Verify subscription status within your app
* Manage user access based on entitlement data

#### Review the Example App

To see a working implementation, Overwolf provides an example application demonstrating how to use the Tebex Subscriptions API in a sample application.

**Explore the sample app on GitHub:** [Tebex Subscriptions Example App](https://github.com/overwolf/tebex-subs-sample)

This repository includes:

* End-to-end integration examples
* Code samples for handling subscription data
* Reference architecture for production deployments


---

# 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.tebex.io/developers/overwolf-apps.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.
