> For the complete documentation index, see [llms.txt](https://docs.wisej.com/license/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wisej.com/license/license-model/community-edition.md).

# Community Edition

Starting with version 3, Wisej.NET Developer has become available as a free Community edition! It may be used

* by individuals working on own applications, either to sell or for any other purpose;
* by students and teachers for educational purposes.
* by companies for commercial purposes with the company's annual gross revenue below 1 million USD with up to 5 developers (no matter if they are employees or contractors)

Reselling, bundling, or embedding of Wisej.NET Community Edition licenses is not permitted.

*Licensing terms are subject to change with or without notice. See* [*License Agreement*](/license/terms/license-agreement.md) *for a full list of terms and conditions.*

### Contact us&#x20;

Unsure if the Wisej.NET Community license program works for you? Please [contact us](https://wisej.com/contact/), we are happy to help.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.wisej.com/license/license-model/community-edition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
