# Open-Source Software

### Software License <a href="#opensourcestrategy-softwarelicense" id="opensourcestrategy-softwarelicense"></a>

Our mission is to develop and deploy an open and decentralized digital operating system for the energy sector in support of a low-carbon, customer-centric energy future. Therefore, the Energy Web Foundation [publishes the source code](https://github.com/energywebfoundation) of its software projects under the [GNU General Public License Version 3+](https://spdx.org/licenses/GPL-3.0-or-later.html). Some libraries intended to be distributed with hardware devices are released under the [LGPLv3+](https://spdx.org/licenses/LGPL-3.0-or-later.html).

### Frequently Asked Questions about the GNU Licenses <a href="#frequently-asked-questions-about-the-gnu-licenses" id="frequently-asked-questions-about-the-gnu-licenses"></a>

<https://www.gnu.org/licenses/gpl-faq.html>

### Advantages of Free Software <a href="#advantages-of-free-software" id="advantages-of-free-software"></a>

> A program is free software if the program's users have the four essential freedoms: [\[1\]](https://www.gnu.org/philosophy/free-sw.html#f1)
>
> \* The freedom to run the program as you wish, for any purpose (freedom 0).
>
> \* The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.
>
> \* The freedom to redistribute copies so you can help others (freedom 2).
>
> \* The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can **give the whole community a chance to benefit from your changes**. Access to the source code is a precondition for this.

<https://www.gnu.org/philosophy/free-sw.html>


---

# 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://energy-web-foundation.gitbook.io/energy-web-foundation/foundational-concepts/open-source-software.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.
