# Issues 的其他用途

Issues 非常适合跟踪各种事情 —— GitHub 是一个轻松分享和协作解决问题的好地方。这是我们最爱的一些：

* [用于开源项目的 bug 跟踪器](https://github.com/joyent/node/issues)
* [请求食谱](https://github.com/newmerator/recipes/issues)（也许你有一个很好的[无麸质披萨面团配方](https://github.com/newmerator/recipes/issues/3)？）

## 最后

**现在祝贺你自己 ——** 读起来还真不少！issue 管理是任何开发人员可以使用的最强大的工具之一。我想现在剩下的就是去修复错误。


---

# 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://github.highlight.ink/mastering-issues/other-uses-for-issues.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.
