> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/prospect-import-for-brands/prospect-import-explained.md).

# 潜在客户导入说明

潜在合作伙伴导入功能可让您在平台内轻松处理大量潜在合作伙伴列表。您可以使用潜在合作伙伴导入添加要招募的新潜在合作伙伴，或将其他平台上的现有合作伙伴迁移到 impact.com。您还可以将此功能与 [电子邮件工作流模板](/brand/zh/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/email-workflows/create-and-manage-email-workflows.md) 一起使用，以自动接受新合作伙伴和创作者加入您的计划。

#### 运作方式

1. 只需创建一个包含潜在合作伙伴的 CSV 文件，并将其上传到 impact.com 平台。要了解如何导入潜在合作伙伴，请参阅 [将潜在合作伙伴批量导入到您的项目](/brand/zh/what-would-you-like-to-learn-about/platform-features/prospect-import-for-brands/bulk-import-prospects-to-your-program.md).
2. 一旦您的潜在合作伙伴导入完成，您会收到一封电子邮件确认，其中包含导入摘要。在这里，您可以查看是否有任何可能需要修复的错误。
3. 当您的潜在合作伙伴已进入 impact.com 平台并分组后，您可以将它们与一个 [工作流](/brand/zh/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/email-workflows/create-and-manage-email-workflows.md) 配对，该工作流会在他们注册后自动将潜在合作伙伴接纳到您的计划中。

{% hint style="info" %}
**注意：** 虽然此功能主要用于导入潜在合作伙伴，但您也可以将其他平台上的现有合作伙伴迁移到 impact.com。为此，在导入时将现有合作伙伴分配到某个组，然后将该组与自动接受工作流配对，即可立即将他们引导加入您的计划。
{% endhint %}

#### 它如何为您带来收益

潜在合作伙伴导入可帮助您在无需额外工具或延迟的情况下扩大合作伙伴网络。

* **更快地引导合作伙伴入驻**：只需几分钟即可上传完整的潜在合作伙伴列表，并立即开始与高价值合作伙伴和创作者互动。无需外部协助、人工流程或变通方法。
* **无需第三方招募工具**：将这部分支出用于其他增长驱动因素，例如合作伙伴激励和活动。
* **先测试您的文件**：使用预演按钮测试是否存在任何错误、匹配账户，并查看哪些记录成功或失败。

#### 限制

* 导入潜在合作伙伴时无法创建新组。请确保您已经 [创建了所需的任何组](/brand/zh/what-would-you-like-to-learn-about/platform-features/reach-out-to-partners/partner-groups/create-and-manage-partner-groups.md) 在导入您的潜在合作伙伴列表之前准备好所需的组。如果您在文件中包含不存在的组，该记录将不会被导入，您会在摘要报告中看到错误。
* 如果已导入的潜在合作伙伴的邀请被分享给他人，而新申请人使用该共享邀请进行申请，则生成的申请不会与您最初导入的潜在合作伙伴关联。


---

# 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://help.impact.com/brand/zh/what-would-you-like-to-learn-about/platform-features/prospect-import-for-brands/prospect-import-explained.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.
