# 你可以做更多的事情

你已经完成了 GitHub 提供的一些最基本的社交互动，但不要就此止步！看看其他社交功能：

**观星**

如果你对朋友过去曾加星的某些仓库感兴趣，但你不再在仪表板上看到它，请转到你的 [星标页面](https://github.com/stars) 并跳转到其他用户！

![转到其他用户主页](https://guides.github.com/activities/socialize/jump-to-another-user.png)

**发现仓库**

在你查看、关注并在 GitHub 上为你喜欢的人和仓库加星后，请转到你的 [发现仓库](https://github.com/dashboard/discover) 页面，根据这些内容查看个性化仓库建议！

**探索 / 时事通讯**

“探索”页面包含由你关注的用户、GitHub 员工的加星项目以及常规趋势第一页上的仓库。

如果你希望每天、每周或每月收到这些简报，请查看“探索”页面底部的简报声明。

![时事通讯](https://guides.github.com/activities/socialize/subscribe-explore.png)

你稍后还可以在 [订阅页面](https://github.com/explore/subscribe) 配置这项设置。

如果你只想查看趋势仓库和用户，请 [转到趋势](https://github.com/trending)。

![趋势](https://guides.github.com/activities/socialize/trending.png)

### 庆祝

恭喜！你现在社交小王子了。看看接下来做些什么：

* [从 GitHub 获取你的项目](https://help.github.com/categories/importing-your-projects-to-github/)
* [复刻他人项目](https://itechub.gitbook.io/github-guides-zhcn/forking-projects)


---

# 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/more-things-you-can-do.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.
