# FlowithOS 提示词指南

#### 提示词模板

为了在完成任务时实现更好的效果，我们建议你可以参考以下格式为 OS 编写提示词 地点+任务+标准+预期成果。

> 帮我看看 Product Hunt 今天排名TOP1的产品，看一下该产品的截图和介绍，分析一下是否值得我投资，给我整理出来放到 Google docs 上面。

* 地点：Product Hunt，Google docs
* 任务：浏览 Product Hunt 上排名第一的产品，总结分析是否值得投资，并生成报告
* 标准：排名第一的产品；注意查看产品截图和介绍
* 预期成果：将整理的报告写入 Google docs 中

这种提示词撰写风格可以让 NeoOS Agent 清楚的理解要去哪，完成什么任务，完成的标准是什么，并最终按用户预期交付产物。清晰的指令会减少很多错误可能，并提高成果质量。


---

# 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.flowith.io/cn/oracle-mode-zhi-neng-ti-mo-shi/flowithos-zhi-neng-ti-cao-zuo-xi-tong/flowithos-ti-shi-ci-zhi-nan.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.
