# Subscription

<figure><img src="/files/ugu0oRR2GzVTcOJnXtdM" alt="Become a sponsor and Do More"><figcaption></figcaption></figure>

{% hint style="success" %}

#### Like what your seeing?

Consider supporting us as a [GitHub Sponsor](/old-kb/where-to-buy/become-a-sponsor.md) and get instant access to all our Unity assets, exclusive tools and assets, escalated support and issue tracking and our gratitude.\
\
These articles are made possible by our [GitHub Sponsors](https://github.com/sponsors/heathen-engineering) ... become a sponsor today!
{% endhint %}

## Introduction

An early and simple solution to dealing with operations costs.&#x20;

> Honestly this is the most honest way to monetize operations costs. Your players want to play your game for some time, that time costs you money, you charge your players for that time cost.

In practice however simple subscriptions suffer from the same sorts of problems as "One Time Purchase" type "[Pay to Play](/old-kb/guides/design/monetization/models/pay-to-play.md)" models. For most games the required subscription fee will price out a portion of the player base requiring a higher price to compensate pricing more players out. In short this model is possible to be made sustainable but exceedingly difficult to manage well. In particular this model becomes less sustainable over time.

A nice consumer friendly solution is to offer a smaller "Subscription" as an alternative or addition to other options. You see this with games like [Elder Scrolls Online](https://www.elderscrollsonline.com/en-us/esoplus). The general idea is you go with a "[Free to Play](/old-kb/guides/design/monetization/models/free-to-play.md)" or low cost "[Pay to Play](/old-kb/guides/design/monetization/models/pay-to-play.md)" entry point. You offer "[Expansions](/old-kb/guides/design/monetization/tools/expansions.md)" as one time purchases/unlocks of content and give fans a "Subscription" option which should get them all expansions at a cheaper effective rate and often exclusive subscriber perks.

{% hint style="info" %}
Heathen actually uses this model its self in its general development and its game development.

for example:

1. This Knowledge Base and our Community are free (F2P zero barrier to entry)
2. Users can purchase our assets on Unity Asset Store for a fixed one time purchase fee (akin to buying expansions/DLC/etc)
3. GitHub Sponsors get all of our assets for a cheaper rate along with exclusive perks (Similar to a game subscription)
   {% endhint %}


---

# 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://kb.heathen.group/old-kb/guides/design/monetization/tools/subscription.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.
