> For the complete documentation index, see [llms.txt](https://modelmesh.gitbook.io/cline-zhong-wen-ban-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://modelmesh.gitbook.io/cline-zhong-wen-ban-docs/more-info/yao-ce.md).

# 遥测

**概述**

CommentShare feedback on the editor为了让 Cline-胜算云增强版 更好地服务于每个人，我们收集了匿名使用数据，这有助于我们了解开发者如何使用我们的开源 AI 编码代理。这种反馈循环对于提升 Cline-胜算云增强版 的功能和用户体验至关重要。CommentShare feedback on the editor我们使用开源分析平台 PostHog 进行数据收集和分析。我们的遥测实施完全透明——您可以查看[源代码 ](https://github.com/cline/cline/blob/main/src/services/telemetry/TelemetryService.ts)，准确了解我们追踪的内容。CommentShare feedback on the editor

**追踪政策**

CommentShare feedback on the editor隐私是我们的首要任务。所有收集的数据在发送至 PostHog 之前都会进行匿名化处理，不包含任何个人身份信息 (PII)。您的代码、提示和对话内容始终保持私密，绝不会被收集。CommentShare feedback on the editor

**我们追踪什么**

CommentShare feedback on the editor我们收集基本的匿名使用数据，包括：CommentShare feedback on the editor**任务交互：** 任务开始和结束时的对话流程（不含内容） **模式和工具使用情况：** 在计划/行动模式之间切换，使用哪些工具**令牌使用情况：** 有关对话长度的基本指标，用于估算成本（而不是令牌的实际内容） **系统上下文：** 操作系统类型和 VS Code 环境详细信息 **UI 活动：** 导航模式和功能使用情况CommentShare feedback on the editor为了完全透明，您可以检查我们的[遥测实施情况 ](https://github.com/cline/cline/blob/main/src/services/telemetry/TelemetryService.ts)，查看我们跟踪的确切事件。CommentShare feedback on the editor

**如何选择退出**

CommentShare feedback on the editorCline-胜算云增强版 中的遥测完全是可选的，并且需要您的明确同意：CommentShare feedback on the editor

* CommentShare feedback on the editor当您更新或安装我们的 VS Code 扩展时，您会看到一个简单的提示：“帮助改进 Cline-胜算云增强版”，其中包含允许或拒绝选项
* CommentShare feedback on the editor您可以随时在设置中更改您的偏好

CommentShare feedback on the editorCline-胜算云增强版 也遵循 VS Code 的全局遥测设置。如果您在 VS Code 级别禁用了遥测，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://modelmesh.gitbook.io/cline-zhong-wen-ban-docs/more-info/yao-ce.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.
