# 做一些修改

你可能会做的第一件事是删除首页的默认标题，并向其添加更友好的信息。由于这是一个非常简单的更改——而且是第一次修改——在默认分支 `master` 上进行更改就可以了。

通过在 **Code** 选项卡中导航到 `_config.yml` 文件。你可以单击铅笔图标来编辑文件。

![编辑页](https://guides.github.com/features/pages/edit-file.png)

目前你的网站没有设置标题，所以我们回到之前的仓库中。我将把“title: Welcome to the Octocat’s homepage!”这一行添加到该文件中。除了要注意自己的用户名，可以随意执行相同的操作。

在这个标题下，你可以添加有关页面用途的信息，并描述你希望用户在这里做些什么。我要将我自己的设置为“将此网站加入书签以关注我的项目更新”。

![修改标题与描述](https://guides.github.com/features/pages/change-title-description.png)

完成这一小改动后，滚动到页面底部进行第二次提交。你有两个地方可以写关于此次更改的信息：主题和详细描述。详细描述是可选的，让我们在主题中留下描述性信息。

完成后，单击“**Commit changes**”，你的更新将在几秒钟后生效！

![尽量描述清楚](https://guides.github.com/features/pages/commit-messages-matter.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/github-pages/making-changes.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.
