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

# Windows 12 网页版 Wiki 📋

## 项目介绍

win12-online/win12 是一个由学生开发者使用 HTML、CSS 和 JavaScript 编写的开源网页版模拟 Windows 12 系统。它旨在浏览器中实现高度仿真的 Win12 UI 介面、流畅动画、资源管理器、桌面交互等功能，只需打开网页即可体验来操作系统的设计概念。

## FAQ

**这是免费开源的吗？**

是的，任何标榜付费版或含有广告的 Windows 12 系统与我们无关。\
​\
**我有权搬运这个项目吗？**

​本项目使用 EPL-2.0 许可证，任何转载、分享、引用、复制的行为均受到许可证保护和规管。

**我应该如何支持这个项目？**

你可以在我们的 GitHub 专页上简单 Star 一下，向我们捐款，或加入这个项目的开发。

#### 此 Wiki 采用 CC BY-SA 4.0 授权哦～


---

# 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://win12.gitbook.io/win12-wiki/readme.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.
