diff --git a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md index 82dc37415e..cb3d84ce51 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md +++ b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-in-reporting-mode.md @@ -9,7 +9,7 @@ top_nav_grouping: Popular Pages --- # Run rippled in Reporting Mode -Reporting mode is a special operating mode of rippled that handles remote procedure calls (RPC) for validated data. +[Reporting mode](rippled-server-modes.html) is a mode of the XRP Ledger core server specialized for serving [HTTP and WebSocket APIs](rippled-api.html). A rippled node running in reporting mode does not connect to the P2P network, but instead extracts validated data from one or more rippled nodes that are connected to the P2P network. It can then efficiently handle RPCs, reducing the load on rippled nodes running in P2P mode.