# copilot问答模式的2个小场景，大家都是怎么用的呢？

* 抖音：<https://v.douyin.com/A2Cfxmh/>
* B站：<https://www.bilibili.com/video/BV1zM4y1m7GY/>

再给大家分享两个

我这两天遇到的copilot 问答

模式的场景啊

首先呢第一个

我在读别人代码的时候

碰到这样一个定时任务

我就想让他帮我解释一下

所以呢我们就可以在这问解释一下

这个定时任务

大家看，他就说了每天凌晨3点2执行一次

甚至呢我还试了一下

我们可以让他帮我们修改

比如说如何修改成每周三

凌晨二分执行一次

然后呢他就会帮我们把这个写好

我们直接把它复制过来就可以了

那第二个场景呢

就是

我在做这个距离的单位转换的时候

我想把一个米转换成海里

具体的公式我忘了

所以呢我们就可以在这问q: ...

米转海里的公式

大家看他说1海里等于1852米

所以呢我们就可以直接

海里等于meter除以1852就可以了


---

# 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://sunzsh.gitbook.io/xiaoshan.bug/copilot-wen-da-mo-shi-de-2-ge-xiao-chang-jing-da-jia-dou-shi-zen-me-yong-de-ne.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.
