diff --git a/sohstationviewer/documentation/01 _ Table of Contents.help.md b/sohstationviewer/documentation/01 _ Table of Contents.help.md
index 33b78b5de4539ea0dd6babab963c58b9e47ac0dd..bb1f8e51a171ed1aafb00805dfaeb0f651bf4e50 100644
--- a/sohstationviewer/documentation/01 _ Table of Contents.help.md	
+++ b/sohstationviewer/documentation/01 _ Table of Contents.help.md	
@@ -58,5 +58,7 @@ The home button can be used to return to this page at any time.
 
 + [View-Edit Database Tables](33%20_%20View-Edit%20Database%20Tables.help.md)
 
++ [Read All Data Points in an SOH Channel](34%20_%20Read%20All%20Data%20Points%20in%20an%20SOH%20Channel.help.md)
+
 + [Firmware Notice](40%20_%20Firmware%20Notice.help.md)
 
diff --git a/sohstationviewer/documentation/34 _ Read All Data Points in an SOH Channel.help.md b/sohstationviewer/documentation/34 _ Read All Data Points in an SOH Channel.help.md
new file mode 100644
index 0000000000000000000000000000000000000000..f051292c881ac935a2dffbc5d8e035ae3e5f51e8
--- /dev/null
+++ b/sohstationviewer/documentation/34 _ Read All Data Points in an SOH Channel.help.md	
@@ -0,0 +1,23 @@
+## Read All Data Points in an SOH Channel
+
+There are some situations in which it is advantageous to see all the data points
+in an SOH channel. This is provided as an option that can be toggled for each channel
+in the Channels table editor. 
+
+<br />
+<br />
+<img alt="Database Menu" src="images/read_all_soh_data_points/channel_read_all_option.png" width="575" />
+<br />
+
+Because of the way RT130 data is structured, this feature is disabled. In this case,
+SOH channels aside from mass-position have all their data points read. Meanwhile, 
+mass-position and waveform channels are always decimated.
+
+<br />
+<br />
+<img alt="Database Menu" src="images/read_all_soh_data_points/rt130_read_all_option_disabled.png" width="575" />
+<br />
+
+**Warning**: it is a very computationally intensive task to read all data points, even
+with only a handful low-sample-rate SOH channels. It is recommended that this feature
+is only used on channels that really needs the additional points. 
diff --git a/sohstationviewer/documentation/images/read_all_soh_data_points/channel_read_all_option.png b/sohstationviewer/documentation/images/read_all_soh_data_points/channel_read_all_option.png
new file mode 100644
index 0000000000000000000000000000000000000000..e172f78e6096169e6fb1a1c469e8d27fe05c0bca
Binary files /dev/null and b/sohstationviewer/documentation/images/read_all_soh_data_points/channel_read_all_option.png differ
diff --git a/sohstationviewer/documentation/images/read_all_soh_data_points/rt130_read_all_option_disabled.png b/sohstationviewer/documentation/images/read_all_soh_data_points/rt130_read_all_option_disabled.png
new file mode 100644
index 0000000000000000000000000000000000000000..aff1bc8bb628a2f03c95c58cf4ea4ef0e8ae8652
Binary files /dev/null and b/sohstationviewer/documentation/images/read_all_soh_data_points/rt130_read_all_option_disabled.png differ