# 项目

项目是 `Easy DataSet` 中的一个最小工作单元，一个项目下有一份独立的配置（包括数据集生成任务配置、模型配置等等），可以处理一批文献并且管理基于这批文献生成的所有问题和数据集。

<figure><img src="/files/aYjPWfdR9io4Zyz68ZiI" alt=""><figcaption></figcaption></figure>

创建新项目，只需要输入项目名称和描述，可复用其他项目的模型配置。

> 名称和描述只用于记录和查看，不会影响后续的数据集生成任务。


---

# Agent Instructions: 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:

```
GET https://docs.easy-dataset.com/ji-chu-gong-neng/quickstart.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
