# License ❤️

Yjs is permissively licensed ([MIT](https://github.com/yjs/yjs/blob/main/LICENSE)) and actively maintained since 2015 by [Kevin Jahns](https://github.com/dmonad).

{% hint style="info" %}
If you use Yjs in your project, then please do the moral thing and [sponsor further development](https://github.com/sponsors/dmonad) or ask me for a moral license.
{% endhint %}

This project depends on **you** to finance further development and maintenance of the project. Even small donations can go a long way.&#x20;

I offer premium support for people and companies that sponsor me through contracting or [GitHub Sponsors](https://github.com/sponsors/dmonad). If you use Yjs in your company, convince your employer that you need premium support. I will be available for regular video calls,  give feedback, and notify you whenever significant changes come up.

{% embed url="<https://github.com/sponsors/dmonad>" %}


---

# 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.yjs.dev/license.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.
