# 文档状态标记说明

{% hint style="info" %}
为了简洁并可视化的显示每个文档页面的状态，在这里列出不同状态下的标记方法和预览。
{% endhint %}

## 文档的更新状态

{% hint style="info" %}
文档的更新状态使用 Emoji 表情作为显示，主要是因使用文字标记可能导致过长无法正常显示。
{% endhint %}

### 状态：已完成

无任何状态图标

### 状态：正在更新

使用 Emoji 预览：🚧

### 状态：暂停更新

使用 Emoji 预览：🚫

### 状态：已被废弃

使用 Emoji 预览：❌

## 更新日志的标记

{% hint style="info" %}
主要用于项目的更新日志来分辨状态
{% endhint %}

### 项目发布样式

<mark style="color:purple;">**`[发布]`**</mark>

### 更新内容样式

<mark style="color:blue;">**`[更新]`**</mark>

### 优化内容样式

<mark style="color:orange;">**`[优化]`**</mark>

### 修复内容样式

<mark style="color:red;">**`[修复]`**</mark>

### 安全内容样式

<mark style="color:green;">**`[安全]`**</mark>


---

# 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://docs.nullcraft.org/readthis/status.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.
