# 创建新项目

执行以下操作创建新的项目目录：

1.打开终端。

2.进入工作目录。

3.通过运行以下命令来创建一个新项目。

```
dfx new cycles_hello
```

4.进入项目目录。

```
cd cycles_hello
```


---

# 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://mixdao.gitbook.io/dfinity/si-.-jiao-cheng/13.-cong-qian-bao-jie-shou-cycles/chuang-jian-xin-xiang-mu.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.
