# 创建一个仓库

**仓库**通常用于组织单个项目。仓库可以包含文件夹和文件，图像，视频，电子表格和数据集——你的项目需要的任何内容。我们建议包括一个 *README*，或者一个包含项目信息的文件。GitHub 可以在创建新仓库的同时方便地添加一个信息文件。*它还提供其他常见选项，例如许可证文件。*

你的 `hello-world` 仓库可以成为一个你想存放点子，资源，甚至与其他人分享和讨论事物的地方。

#### 创建一个新仓库

1. 在右上角，你头像的旁边，点击 + 号图标然后选择 **New repository。**
2. 仓库命名为`hello-world`。
3. 为仓库写简介。
4. 选择 **Initialize this repository with a README（使用一个 README 文件初始化此仓库）**。

![创建一个新仓库](https://guides.github.com/activities/hello-world/create-new-repo.png)

点击 **Create repository**。


---

# 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/hello-world/create-a-repository.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.
