# Reunite + Realm overview

Reunite and Realm work together to help you author, review, and publish world-class developer portals and API documentation.

This page provides an overview of how the system works — and how the different parts fit together.

## How it works

At a high level:


```mermaid
flowchart TD
    remote["Content sources (Git + Remote content)"] --> reunite["Reunite (Collaboration Suite)"]
    reunite --> realm["Realm (Project Engine)"]
    realm --> consumer["Consumers (Developers, Partners, Customers)"]
```

- **Reunite** is where publishers work: writing content, reviewing changes, and deploying Projects.
- **Realm** powers the runtime and delivery of the Project — the experience your developers, partners, and customers see.


## Content flow


```mermaid
flowchart TD
    remote["Remote Content Sources"] --> remote_automation["Remote Content Automation"]
    remote_automation --> git["Project Git Repo"]
    git --> editor["Reunite Content Editor"]
    editor --> reviews["Pull Requests / Reviews"]
    reviews --> deployments["Deployments"]
    deployments --> project["Realm-powered Project"]
    project --> consumer["Consumers"]
```

- Remote content and Git content are combined via **Reunite**.
- **Reunite** manages pull requests, reviews, and deployments.
- **Realm** builds the Project for your consumers.


## Reunite workspace

The **Reunite** collaboration suite includes:

- Content editor
- Pull requests & reviews
- Deployments
- Scorecards
- Feedback
- Respect Monitoring
- Compliance reports
- And more...


## Integrations

You can connect to external systems:

- Git providers (GitHub, GitLab, Bitbucket, Azure DevOps)
- CI/CD pipelines
- Analytics and API operations platforms
- Remote content sources (Git-based or URL-based)


## Access management

Role-based access control (RBAC) applies to:

- Reunite workspace
- Projects
- Individual content pages
- Navigation elements
- API operations
- Granular bits of content


## Next steps

- [Get started with Reunite](/docs/realm/get-started/start-reunite-editor)
- [Structure your project](/docs/realm/content/project-structure)
- [Customize your branding](/docs/realm/branding)
- [Set up integrations](/docs/realm/reunite/project/connect-git/connect-git-provider)