# 3. ChainIDE - 外部项目导入

## 导入到ChainIDE

你可以把Github或本地的项目文件导入ChainIDE。导入步骤如下图所示：

首先进入ChainIDE的主页，然后点击“Try Now”按钮，页面将重定向到ChainIDE的统一入口。

![](/files/-MkKR_FlMtzmmfsI2Pkr)

在入口页面的右侧点击New Project按钮，会打开一个弹窗。

![](/files/-MkKSJ2-cVQNAHhhFJnz)

你可以在弹窗的左侧列表中任选一条ChainIDE支持的区块链， 点击“Import Project”按钮来选择你导入项目的方式。

![](/files/-MkKSeEKlKJLV3ABm0AQ)

如果你想把本地zip格式的压缩包导入ChainIDE，点击Upload Project 按钮上传项目或把本地的zip文件拖拽到下图所示的红色区域中即可。

![](/files/-MkKTfANnprervfWVYVw)

&#x20;如果你想把Github中的项目导入到ChainIDE，点击“Clone from Github”然后在输入框中粘贴Github仓库的地址即可（该公开仓库须是公开仓库）。

![](/files/-MkKUYO8Svzkz1o3Cgua)

获取Github仓库地址的方法如下图所示。首先，进入Github,选择你想在ChainIDE中导入的版本，点击“code”,然后复制HTTPS链接。

![](/files/-MkKUbOJyB1w0iMHIQP5)


---

# 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://chainide.gitbook.io/chainide-chinese/4.-chainide-wai-bu-xiang-mu-dao-ru.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.
