# Set up and deployment

This section provides the information and guidelines on setting up ReOrc.

## Architecture overview

Recurve services are structured into two parts:

* **Control Plane**: Runs within the Recurve cloud system and provides the web interface for users to manage projects and pipelines.
* **Data Plane**: Receives instructions from Control Plane and runs the actual data jobs, which include data ingestion, transformation, pipeline tasks, or delivery to other systems. The Data Plane consists of multiple worker hosts that are orchestrated by the Control Plane.

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

This separation offers flexibility in deployment, where worker hosts of Data Plane can be installed in different locations to fit your organization's requirements in performance, maintainability, security, and compliance.&#x20;

The current version of Recurve supports setting up Data Plane services within users' infrastructure.

Follow these two guides to set up your organization and install Recurve agent (the core Data Plane service):

1. [Set up organization](/set-up-and-deployment/set-up-organization.md)
2. [Install Recurve agent](/set-up-and-deployment/install-reorc-agent.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/set-up-and-deployment.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.
