> For the complete documentation index, see [llms.txt](https://hybridtalentcomputing.gitbook.io/cline-chinese-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hybridtalentcomputing.gitbook.io/cline-chinese-doc/introduction/welcome.md).

# Welcome

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

### 浏览文档

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

### 社区与支持

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

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hybridtalentcomputing.gitbook.io/cline-chinese-doc/introduction/welcome.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
