# 一些必读

### 了解文档状态

文档状态代表了你访问的这个页面的编辑状态，比如文档的更新状态是否废弃等。

{% content-ref url="/pages/QNQbA5rPG9o87PCnYk0m" %}
[文档状态标记说明](/readthis/status.md)
{% endcontent-ref %}

### 项目生命周期

此页面将对考虑停止维护、开发的项目进行列出公示。

{% content-ref url="/pages/hahBQK2DqAurHNp0KteE" %}
[项目生命周期](/readthis/life-cycle.md)
{% endcontent-ref %}

### 版本号格式

此页面代表灵工艺系列项目的版本号使用规范，以便了解更新状态。

{% content-ref url="/pages/QFcTtysRzcjk1jZY1S6M" %}
[版本号格式](/readthis/version-number.md)
{% endcontent-ref %}

### 了解如何正确反馈问题

很多情况反馈的错误都无法准确快速的得到解决，了解如何与开发者有效快速的沟通。

{% content-ref url="/pages/oRxywQ9nmxcFJK8bKM8k" %}
[了解如何正确的反馈问题](/readthis/how-to-feedback-issues.md)
{% endcontent-ref %}


---

# 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.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.
