> 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/04-dao-ru-ji-deng-lu-zhang-hao.md).

# 04 导入及登录账号

导入协议号、手机号登录、账号分类与补号的完整操作。

账号管理是所有任务的入口。建议先建立业务分类，再导入或登录账号，之后群发、随机群发、私信和加群都直接选择分类。

![账号管理界面](https://3113701068-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F3h2NgAnxHRZdWHkoarUV%2Fuploads%2F1IxqEJIXORT97eDbXs1y%2F02-account-management.jpg?alt=media)

{% hint style="info" %}
教程截图中的手机号、昵称、用户名和出口 IP 已隐藏。你的实际软件会正常显示自己的账号资料。
{% endhint %}

{% stepper %}
{% step %}

### 建立账号分类

进入 **账号管理 → 账号分类**，新建容易识别的分类，例如“群发一组”“私信一组”或“测试账号”。
{% endstep %}

{% step %}

### 添加账号

* 已有协议文件：点击 **导入协议包**。
* 需要手机验证码登录：点击 **手机号登录**。
* 导入或新登录的账号会进入当前选中的分类。
  {% endstep %}

{% step %}

### 检测状态

选择账号后点击 **检测账号**。根据结果处理需要重新连接、重新登录或重新分配代理的账号。
{% endstep %}

{% step %}

### 给运行任务补号

运行中的任务保存的是创建时选中的账号。新账号加入同一分类后不会自动插队；需要补入时，在任务中执行 **补入分类新账号**，系统只补充尚未绑定该任务的账号。
{% endstep %}
{% endstepper %}

右键账号可执行检测、重新连接、重新登录、重新分配代理、转移到分类等操作。


---

# 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/04-dao-ru-ji-deng-lu-zhang-hao.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.
