# FAQ

## :newspaper: How often are updates coming?

We are actively trying to update as often as possible, although there is no guarantee when a new update will be released.

## :computer: When will Qobco get self-hosting?

Unfortunately we do not have any idea at all about the release date for the self-hosted version.

## :moneybag: What will the pricing for self-hosted licenses look like?

At the moment we are currently still discussing this topic. We do however have some ideas at the moment, look at the table below to get an overview.

{% hint style="warning" %}
**Note**: All information provided below could be changed at any time.
{% endhint %}

{% tabs %}
{% tab title="Monthly Licenses" %}

| Monthly License Branded | Monthly License Unbranded | Maximum Registered Accounts |
| ----------------------- | ------------------------- | --------------------------- |
| $15                     | $25                       | 10                          |
| $30                     | $50                       | 20                          |
| $50                     | $60                       | 35                          |
| $60                     | $65                       | Unlimited                   |
| {% endtab %}            |                           |                             |

{% tab title="Owned  License" %}

| Owned License Branded | Owned License Unbranded | Maximum Registered Accounts |
| --------------------- | ----------------------- | --------------------------- |
| $150                  | $250                    | 12                          |
| $240                  | $440                    | 24                          |
| $430                  | $830                    | 48                          |
| $620                  | $920                    | Unlimited                   |
| {% endtab %}          |                         |                             |
| {% endtabs %}         |                         |                             |


---

# 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://qobco-docs.winterzone.se/main-topics/faq.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.
