# 简介

> *译自* [*Hello World*](https://guides.github.com/activities/hello-world/)

**Hello World** 项目是计算机编程中历史悠久的传统。这个简单的练习可以让你在学习新东西时快速入门。让我们开始使用 GitHub！

**你将会学习如何：**

* 创建与使用一个仓库
* 创建于管理一个分支
* 对文件做一些修改，将它们提交并推送到 GitHub
* 发起并合并一个拉取请求

> 最后更新：2016 年 4 月 7 日


---

# 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/intro.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.
