# 搜索

在每个页面的最顶部是一个搜索框，可搜索 issues。

![搜索截屏](https://guides.github.com/features/issues/search.png)

你可以通过以下方式限定搜索范围：

* 关键字，例如，[提及“侧边栏”的所有 issues](https://github.com/twbs/bootstrap/issues?q=sidebar)
* 状态，例如，[提及“侧边栏”的所有已关闭的 issues](https://github.com/twbs/bootstrap/issues?q=sidebar+is%3Aclosed)
* 被指派人，例如，[提及“侧边栏”的所有被指派给 @mdo 的 issues](https://github.com/twbs/bootstrap/issues?q=sidebar+is%3Aclosed+assignee%3Amdo)

[我们关于搜索 Issues 的帮助文章](https://help.github.com/articles/using-search-to-filter-issues-and-pull-requests)可以向你展示其他搜索方式：使用创建/更新日期，标签，作者，评论计数，仓库所有者等。


---

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