# 设置与部署

本节提供了有关设置 Reorc 的详细信息和指南。

## 架构概述

Reorc 的服务架构分为两个部分：

* **控制面（Control Plane）：**&#x8FD0;行在 Reorc 云系统中，为用户提供管理项目和管道的 Web 界面。
* **数据面（Data Plane）：**&#x63A5;收控制面的指令并执行实际的数据任务，包括数据摄取、转化、管道任务或将数据交付到其他系统。数据面由多个 Workers 组成，这些 Workers 由控制面进行编排和管理。

<figure><img src="/files/U0mwwW7m2aEsLZTl4ISn" alt="" width="563"><figcaption></figcaption></figure>

这种架构分离提供了灵活的部署方式，数据面的 Workers 可以安装在不同的地点，以满足您组织在性能、可维护性、安全性和合规性方面的需求。

当前版本的 Reorc 支持在用户的基础设施中设置数据面服务。

请按照以下两个指南来设置您的组织并安装 Reorc-agent （数据面中的核心服务）：

1. [设置组织](/cn-reorc-help-center/she-zhi-yu-bu-shu/she-zhi-zu-zhi.md)
2. [安装 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.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.
