# Replication
After configuring your node for replication, you can participate in replication activities accross the network by calling methods exposed to the application layer:
- [`Core::replicate`]: Replicates data across replica nodes on the network.
- [`Core::replicate_buffer`]: Clone a remote node's replica buffer.
- [`Core::join_repl_network`]: Join a replica network.
- [`Core::leave_repl_network`]: Exit a replica network.
- Etc.