# 项目和主体

{% hint style="info" %}
本帮助文档介绍了项目和主体的关系，以及如何创建、修改和删除主体。
{% endhint %}

## 项目与主体的管理

您可以在一个项目中创建多个主体，用于分别处理不同主体的财务数据。

* 每个主体都拥有自己的数据源、交易和报表，所有主体之间的数据是完全隔离的。
* 项目用于对主体基础信息、成员权限、操作日志等进行管理。

## 创建新的主体

1. 导航到 项目设置-通用设置。
2. 点击 新增主体 ，按照要求填写主体基础信息，即可创建新的主体。

<figure><img src="/files/1WhTw6h4Rp0egfVL2bGR" alt=""><figcaption></figcaption></figure>

## 修改主体基础信息

1. 导航到 项目设置-通用设置。
2. 在主体列表，点击主体右侧的 设置 图表，即可修改主体信息。
3. 补充说明：主体的时区、开始日期、功能币种，在创建完成后就不允许进行修改了。

<figure><img src="/files/9kc3MdYdXJrbPkCAn6Eq" alt="" width="375"><figcaption></figcaption></figure>

## 删除主体

1. 导航到 项目设置-通用设置
2. 在主体列表，点击主体右侧的 删除 图表，在弹窗内进行确认后，即可删除主体。
3. 此操作无法恢复，请谨慎操作。


---

# 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.elven.com/v3/chinese/settings/xiang-mu-he-zhu-ti.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.
