# Welcome

Cline 是一个开源 AI 编程助手，将前沿 AI 模型直接带到您的 IDE 中。与自动补全工具不同，Cline 是一个真正的编程助手，可以理解整个代码库、规划复杂更改并执行多步骤任务。

### 浏览文档

开始您的 Cline 之旅——安装、设置和第一步 设置您的 AI 模型和提供商 掌握 Cline 的强大功能并优化您的工作流 在您的组织中自信地部署 Cline

### 社区与支持

加入数千名使用 Cline 更快地构建更好软件的开发者。

与社区聊天并获取帮助 为开源项目做出贡献 通过报告问题帮助我们改进


---

# 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://hybridtalentcomputing.gitbook.io/cline-chinese-doc/introduction/welcome.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.
