> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/opencontent/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/opencontent/use-and-explore/untitled.md).

# Replication

Open Content Replicator is a module that allows the Open Content to replicate content to an Open Content Satellite. The OC Satellite works as a "read only" and can store anything from all of the information in the Master to a part of it.

The Replicator can be run automatically in near real time and/or be triggered manually in batches.

For example, a satellite can consist of content with a specific setup of meta data (products, categories etc.) and another satellite can have a different content

Open Content Replicator is in this environment:

```
http://localhost:8180/replication
```

The replicator can be used to replicate objects from one Open Content to another Open Content.

Different types of replication exists:

* Full replication; replicate objects using a query
* Incremental replication; replicate object on incremental re-indexing event. Uses RabbitMQ Indexer needs to be configured for this.
  * used for replication between editorial and public Open Content.
* Batch replication; replicate objects on batch re-indexing event. Uses RabbitMQ Indexer needs to be configured for this.
  * almost never used
* Partial replication; updates target Open Content for filter changes
  * not used
* Event-log replication; polls event-log or content-log


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.navigaglobal.com/opencontent/use-and-explore/untitled.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.
