diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md
index a98ee5fe2..560293bb8 100644
--- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md
+++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md
@@ -1,3 +1,7 @@
# Wave
Wave is a suite of evaluation tools that helps authors make their web content more accessible to individuals with disabilities. WAVE can identify many accessibility and Web Content Accessibility Guideline (WCAG) errors, but also facilitates human evaluation of web content.
+
+Free Content
+Wave Website
+WAVE Accessibility Testing Tool Tutorial
\ No newline at end of file
diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md
index e4716b392..734dc0781 100644
--- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md
+++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md
@@ -1 +1,7 @@
-# Axe
\ No newline at end of file
+# Axe
+
+Axe is a fast and lightweight accessibility testing tool that checks the entire document against the rules and generates a report with all violations, passes, etc.
+
+Free Content
+Axe Website
+Accessibility testing using the axe-core library
\ No newline at end of file