# PE and Dev Support

## What is the difference between the Development and Production subscriptions?

See [this page for details](https://www.orbeon.com/pricing).

## Do you provide free or discounted non-profit and/or educational licenses?

In general, we don't, and we couldn't explain why better than [this blog post at 37signals](https://signalvnoise.com/posts/2580-why-non-profit-pricing), which we recommend reading.

## Do you have an official list of patches?

We don't have a list of patches you can just download.

However, we do provide custom patches to PE customers on a case by case basis.

* Often such patches are backports of commits publicly available in the public source code repository.
* Sometimes, they are created specifically to address issues you report.

Some patches are also available in the latest stable release of Orbeon Forms PE, which you can find from the [downloads page](https://www.orbeon.com/download).

If you are interested to know what kind of issues and features are being worked on, please make sure to check the following:

* [Commits to the public source code repository](https://github.com/orbeon/orbeon-forms/commits/master)
* [Recently closed issues](https://github.com/orbeon/orbeon-forms/issues?q=is%3Aclosed+sort%3Aupdated-desc)
* [Orbeon on Twitter](https://twitter.com/orbeon)
* [Orbeon Forms roadmap](/roadmap.md)
* [Orbeon Forms blog](https://blog.orbeon.com/)

## Does Orbeon Forms contact a license server over the internet?

No, Orbeon Forms doesn't contact a license server.


---

# 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://doc.orbeon.com/faq/pe-dev-support.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.
