# 创建你的 README

通过 GitHub [创建新仓库](https://help.github.com/articles/creating-a-new-repository/) 时，请选择“使用 README 文件初始化此仓库”，除非你计划导入已有仓库。

![使用 README 初始化](/files/-LhyOaYlwFPZmdDKeQzk)

你的 README.md 文件现在可以在全新的仓库中进行编辑。你的项目名称位于其顶部，接着是你在创建仓库时选择包含的任何描述。README 文件很容易 [在 GitHub](https://help.github.com/articles/editing-files-in-your-repository/) 或本地修改。查看 [精通 Markdown 指南](https://itechub.gitbook.io/github-guides-zhcn/mastering-markdown/intro)，以了解有关如何在创建文件后修改文本的详细信息。


---

# 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/creating-your-readme.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.
