> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/dai-li-guan-li/integrating-proxies.md).

# 集成代理

{% embed url="<https://www.youtube.com/watch?v=UpH0C6u_804>" %}

在本文中，我们将解释代理管理功能的工作原理。通过此功能，您可以批量添加和保存代理，并将您的代理保存到组中，以便始终保持概览。

### 在哪里可以找到代理管理功能？

您可以通过点击代理管理在浏览器配置文件概览中找到此功能。在代理管理门户中，您可以：

* 管理您已导入的代理
* 批量或单独添加新代理
* 删除代理
* 检查连接
* 旋转代理（仅适用于旋转代理）

![](/files/0d9c6be719d1afe8b31d37f353074edbb12e94a6)

### 向数据库添加单个代理

{% stepper %}
{% step %}
**创建单个代理**

在左侧菜单中，转到**创建单个代理**。
{% endstep %}

{% step %}
**输入代理详细信息**

添加代理详细信息：名称、代理：端口、代理用户名、代理密码。对于旋转代理，勾选**旋转代理**选项。可选地将代理添加到现有组中。
{% endstep %}

{% step %}
**检查并保存**

点击**检查代理**，然后点击中间的箭头将代理添加到数据库中。
{% endstep %}
{% endstepper %}

![](/files/1b1b879fa278f38e51abc939484f61230734088f)

### 批量添加代理

您可以批量添加代理，以便在几次点击中导入多个代理。点击左侧菜单中的**创建批量**，将出现一个弹出窗口。选择如何批量导入代理：通过标准格式、CSV格式、CSV文件或Excel文件。

#### 标准格式

{% stepper %}
{% step %}
**输入代理详细信息**

输入详细信息，如代理、端口、用户名和密码，格式如下所示。
{% endstep %}

{% step %}
**选择分隔符格式**

在这种情况下，我们选择了默认设置的冒号，但您可以自行选择分隔符。

<figure><img src="/files/mQ6C570RBxblOEy3sDIx" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

#### CSV和Excel格式

{% stepper %}
{% step %}
**下载模板**

要通过Excel或CSV导入，首先下载模板。示例文档可从应用程序或通过以下链接获取：

* [CSV](https://incogniton.com/wp-content/uploads/2023/09/proxyIncognitonExampleBulkImportCSV.csv)
* [Excel](https://incogniton.com/wp-content/uploads/2023/09/proxyIncognitonExampleBulkImportExcel.xlsx)
  {% endstep %}

{% step %}
**填写模板**

填写模板并将其保存到您的计算机。

<div align="center"><img src="/files/0ca52863affdf92c0cf7bd74683ec2ffbf993c44" alt=""></div>
{% endstep %}

{% step %}
**上传和导入**

点击**CSV文件**或**Excel文件**并上传您完成的文档。标准文件使用分号作为分隔符，但如果需要可以调整。点击**检查**以验证文档，然后点击**导入**将代理保存到数据库中。

![](/files/93cd5c7e49caef2133bd528b71de8c94d592f439)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
如果您还有任何问题，请联系我们的[支持部门](https://incogniton.com/contact/)。
{% 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://docs.incogniton.com/documentation/chinese-documentation/dai-li-guan-li/integrating-proxies.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.
