# 角色和权限设置

角色和权限决定了成员对功能和资产的访问权限。Recurve 使用两级访问模型，并预定义了以下角色：

* **组织级角色/ Organization level：**&#x63A7;制谁可以管理公司范围内的资源，如团队成员、账单和环境设置。
* **项目级角色/ Project level：**&#x51B3;定成员在各个项目中可以执行的具体操作，例如查看数据、执行转换或管理项目资源。 每个成员在组织及其项目中可以拥有不同的角色。

每个成员在组织和所在项目中可以拥有不同的角色。

## 组织级角色

* **管理员（Admin）**：可以查看和编辑所有配置面板和资源，包括环境设置、项目和用户管理。
* **成员（Member）**：只能查看组织层级的页面。可以创建自己的项目。需要被加入项目成员才可以查看其他用户创建的项目。

## 项目级角色

* **管理员（Admin）：**&#x53EF;以查看和编辑项目的所有配置面板和资源。
* **开发者（Developer）**：可以查看和编辑项目内的资产。
* **查看者（Viewer）：**&#x53EA;能查看项目内的资产。


---

# 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.reorc.com/cn-reorc-help-center/she-zhi/jue-se-he-quan-xian-she-zhi.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.
