diff --git a/README.md b/README.md
index d7a32f0978565e7f1a3b8ad93a100b847f893628..a48266f8063dbfa529f772fb48489965289b42e7 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
 # Other Pages
 * [On-Boarding to IICS](/docs/on-boarding-to-iics.md)
 * [Logging in](/docs/logging-in.md)
-* [Creating your First Integration](/docs/tutorials/FirstIntegration/FirstIntegration.md)
+* [University of Wisconsin Integrator Training](/docs/training/IntegratorTraining.md)
 * [Training](/docs/training/training.md)
 * [Best Practices And Recommendations](/docs/best-practices/README.md)
 * [Integration Tutorials](/docs/tutorials/README.md)
diff --git a/docs/logging-in.md b/docs/logging-in.md
index 38783288f950437fa790138785f519f28352ac09..c0d6d6730e5070ea86a7f62a9061523109b9f740 100644
--- a/docs/logging-in.md
+++ b/docs/logging-in.md
@@ -21,9 +21,8 @@ For more information, view [This Informatica Article](https://kb.informatica.com
 
 Before a user can log in, they must be added to IICS.
 
-For a guide on requesting access to IICS for your business unit, refer to our [Onboarding Guide](on-boarding-to-iics.md).
-
-For a guide on provisioning access to IICS to members of your business unit, refer to our [Manifest User Documentation](manifest-users.md)
+For a guide on requesting access to IICS for you or your business unit, refer to our [Onboarding Guide](on-boarding-to-iics.md).
+For a guide on provisioning access to IICS to other members of your business unit, refer to our [Manifest User Documentation](manifest-users.md)
 
 ## Test or Prod?
 
diff --git a/docs/on-boarding-to-iics.md b/docs/on-boarding-to-iics.md
index 9f33712a550cb8faa2d8e9e3a3bac148f0486ea5..3fbcdec7bcb55872d674feed7a65fe22b586e20c 100644
--- a/docs/on-boarding-to-iics.md
+++ b/docs/on-boarding-to-iics.md
@@ -20,7 +20,7 @@ Access to IICS is controlled through Manifest. Please refer to [This Documentati
 After getting access to IICS, you will be able to work through our various training options and start implementing your integration(s). 
 
 - [Log In to IICS](/docs/logging-in.md)
-- Follow a [Walk Through of your First Integration](/docs/tutorials/FirstIntegration/FirstIntegration.md)
+- Follow the [University of Wisconsin Integrator Training](/docs/training/IntegratorTraining.md)
 - Look at [Several Other Integration Tutorials](/docs/tutorials/README.md)
 - Go through the [Official Informatica Training](/docs/training/training.md)
 
diff --git a/docs/training/IntegratorTraining.md b/docs/training/IntegratorTraining.md
new file mode 100644
index 0000000000000000000000000000000000000000..813bf5562d6ef288c7d841af9624114fbf33683b
--- /dev/null
+++ b/docs/training/IntegratorTraining.md
@@ -0,0 +1,7 @@
+# Integrator Training
+
+UW Madison currently provides its personell with a self-paced Canvas course located at [https://go.wisc.edu/integratortraining](https://go.wisc.edu/integratortraining) that provides integrators with the prerequisite knowledge needed to use IICS, as well as a series of instructions to create two end-to-end practice integrations (one in CDI which pulls information directly from an API, and one in CAI which uses webhooks).
+
+This course is currently only available to UW-Madison personell. For other users, there are several alternatives:
+- Look at [Our Documentation's Set of Tutorials](/docs/tutorials/README.md)
+- Go through the [Official Informatica Training](/docs/training/training.md)
\ No newline at end of file
diff --git a/docs/training/training.md b/docs/training/training.md
index 4b839a1f63440adec4936c2a39a9b5669f476c93..f53d2b11569293fd70b12a3793a5491ff1754c49 100644
--- a/docs/training/training.md
+++ b/docs/training/training.md
@@ -1,6 +1,6 @@
 # Training
 
-**Important Note:** UW Madison has its own training offerings for learning IICS. If your primary goal is to gain a general overview of Cloud Data Integration's functionality it is reccomended to check out our tutorial on [Creating your First Integration](/docs/tutorials/FirstIntegration/FirstIntegration.md).
+**Important Note:** UW Madison has its own training offerings for learning IICS. If your primary goal is to gain a general overview of Cloud Data Integration and Cloud Application Integration, it is recommended that you follow the [University of Wisconsin Integrator Training](/docs/training/IntegratorTraining.md).
 
 ## Informatica Training
 
diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md
index e323f8774bde3bb009ba928b2827d097c1837874..3be7bcbe3758fe1e1d307c23c7094af4c010cf0b 100644
--- a/docs/tutorials/README.md
+++ b/docs/tutorials/README.md
@@ -1,7 +1,6 @@
 # Integration Tutorials
-Linked below are several walkthroughs on Informatica objects and processes used in creating Integrations.
+Linked below are several walkthroughs on Informatica objects and processes used in creating Integrations. If you are just starting to create integrations and looking for a jumping-off point, it is recommended you follow the [University of Wisconsin Integrator Training](/docs/training/IntegratorTraining.md) instead.
 
-* [Creating your First Integration](/docs/tutorials/FirstIntegration/FirstIntegration.md)
 * [Basic Extract, Transform, Load (ETL) integration example for WiscAlerts](/docs/tutorials/wiscalerts/wiscalerts.md)
 * [File Retrieval from the IICS Secure Agent](/docs/tutorials/FileRetrieval/FileRetrieval.md)
 * [Using the Box Connector For Flat Files](/docs/tutorials/box/box.md)