> For the complete documentation index, see [llms.txt](https://docs.easy-dataset.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easy-dataset.com/shu-ju-ji/shu-ju-ji-dao-ru.md).

# 数据集导入

支持直接导入已有数据集，对数据集进行二次标注、评估，或和现有数据集一起使用，在数据集管理模块可点击导入：

![](https://files.mdnice.com/user/6267/1aa81bcc-8980-44a7-9e18-a459b4e86367.png)

支持自动解析 JSON、JSONL、CSV 三种文件格式，以及多种数据集格式，系统将自动匹配数据集的字段：

![](https://files.mdnice.com/user/6267/d9de4bfe-02c4-4420-9321-13b8a568c96c.png)

导入过程中将展示完整进度：

![](https://files.mdnice.com/user/6267/cf37c870-5215-40d0-983f-7fc27eb1be46.png)

导入后，数据集使用模型列将展示为 `Imported`，默认关联的领域标签为空：

![](https://files.mdnice.com/user/6267/d3bce906-a076-4db3-bc61-1e7e9ee0325d.png)


---

# 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.easy-dataset.com/shu-ju-ji/shu-ju-ji-dao-ru.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.
