diff --git a/docs/known-issues-and-solutions/solutions-index/alert-audio-video.md b/docs/known-issues-and-solutions/solutions-index/alert-audio-video.md
new file mode 100644
index 00000000..0c4afd4d
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/alert-audio-video.md
@@ -0,0 +1,125 @@
+# Alert - Audio/Video
+- WAVE Category: Alert
+- WAVE Alert: Audio/Video
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on Audio/Video may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#audio_video
+
+ > ### WAVE Category
+ > Alerts
+ > ### WAVE Error
+ > Audio/Video
+ > ### What It Means
+ > An audio or video file or link is present.
+ > ### Why It Matters
+ > Audio content must be presented in a text format to be fully accessible to users who are deaf and hard of hearing. Video content with audio must have synchronized captions and a transcript. Audio-only content must have a transcript.
+ > ### What To Do
+ > For video content, ensure that synchronized captioning and a transcript is provided. For audio-only content, ensure that a transcript is provided.
+ > ### The Algorithm... in English
+ > An embedded QuickTime, Windows Media Player, or RealPlayer movie is present or a link is present to a file with one of the following extensions: 3gp, aif, aiff, asf, asx, avi, flv, m4a, m4p, mov, mp2, mp3, mp4, mpa, mpeg, mpeg2, mpg, mpv, ogg, ogv, qtl, ra, ram, smi, smil, wav, wax, webm, wma, wmv, wmp, or wmx.
+ > ### Standards and Guidelines
+ > - [1.2.1 Prerecorded Audio-only and Video-only (Level A)](https://webaim.org/standards/wcag/checklist#sc1.2.1)
+ > - [1.2.2 Captions (Prerecorded) (Level A)](https://webaim.org/standards/wcag/checklist#sc1.2.2)
+ > - [1.2.3 Audio Description or Media Alternative (Prerecorded) (Level A)](https://webaim.org/standards/wcag/checklist#sc1.2.3)
+ > - [1.2.5 Audio Description (Prerecorded) (Level AA)](https://webaim.org/standards/wcag/checklist#sc1.2.5)
+ > - [1.4.2 Audio Control (Level A)](https://webaim.org/standards/wcag/checklist#sc1.4.2)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the Audio/Video WAVE Alert.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/alert-broken-same-page-link.md b/docs/known-issues-and-solutions/solutions-index/alert-broken-same-page-link.md
new file mode 100644
index 00000000..5b63bc0e
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/alert-broken-same-page-link.md
@@ -0,0 +1,121 @@
+# Alert - Broken same-page link
+- WAVE Category: Alert
+- WAVE Alert: Broken same-page link
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on Broken same-page link may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#link_internal_broken
+
+ > ### WAVE Category
+ > Alerts
+ > ### WAVE Error
+ > Broken same-page link
+ > ### What It Means
+ > A link to another location within the page is present but does not have a corresponding target.
+ > ### Why It Matters
+ > A link to jump to another position within the page assists users in navigating the web page, but only if the link target exists.
+ > ### What To Do
+ > Ensure that the target for the link exists or remove the same-page link.
+ > ### The Algorithm... in English
+ > An in-page link has an href attribute (starting with a #), but does not match either the id value of another element or the name attribute value of an anchor element within the page.
+ > ### Standards and Guidelines
+ > - [2.1.1 Keyboard (Level A)](https://webaim.org/standards/wcag/checklist#sc2.1.1)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the Broken same-page link WAVE Alert.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/alert-device-dependent-event-handler.md b/docs/known-issues-and-solutions/solutions-index/alert-device-dependent-event-handler.md
new file mode 100644
index 00000000..b72b3ad1
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/alert-device-dependent-event-handler.md
@@ -0,0 +1,124 @@
+# Alert - Device dependent event handler
+- WAVE Category: Alert
+- WAVE Alert: Device dependent event handler
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on Device dependent event handler may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#event_handler
+
+ > ### WAVE Category
+ > Alerts
+ > ### WAVE Error
+ > Device dependent event handler
+ > ### What It Means
+ > An event handler is present that may not be accessible.
+ > ### Why It Matters
+ > The JavaScript events in use do not appear to be accessible to both mouse and keyboard users. To be fully accessible, critical JavaScript interaction should be device independent.
+ > ### What To Do
+ > Ensure that critical functionality and content is accessible by using a device independent event handler (which responds to both keyboard and mouse) or by using both a mouse dependent and a keyboard dependent event handler.
+ > ### The Algorithm... in English
+ > One of the following is present:
+ > - an onmouseover event but not an onfocus event
+ > - an onclick event on something other than a link, form control, or element with a tabindex value of 0
+ > - ondblclick
+ > ### Standards and Guidelines
+ > - [2.1.1 Keyboard (Level A)](https://webaim.org/standards/wcag/checklist#sc2.1.1)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the Device dependent event handler WAVE Alert.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/aria-aria-description.md b/docs/known-issues-and-solutions/solutions-index/aria-aria-description.md
new file mode 100644
index 00000000..53908df8
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/aria-aria-description.md
@@ -0,0 +1,122 @@
+# ARIA - ARIA description
+- WAVE Category: ARIA
+- WAVE ARIA: ARIA description
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on ARIA description may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#aria_describedby
+
+ > ### WAVE Category
+ > ARIA
+ > ### WAVE Error
+ > ARIA description
+ > ### What It Means
+ > An aria-describedby attribute is present.
+ > ### Why It Matters
+ > ARIA descriptions provide additional information about interface elements, primarily form controls.
+ > ### What To Do
+ > Ensure the aria-describedby attribute references an element that provides a correct description.
+ > ### The Algorithm... in English
+ > An aria-describedby attribute is present.
+ > ### Standards and Guidelines
+ > - [1.3.1 Info and Relationships (Level A)](https://webaim.org/standards/wcag/checklist#sc1.3.1)
+ > - [4.1.2 Name, Role, Value (Level A)](https://webaim.org/standards/wcag/checklist#sc4.1.2)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the ARIA description WAVE ARIA.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/aria-aria-expanded.md b/docs/known-issues-and-solutions/solutions-index/aria-aria-expanded.md
new file mode 100644
index 00000000..96c5ba8b
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/aria-aria-expanded.md
@@ -0,0 +1,121 @@
+# ARIA - ARIA expanded
+- WAVE Category: ARIA
+- WAVE ARIA: ARIA expanded
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on ARIA expanded may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#aria_expanded
+
+ > ### WAVE Category
+ > ARIA
+ > ### WAVE Error
+ > ARIA expanded
+ > ### What It Means
+ > An aria-expanded attribute is present.
+ > ### Why It Matters
+ > The aria-expanded attribute indicates the status of content that can be expanded and collapsed.
+ > ### What To Do
+ > Ensure that aria-expanded is used correctly (typically on a button that controls expandable content) and that the value (true or false) reflects the expansion state.
+ > ### The Algorithm... in English
+ > An element with an aria-expanded attribute is present.
+ > ### Standards and Guidelines
+ > - [4.1.2 Name, Role, Value (Level A)](https://webaim.org/standards/wcag/checklist#sc4.1.2)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the ARIA expanded WAVE ARIA.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/aria-aria-hidden.md b/docs/known-issues-and-solutions/solutions-index/aria-aria-hidden.md
new file mode 100644
index 00000000..78c0f061
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/aria-aria-hidden.md
@@ -0,0 +1,121 @@
+# ARIA - ARIA hidden
+- WAVE Category: ARIA
+- WAVE ARIA: ARIA hidden
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on ARIA hidden may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#aria_hidden
+
+ > ### WAVE Category
+ > ARIA
+ > ### WAVE Error
+ > ARIA hidden
+ > ### What It Means
+ > Content is hidden with ARIA.
+ > ### Why It Matters
+ > Content hidden with aria-hidden="true" is not presented to screen reader users.
+ > ### What To Do
+ > Ensure the content is intended to be hidden from screen reader users. The hidden content must not contain any navigable elements (such as links or form controls).
+ > ### The Algorithm... in English
+ > An element with aria-hidden="true" is present.
+ > ### Standards and Guidelines
+ > - [4.1.2 Name, Role, Value (Level A)](https://webaim.org/standards/wcag/checklist#sc4.1.2)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the ARIA hidden WAVE ARIA.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/aria-aria-menu.md b/docs/known-issues-and-solutions/solutions-index/aria-aria-menu.md
new file mode 100644
index 00000000..e5d770d4
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/aria-aria-menu.md
@@ -0,0 +1,122 @@
+# ARIA - ARIA menu
+- WAVE Category: ARIA
+- WAVE ARIA: ARIA menu
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on ARIA menu may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#aria_menu
+
+ > ### WAVE Category
+ > ARIA
+ > ### WAVE Error
+ > ARIA menu
+ > ### What It Means
+ > An ARIA menu is present.
+ > ### Why It Matters
+ > ARIA menus are application menus (like those used in software menu) with a specific keyboard interactions. They are NOT for navigation links on a web site.
+ > ### What To Do
+ > Ensure that the menu is an application menu and has the appropriate keyboard interactions (menu items are navigated via the arrow keys, not via the Tab key), otherwise remove the menu role.
+ > ### The Algorithm... in English
+ > An element with role="menu" or role="menubar" is present.
+ > ### Standards and Guidelines
+ > - [2.1.1 Keyboard (Level A)](https://webaim.org/standards/wcag/checklist#sc2.1.1)
+ > - [4.1.2 Name, Role, Value (Level A)](https://webaim.org/standards/wcag/checklist#sc4.1.2)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the ARIA menu WAVE ARIA.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/aria-aria-popup.md b/docs/known-issues-and-solutions/solutions-index/aria-aria-popup.md
new file mode 100644
index 00000000..eec1842c
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/aria-aria-popup.md
@@ -0,0 +1,121 @@
+# ARIA - ARIA popup
+- WAVE Category: ARIA
+- WAVE ARIA: ARIA popup
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on ARIA popup may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#aria_haspopup
+
+ > ### WAVE Category
+ > ARIA
+ > ### WAVE Error
+ > ARIA popup
+ > ### What It Means
+ > An element triggers a popup menu, dialog, or other element.
+ > ### Why It Matters
+ > The aria-haspopup element, when applied to a button, indicates that triggering the element will open an ARIA menu, dialog, listbox, tree, or grid.
+ > ### What To Do
+ > Ensure that the element triggers an ARIA menu, dialog, listbox, tree, or grid and that the aria-haspop attribute value aligns with the type of element that is opened.
+ > ### The Algorithm... in English
+ > An aria-haspopup attribute is present.
+ > ### Standards and Guidelines
+ > - [4.1.2 Name, Role, Value (Level A)](https://webaim.org/standards/wcag/checklist#sc4.1.2)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the ARIA popup WAVE ARIA.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/aria-aria-tabindex.md b/docs/known-issues-and-solutions/solutions-index/aria-aria-tabindex.md
new file mode 100644
index 00000000..b09b1b0b
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/aria-aria-tabindex.md
@@ -0,0 +1,121 @@
+# ARIA - ARIA tabindex
+- WAVE Category: ARIA
+- WAVE ARIA: ARIA tabindex
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on ARIA tabindex may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#aria_tabindex
+
+ > ### WAVE Category
+ > ARIA
+ > ### WAVE Error
+ > ARIA tabindex
+ > ### What It Means
+ > A tabindex value of 0 or less is present.
+ > ### Why It Matters
+ > Tabindex can facilitate keyboard navigation for interactive elements. A tabindex attribute value of 0 places an item into the keyboard navigation order (i.e., you can navigate to it using the Tab key). A value of less than 0 (typically -1) removes an element from the keyboard flow (you cannot Tab to it), but allows it to receive programmatic focus (e.g., via scripting).
+ > ### What To Do
+ > Ensure that tabindex is being used correctly by navigating and interacting with the elements using only the keyboard. Positive tabindex values specify a distinct tab order and should typically be avoided.
+ > ### The Algorithm... in English
+ > A tabindex attribute is present and has a value of 0 or less.
+ > ### Standards and Guidelines
+ > - [2.1.1 Keyboard (Level A)](https://webaim.org/standards/wcag/checklist#sc2.1.1)
+
+## Example of a DOM Snippet Generated From WAVE Tool
+
+> ```html
+> [HTML snippet showing the problematic code structure that WAVE detected]
+> ```
+
+
+## Project Team Error guidance
+
+The following material covers how the Project Team has provided a solution to the ARIA tabindex WAVE ARIA.
+
+### Project Page Details
+- Project Page name: [INSERT PAGE NAME or "ALL"]
+- Project Dev URL: [INSERT URL or "N/A"]
+- Requires sign in: [TRUE OR FALSE]
+ - Required User Role: [INSERT ONE OF: Visitor, Logged in user, Admin, Security Admin]
+ - Can access page directly from URL: [TRUE OR FALSE]
+ - Accepts URL parameters: [TRUE OR FALSE]
+
+### Project Team Issue and PR details
+- Related GitHub Issue(s):
+ - [INSERT ISSUE URL]
+- Related Pull Request(s):
+ - [INSERT PR URL]
+- React Component(s)
+ - [INSERT PATH: e.g. path/to/Component.jsx]
+
+### Project Team Solution
+
+#### What is the specific problem that was occurring?
+
+[INSERT CONTENT]
+
+#### What is the proposed solution to this problem?
+
+[INSERT CONTENT]
+
+#### Step-By-Step Guide
+
+
+??? Info "Click to see step-by-step guide"
+
+ [ADD DETAILED INSTRUCTIONS HERE]
+
+#### Other Technical Details
+
+
+??? Info "Click to see other technical details"
+
+ [INSERT OTHER DETAILS e.g. Prop References, Return Value ]
+
+#### Code Snippet With Solution
+??? Info "Click to see code snippets"
+
+ [INSERT PATH file/path/to/Snippet.jsx]
+
+ ```jsx
+ [Code example showing the fix/solution]
+ ```
+
+#### Why the Fix Works
+
+[INSERT CONTENT]
+
+#### Where this solution is applicable
+
+- [INSERT SCENARIO 1]
+- [INSERT SCENARIO 2]
+- [INSERT SCENARIO N]
+
+#### Screenshots of WAVE Error
+
+
+
+??? Info "1. Descriptive Title for Screenshot Set 1"
+
+ Description/text for image
+
+ [INSERT IMAGE HERE]
+
+## Credits/Authors
+
+- @Rabia2219
+- [INCLUDE Contributor 2]
+- [INCLUDE Contributor N]
diff --git a/docs/known-issues-and-solutions/solutions-index/error-blinking-content.md b/docs/known-issues-and-solutions/solutions-index/error-blinking-content.md
new file mode 100644
index 00000000..241364be
--- /dev/null
+++ b/docs/known-issues-and-solutions/solutions-index/error-blinking-content.md
@@ -0,0 +1,121 @@
+# Error - Blinking content
+- WAVE Category: Error
+- WAVE Error: Blinking content
+
+## Page Content Status
+- [X] WAVE Error guidance text
+- [ ] Example of a DOM Snippet Generated From WAVE Tool
+- Project Team Error guidance
+ - [ ] Project Team Page Details
+ - [ ] Project Team Issue and PR details
+ - [ ] Project Team Solution
+- [ ] Credits/Authors
+
+## WAVE Guidance
+
+WAVE Tool's Reference material on Blinking content may not specifically address your problem. We provide it here for optional reading.
+
+??? Info "Click to see WAVE Tool Reference"
+
+ This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#blink
+
+ > ### WAVE Category
+ > Errors
+ > ### WAVE Error
+ > Blinking content
+ > ### What It Means
+ > Blinking content is present.
+ > ### Why It Matters
+ > Blinking content can be distracting and confusing to users, particularly those with certain cognitive disabilities.
+ > ### What To Do
+ > Remove the blinking effect (`