# Replication Methods

This section includes the details of the following methods:

#### Full Replication&#x20;

Full replication involves replicating all the data from the source system to the target system. This method is commonly used when there is a need to migrate data from one system to another or to create a backup copy of the data.

#### Snapshot Replication&#x20;

Snapshot replication involves taking a snapshot of the data at a particular point in time and replicating it to the target system. This method is useful when there is a need to replicate large amounts of data quickly. Snapshot replication is commonly used in data warehousing and business intelligence applications.

#### Incremental Replication&#x20;

Incremental replication involves replicating only the changes made to the source data since the last replication cycle. This method is useful when dealing with large volumes of data or when the source data is frequently updated. Incremental replication helps to reduce the amount of data being replicated and reduces the time required for replication.


---

# 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://daton-sarasanalytics.gitbook.io/daton/platform/features/data/data-replication-in-daton/replication-methods.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.
