> 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/09-qun-cheng-yuan-cai-ji.md).

# 09 群成员采集

从公开群采集可见成员，并按需要导出。

群成员采集使用已登录账号读取其有权限查看的公开群成员。软件不会为了采集自动加入目标群。

![群成员采集](https://3113701068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3h2NgAnxHRZdWHkoarUV%2Fuploads%2FWUBsrOzNOwdtFeGXCDRP%2F08-member-collection.jpg?alt=media)

{% stepper %}
{% step %}

### 选择执行账号

从已登录账号中选择一个可正常访问目标群的账号。
{% endstep %}

{% step %}

### 设置单群上限和并发

填写单群最多读取的人数与任务并发。首次运行建议使用较低并发。
{% endstep %}

{% step %}

### 输入群目标

每行输入一个公开群链接或 @用户名，然后点击 **创建任务**。
{% endstep %}

{% step %}

### 运行并导出

点击 **开始/继续**。完成后可按完整 CSV、@用户名 TXT 或 t.me 链接 TXT 导出。
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
隐藏成员、无查看权限或账号受限时，结果可能为空。软件会在任务状态中记录相应原因。
{% 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/09-qun-cheng-yuan-cai-ji.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.
