# 添加页面

你可以通过选择右上角的 **New Page** 向 wiki 添加其他页面。默认情况下，你创建的每个页面都会自动包含在你的 wiki 侧边栏中，并按字母顺序列出。

![Wiki 侧边栏截图](https://guides.github.com/features/wikis/wiki-sidebar-closeup.png)

你还可以通过单击 **Add custom sidebar** 链接来添加自定义侧边栏。自定义侧边栏的内容可以包括文本、图像和链接。

注意：名为“Home”的页面用作 wiki 的入口页面。如果缺少它，则会显示自动生成的目录。

> 如果你已熟悉命令行操作，则还可以在本地修改 wiki。查看 [我们的帮助文章](https://help.github.com/articles/adding-and-editing-wiki-pages-locally) 了解更多信息。


---

# 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/documenting-projects/adding-pages.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.
