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

# 简介

{% hint style="info" %}
&#x20;**魔法师云撸猫 是一款撸猫专用 GUI插件。**
{% endhint %}

### **发行版本：**

**支持KoolCenter（KoolShare）固件：**

<mark style="color:blue;">ARM v8 HND版本</mark>        -- 支持AC86U/GT5300/AX68U/AX86U/AX88U/AX92U/AX1100/RAX80等

<mark style="color:blue;">ARM v7 AX32版本</mark>        -- 支持AX3000/AX6600/AX82/AX56/AX56Uv2/AX58U/AX89X/RAX50等

<mark style="color:blue;">ARM v7 384/6版本</mark>       --  支持使用384/386版本固件的AC68U/AC88U/RT5300/斐讯K3 G大固件等

<mark style="color:blue;">ARM v7 380版本</mark>           --  支持使用380版本固件的ARM v7路由器

**支持恩山P大的固件：**

<mark style="color:blue;">恩山ARM v7 通用版本</mark>    -- 支持1.5代API的软件中心（固件v5.1.2以上，软件中心v1.3.0以上）

{% content-ref url="/pages/VihdUFIFcFRjVeMTcw0X" %}
[FAQ](/mc/mcold/faq/faq1.md)
{% endcontent-ref %}


---

# 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://mcreadme.gitbook.io/mc/mcold/introduce.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.
