> For the complete documentation index, see [llms.txt](https://docs.pvzm.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pvzm.net/legal/legal-information.md).

# Legal Information

The developers/modders of this web game **do not** claim ownership of any assets from the official *Plants vs. Zombies* franchise. Our game has **no monetization** features (e.g. advertisements, popups)

Hosting this fangame without proper attribution violates the Required Notice section of our dual license (PolyForm Noncommercial License 1.0.0 and the Changjiang River License). We actively monitor for unauthorized use and will contact sites and potentially hosting platforms to address these violations.

{% hint style="warning" icon="circle-info" %}
If requested by an official source, we will promptly take down the GitHub repo and the Cloudflare pages sites.
{% endhint %}

You may email an official complaint to <contact@pvzm.net>.

Plants vs. Zombies: MODDED © 2025 by ROBINET13 & Clay (clay.rip) is dual-licensed. Original PVZM content is licensed under [PolyForm Noncommercial License 1.0.0](https://docs.pvzm.net/legal/pages/8RIGmpKFNzLE9XZCybip#polyform-noncommercial-license-1.0.0). Code derived from the original port by JiangNanGame and LonelyStar is licensed under the [Changjiang River License (Version 3, July 2020)](/legal/license.md#the-changjiang-river-license). All Plants vs. Zombies intellectual property remains the exclusive property of PopCap Games and Electronic Arts (EA).

Plants vs. Zombies MODDED is an unofficial modification and is not affiliated with, endorsed by, or associated with PopCap Games, Electronic Arts (EA), or the official Plants vs. Zombies game. All intellectual property, trademarks, and copyrights related to the original Plants vs. Zombies game are the property of PopCap Games and EA. All code in this fangame is original, based on a PvZ webgame originally created by JiangNan Game Development Company and LonelyStar. This mod does not use any code written or owned by PopCap Games or EA. This mod is created by fans for entertainment purposes only, and no commercial gain is sought or obtained from its distribution. Use of this mod is at your own risk, and the creators of the mod are not liable for any damages or issues that may arise from its use.

Uses of the PopCap Games or Electronic Arts (EA) names are for identification purposes only and do not imply an endorsement by PopCap Games or EA.


---

# 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.pvzm.net/legal/legal-information.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.
