> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/zh-cn/control-center/setup-guide/manage-members/import-file.md).

# 导入文件

在导入之前，请检查您的 CSV 文件是否包含以下格式的 **姓名** 和 **电子邮件** 字段：

<figure><img src="https://lh6.googleusercontent.com/UWhLOPa6UdBzO66s17El9htjl_JHS95Y4shkQ9nvuHYo8NlUdvAodSZ8nZ5zNgZbFEg2tjvdRZUm4SFP1rKmXNzoO-zRUzT275VOUNeVqTmyr-2ILt0hfkihnavR3BNzg26VUDHyXklms0eOzTC7Le8" alt="lh6.googleusercontent"><figcaption></figcaption></figure>

> **提示** – 您的文件必须为 CSV 格式，否则 SkyDeck AI 将不接受您的导入。

***

在添加成员弹出窗口中选择 **导入文件** 选项卡。然后点击弹出窗口中的 **上传文件**，并找到您的 CSV 文件。

<figure><img src="/files/ffI5PUQkt9FV8gpbu7Kr" alt="import members" width="563"><figcaption></figcaption></figure>

如果导入成功，您将在屏幕顶部看到 **成功横幅**，页面将填充新成员的信息。

{% hint style="info" %}
您可以选择在 CSV 文件中包含一个名为 **标签** 的第三个字段，以便为添加的成员分配标签。如果没有，您可以 [稍后分配它们](/zh-cn/control-center/setup-guide/manage-members/edit-members.md)。
{% 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.skydeck.ai/zh-cn/control-center/setup-guide/manage-members/import-file.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.
