# 设置组织

在 Reorc 中，组织是最高层级的结构，包含多个项目和用户。组织所有者可以管理账单信息、用户权限及其他资源。

本指南将引导您完成组织的设置过程。

{% hint style="info" %}
**前提条件：**&#x60A8;需要先拥有一个 Reorc 账户。如没有账户，请访问 [Reorc](https://cn.reorc.cloud) 创建。
{% endhint %}

## 创建组织

1. 在账户创建完成后的欢迎对话框中，点&#x51FB;**“创建组织 / Create Organization”**&#x6309;钮。
2. 请为您的组织提供名称和域名。该域名将作为组织的唯一标识，同时也是您访问 Reorc 时的地址。

## 设置环境

每个 Reorc 组织通常需要两种环境：开发环境和生产环境。

类似于软件工程中的实践，环境是项目生命周期不同阶段的独立配置。开发环境是数据工程师构建、试验和测试新配置和转换的场所，而生产环境则包含了已全面测试、稳定的数据工作流。

在创建组织时，Reorc会默认设&#x7F6E;**“开发环境/dev”**&#x548C;**“生产环境/prod”**。

访问环境设置，在左侧边栏上，点击图标 ![](/files/EtOJwBN8mtqs8HauCAJz) 并选&#x62E9;**“Environments & Workers”**。&#x20;

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

设置好环境后，下一步是 [安装 reorc-agent](/cn-reorc-help-center/she-zhi-yu-bu-shu/an-zhuang-reorcagent.md)。


---

# 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-yu-bu-shu/she-zhi-zu-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.
