> For the complete documentation index, see [llms.txt](https://knowledgebase.offer18.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.offer18.com/zh/wang-luo/gong-ju/dao-ru-shu-ju/dao-ru-lian-meng-huo-ban.md).

# 导入联盟会员

1. **前往 工具 » 导入数据**

![](/files/4080b1b67a24b3a39113ddabf4add7fdacaf708f)

2\. **选择 联盟导入模板（CSV 文件）**

![](/files/105da2cc0bebc69eb80fafa1e67241f7f34e711b)

文件上传后，联盟数据将以表格格式显示。用户必须将所有列标题与按数据排序的 CSV 表单相匹配。\
（映射列后删除第 1 行标题）

***

#### 重要 **CSV 中用于导入联盟的字段**

1. 名，姓&#x20;
2. 国家
3. 公司名称
4. 电子邮件 ( **必填** )
5. 货币
6. 地址
7. 电话
8. 网站
9. 状态 ( 已批准，待处理，已拒绝 )

从此处下载联盟导入模板文件，并根据模板标题整理您的联盟数据。

{% file src="/files/358f1881680b251144fc335c8a7495f10792c848" %}
下载联盟导入模板
{% endfile %}


---

# 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://knowledgebase.offer18.com/zh/wang-luo/gong-ju/dao-ru-shu-ju/dao-ru-lian-meng-huo-ban.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.
