Skip to content

Commit

Permalink
fix(faq): Missing formal request for RAI for Chip SPA (#983)
Browse files Browse the repository at this point in the history
* add faq section

* add space between bullet pts
  • Loading branch information
tiffanyvu authored Jan 9, 2025
1 parent 56ff6c2 commit 726cac9
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions react-app/src/features/faq/content/oneMACFAQContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,42 @@ export const oneMACFAQContent: FAQContent[] = [
</div>
),
},
{
anchorText: "formal-request-chip-spa",
question:
"How do I submit a Formal Request for Additional Information (RAI) Response for a CHIP SPA?",
answerJSX: (
<div className="w-full space-y-3">
<p>When necessary, states will receive an RAI via email from CMS.</p>
<ul className="ml-8 list-disc space-y-2">
<li>The state will respond to the RAI through OneMAC.</li>
<li>
A Request for Additional Information (RAI) stops the 90-day clock, is a formal
request for additional information from CMS.
</li>
<li>
Packages pending an official RAI response from the state will have a Status of{" "}
<b>RAI Issued.</b>
</li>
</ul>
<p>To respond to a CHIP SPA RAI, select the SPA Tab view from the Package Dashboard.</p>
<ul className="ml-8 list-disc space-y-2">
<li>
Select the link to the SPA ID. Packages which are in need of an RAI response from
the state will have a Status of <b>RAI Issued.</b>
</li>
<li>Then, under Package Actions, select the Respond to RAI link.</li>
<li>
After attaching any required files, you may include additional notes prior to
clicking on the submit button.
</li>
<li>
Check your entries, as you cannot edit the submission after you select Submit.
</li>
</ul>
</div>
),
},
{
anchorText: "withdraw-chip-spa-rai-response",
question: "How do I Withdraw a Formal RAI Response for a CHIP SPA?",
Expand Down

0 comments on commit 726cac9

Please sign in to comment.