# MiaoKo 指令教程

### MiaoKo的基本测试项目

MiaoKo的基本测试项目只要分为3类。

#### 1、拓扑分析测试

&#x20; 拓扑分析可以帮助您了解您的订阅（节点）的出入口信息（如下图）

<figure><img src="/files/B7PBajn5wSFDYpQDtZDk" alt=""><figcaption><p>在这个例子中，左侧序号代表节点编号，订阅中分别有3个不同的入口和18个不同的出口，栈中的数字4和6分别表示该节点是否支持ipv6，簇的数量大于1即复用节点。</p></figcaption></figure>

要想在MiaoKo +中使用拓扑分析，您可以在指令栏中输入

```
/analyze + 订阅名称
或
/analyzeurl + 订阅链接
```

{% hint style="info" %}
注意：所有的指令和订阅名称（链接）中间都应该使用空格隔开，下同。
{% endhint %}

#### 2、流媒体测试

我们提供了多样化的流媒体脚本可供选择。

a.简易流媒体测试

<figure><img src="/files/eA6ldnn8LpfzocvHeBba" alt=""><figcaption><p>简易流媒体测试样图</p></figcaption></figure>

简易流媒体测试项目：TLS RTT，HTTPS延迟，Disney+解锁情况，Netflix解锁情况，Youtube解锁情况，OpenAI解锁情况及UDP类型测试。

要想在MiaoKo +中使用简易流媒体测试，您可以在指令栏中输入

```
/normaltest + 订阅名称
或
/normaltesturl + 订阅链接
```


---

# Agent Instructions: 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:

```
GET https://doc.miaoko.plus/main/user-guide/cmd-tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
