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

# License and Editions

## LuigiScreen Free

LuigiScreen Free is publicly available at:

<https://github.com/unknown-566/LuigiScreen>

It is licensed under the GNU Affero General Public License v3.0 only:

```
AGPL-3.0-only
```

The copyright remains with `unknown-566`.

Users may run, inspect, modify and redistribute the Free source under the conditions of the AGPL. Distributed modified versions must preserve the required notices and provide the corresponding source code under the same license.

## Credit and official branding

The AGPL does not allow someone to remove required copyright and license notices and claim the original code as their own work.

The LuigiScreen name, logo and official branding are handled separately by the project trademark policy. Modified builds must use a different name and logo, must identify themselves as unofficial and must not imply endorsement by the official project.

Read the full policy:

<https://github.com/unknown-566/LuigiScreen/blob/main/TRADEMARKS.md>

## Third-party components

LuigiScreen uses or interoperates with MapEngine, JavaCV, JavaCPP Presets and FFmpeg. Their ownership and licenses are documented here:

<https://github.com/unknown-566/LuigiScreen/blob/main/THIRD\\_PARTY\\_NOTICES.md>

The release JAR also contains the applicable license texts under `META-INF/`.

## LuigiScreen Plus

The public repository and current Modrinth alpha contain LuigiScreen Free only.

LuigiScreen Plus is planned as a separate paid edition after the project reaches a stable release. It is not currently distributed and no Plus source code is included in the Free repository.

A closed commercial Plus edition must not reuse AGPL-covered dependencies in a way that conflicts with their licenses. Before Plus is released, its renderer architecture and commercial terms must be reviewed separately.

## Contributions

Bug reports and documentation corrections are welcome. External source-code contributions are not currently accepted, which keeps copyright ownership clear while the Free and Plus editions are being designed.

See:

<https://github.com/unknown-566/LuigiScreen/blob/main/CONTRIBUTING.md>


---

# 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://unknown-56-works.gitbook.io/luigiscreen/support/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.
