# 查看一个项目仓库

在某些时候，你可能希望了解特定项目的最新信息。这类似于关注一个人，除了重点仅限于项目仓库中的事件。你可以选择通过邮件发送此仓库的通知，也可以通过 [配置你的设置](https://github.com/settings/notifications) 在 Web 上查看。典型的通知是对拉取请求或 issue 的评论，甚至只是仓库中任何位置的评论。

我们的朋友八爪猫有一个名为 [Hello World](https://github.com/octocat/Hello-World) 的仓库，我们来看看。

进入仓库页面后，你会注意到页面顶部有一个“watch”按钮。点击它。

![查看仓库按钮](https://github-images.s3.amazonaws.com/help/repository/repo-actions-watch.png)

恭喜！ 现在你查看了 Hello World 仓库。如果八爪猫对其进行更新，你将看到仪表板中发生的情况或收到通知。


---

# 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/be-social/watch-a-project.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.
