> For the complete documentation index, see [llms.txt](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/02-xia-zai-an-zhuang-yu-geng-xin.md).

# 02 下载安装与更新

## 系统要求

* Windows 10 或 Windows 11，64 位系统。
* 建议至少 8 GB 内存；账号较多时建议 16 GB 或以上。
* 网络环境应能连接 Telegram；需要代理时准备 SOCKS5 信息。

## 是否需要安装运行库

**不需要。** 正式包已经包含 Python 3.12、Tcl/Tk、VC Runtime、UCRT 和软件需要的第三方组件，不需要另外安装 Python、.NET 或 VC++ 运行库。

{% hint style="warning" %}
当前是免安装文件夹版，不是单文件版。必须完整解压并保留 “\_internal” 文件夹，不能单独复制 “CH营销助手.exe” 使用。
{% endhint %}

## 安装步骤

{% stepper %}
{% step %}

### 下载压缩包

只从官方渠道下载。教程当前对应 **V3.10.32**。
{% endstep %}

{% step %}

### 完整解压

把 ZIP 完整解压到固定目录，不要直接在压缩软件中运行 EXE。
{% endstep %}

{% step %}

### 启动软件

打开解压后的 “CHMarketingAssistant” 文件夹，双击 “CH营销助手.exe”。
{% endstep %}

{% step %}

### 检查首次提示

首次启动可能被 Windows Defender 扫描几秒。若显示“未知发布者”，请先核对来源和版本。
{% endstep %}
{% endstepper %}

## 自动更新

软件启动时会验证带 Ed25519 签名的更新配置。存在强制更新时会下载、校验并安装新版本；更新前应暂停正在运行的任务。

## 数据备份

迁移电脑时不要只复制数据库：账号 Session 与本机加密密钥需要一并处理。

{% hint style="danger" %}
不要把账号 Session、Vault 密钥、数据库备份、验证码或机器人 Token 发送给陌生人。
{% endhint %}


---

# 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://tg-qisi-tae.gitbook.io/tg.qisi_tae-docs/02-xia-zai-an-zhuang-yu-geng-xin.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.
