> 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/05-dai-li-chi-yu-zhang-hao-dai-li-fen-pei.md).

# 05 代理池与账号代理分配

维护代理池，为账号分配代理并确认出口IP。

代理管理用于维护代理来源、检测可用性并把代理分配给账号。分配完成后，应重新连接并确认账号列表中的出口 IP。

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

{% stepper %}
{% step %}

### 打开代理管理

进入 **账号管理**，点击上方的 **代理管理**。
{% endstep %}

{% step %}

### 导入并检测代理

按软件支持的格式导入代理，完成后执行检测。不可用代理应先停用或更换，不要直接投入批量任务。
{% endstep %}

{% step %}

### 分配给账号

勾选目标账号，使用 **重新分配代理**；也可以在账号行上右键打开维护菜单。
{% endstep %}

{% step %}

### 重新连接并复查

代理分配只是更新绑定关系。随后执行 **重新连接** 或 **检测账号**，确认列表中的出口 IP 已刷新。
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
不要只看代理来源名称。是否真正生效，以账号重新连接后的出口 IP 和检测结果为准。
{% 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/05-dai-li-chi-yu-zhang-hao-dai-li-fen-pei.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.
