> For the complete documentation index, see [llms.txt](https://supervised.gitbook.io/supervised-ai-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supervised.gitbook.io/supervised-ai-documentation/features/licensing.md).

# Licensing

### What are licenses?&#x20;

Licenses are commonly used to define the terms under which software can be distributed, modified, and used.&#x20;

### MIT License

This is a permissive license that allows users to do almost anything with the software, including modifying, distributing, and using it for both commercial and non-commercial purposes. It requires including the original license and copyright notice in all copies of the software.

### Apache License 2.0

This is also a permissive license that permits users to use, modify, and distribute the software for any purpose, including commercial use. It provides patent rights to users and includes a patent termination clause.

### GNU General Public License (GPL) v3

This is a copyleft license that requires any derivative work or software incorporating GPL-licensed code to be released under the same license. It grants users the freedom to use, modify, and distribute the software, including for commercial purposes, but with the condition that the source code remains open and available.

### GNU Lesser General Public License (LGPL) v3

This license is similar to the GPL but allows for more permissive use in certain cases. It is often used for libraries, enabling them to be linked with both open source and proprietary software.

### BSD 3-Clause License

This is a permissive license that permits users to use, modify, and distribute the software for any purpose, including commercial use. It requires including the original license and copyright notice in all copies of the software.

### Creative Commons Licenses

While not specific to software, Creative Commons licenses are used to specify the permissions and restrictions for creative works, including code. These licenses have different variants, such as Attribution (CC BY), ShareAlike (CC BY-SA), and NonCommercial (CC BY-NC), among others, which define the conditions under which the work can be used, modified, and shared.

### Private Proprietary Project (PPP) Licenses

This is a private project license which is used to register the model on your name at first and restrict its access to you only. Later, you can switch this license to any other.&#x20;

This is best for non-monetisable models that are being built for individuals/companies exclusively.&#x20;

### Supervised Commercial Licenses (SCL)

Supervised Commercial License is our recommended license to use while creating monetisable models. This allows devellopers to modify the code as per their needs and lets you change a one-time fee to use that model.&#x20;

### &#x20;


---

# 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://supervised.gitbook.io/supervised-ai-documentation/features/licensing.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.
