# 概述 & 报告

在“Issues”部分之外，还有另外两个页面可帮助汇总整个仓库以及跨所有仓库中的问题。

## Issues 仪表板

如果你正在寻找跨多个项目的更广泛的所有 issue 列表，[Issues 仪表板](https://github.com/issues)是一个很好的工具。仪表板与 issues 部分的工作方式非常相似，但收集问题的方式不同：

* 你拥有和协作的仓库中的所有 issues
* 指派给你的 issues
* 你创建的 issues

如果你使用了组织，则每个组织都有自己的“Issues”仪表板，用于分隔组织内的问题。

## Pulse

每个仓库下面都有一个名为 **Pulse** 的部分 —— Pulse 是过去一周（或一天，或过去 3 个月，诸如此类）在仓库中发生的所有事件的快照。

![Pulse 截屏](https://guides.github.com/features/issues/pulse.png)

在你离开项目并且在观看仓库时不希望提供通知，这是一个很好的跟进仓库的方式。


---

# 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/overviews-and-reports.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.
