From d3cb3d46c5768390d9168fc26e5bbeda052146bf Mon Sep 17 00:00:00 2001 From: cameron testerman <11036339+voidspooks@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:45:26 -0500 Subject: [PATCH] feat(22-1990n): generate codegen_content artifacts via Optimus Generated by Optimus (https://github.com/aquia-inc/optimus). All files require human review before merging. Files: - src/applications/registry.json - content/pages/education/22-1990n/introduction.md - content/pages/education/22-1990n/help.md - content/pages/education/22-1990n/error-messages.json - content/pages/education/22-1990n/navigation.json --- .../education/22-1990n/error-messages.json | 316 ++++++++++++++++++ content/pages/education/22-1990n/help.md | 274 +++++++++++++++ .../pages/education/22-1990n/introduction.md | 114 +++++++ .../pages/education/22-1990n/navigation.json | 154 +++++++++ src/applications/registry.json | 170 +++++++--- 5 files changed, 977 insertions(+), 51 deletions(-) create mode 100644 content/pages/education/22-1990n/error-messages.json create mode 100644 content/pages/education/22-1990n/help.md create mode 100644 content/pages/education/22-1990n/introduction.md create mode 100644 content/pages/education/22-1990n/navigation.json diff --git a/content/pages/education/22-1990n/error-messages.json b/content/pages/education/22-1990n/error-messages.json new file mode 100644 index 0000000000..6c0e82ee10 --- /dev/null +++ b/content/pages/education/22-1990n/error-messages.json @@ -0,0 +1,316 @@ +{ + "_comment": "VA Form 22-1990n — Field-level, submission, and save-in-progress error messages. All messages follow VA.gov plain language content style guide.", + "formNumber": "22-1990n", + "formTitle": "Application for VA Education Benefits Under the National Call to Service (NCS) Program", + + "fieldErrors": { + "personalInformation": { + "ssn": { + "required": "Please enter your Social Security number.", + "pattern": "Please enter a valid 9-digit Social Security number. Use the format 123-45-6789.", + "label": "Social Security number" + }, + "dateOfBirth": { + "required": "Please enter your date of birth.", + "invalid": "Please enter a valid date of birth.", + "futureDate": "Your date of birth must be in the past.", + "tooRecent": "Please check your date of birth. You must be at least 17 years old to have enlisted.", + "label": "Date of birth" + }, + "sex": { + "required": "Please select your sex.", + "label": "Sex" + }, + "firstName": { + "required": "Please enter your first name.", + "maxLength": "First name cannot be more than 30 characters.", + "label": "First name" + }, + "lastName": { + "required": "Please enter your last name.", + "maxLength": "Last name cannot be more than 30 characters.", + "label": "Last name" + }, + "middleInitial": { + "pattern": "Middle initial must be a single letter (A–Z).", + "label": "Middle initial" + } + }, + + "address": { + "street": { + "required": "Please enter your street address.", + "label": "Street address" + }, + "city": { + "required": "Please enter your city.", + "label": "City" + }, + "state": { + "required": "Please select your state.", + "label": "State" + }, + "zipCode": { + "required": "Please enter your ZIP code.", + "pattern": "Please enter a valid 5-digit ZIP code. For example: 12345.", + "label": "ZIP code" + } + }, + + "contactInformation": { + "homePhone": { + "pattern": "Please enter a valid 10-digit home phone number. For example: 800-555-1234.", + "label": "Home phone number" + }, + "mobilePhone": { + "pattern": "Please enter a valid 10-digit mobile phone number. For example: 800-555-1234.", + "label": "Mobile phone number" + }, + "atLeastOnePhone": { + "required": "Please enter at least one phone number (home or mobile).", + "label": "Phone number" + }, + "email": { + "pattern": "Please enter a valid email address. For example: name@example.com.", + "label": "Email address" + } + }, + + "educationAndTraining": { + "typeOfTraining": { + "required": "Please select at least one type of education or training.", + "label": "Type of education or training" + }, + "flightTrainingCourseType": { + "required": "Please indicate whether your course is an Airline Transport Pilot (ATP) course.", + "label": "Is your course an Airline Transport Pilot course?" + }, + "flightTrainingAcknowledgment": { + "required": "Please confirm that you currently hold the required pilot certificate and medical certificate for your type of flight training.", + "label": "Flight training requirement acknowledgment" + }, + "schoolName": { + "required": "Please enter the name of your school or training establishment.", + "label": "School or training establishment name" + }, + "schoolStreet": { + "required": "Please enter the school's street address.", + "label": "School street address" + }, + "schoolCity": { + "required": "Please enter the school's city.", + "label": "School city" + }, + "schoolState": { + "required": "Please select the school's state.", + "label": "School state" + }, + "schoolZip": { + "required": "Please enter the school's ZIP code.", + "pattern": "Please enter a valid 5-digit ZIP code for the school. For example: 12345.", + "label": "School ZIP code" + } + }, + + "serviceInformation": { + "activeDutyStatus": { + "required": "Please indicate whether you are currently on active duty.", + "label": "Active duty status" + }, + "terminalLeaveStatus": { + "required": "Please indicate whether you are currently on terminal leave.", + "label": "Terminal leave status" + }, + "dateEnteredService": { + "required": "Please enter the date you entered this period of service.", + "invalid": "Please enter a valid date for when you entered service.", + "futureDate": "Your service entry date cannot be in the future.", + "ncsEligibilityWarning": "The NCS program requires that you first entered military service on or after October 1, 2003. If this date is correct, you may not be eligible for NCS education benefits. Contact the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551) if you have questions.", + "label": "Date entered service" + }, + "dateSeparated": { + "invalid": "Please enter a valid date for when you separated from service.", + "beforeEntryDate": "Your separation date must be after your service entry date.", + "futureDate": "Your separation date cannot be in the future unless you are currently serving.", + "label": "Date separated from service" + }, + "serviceComponent": { + "required": "Please enter your service component. For example: USN, USAF, USAR, ARNG.", + "label": "Service component" + }, + "serviceStatus": { + "required": "Please enter your service status. For example: Active duty, drilling reservist, IRR.", + "label": "Service status" + }, + "dd2863Upload": { + "required": "Please upload your DD Form 2863 (National Call to Service Election of Options). This document is required. Your application cannot be processed without it.", + "fileType": "Please upload your DD Form 2863 as a PDF, JPG, or PNG file.", + "fileSize": "Your DD Form 2863 file is too large. Please upload a file that is 20 MB or smaller.", + "uploadFailed": "We couldn't upload your DD Form 2863. Please try again. If the problem continues, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551).", + "label": "DD Form 2863 (National Call to Service Election of Options)" + }, + "dd214Upload": { + "required": "Please upload your DD Form 214 (Member 4 copy). This document is required.", + "wrongCopy": "Please upload the Member 4 copy of your DD Form 214. Other copies are not accepted for this application.", + "fileType": "Please upload your DD Form 214 as a PDF, JPG, or PNG file.", + "fileSize": "Your DD Form 214 file is too large. Please upload a file that is 20 MB or smaller.", + "uploadFailed": "We couldn't upload your DD Form 214. Please try again. If the problem continues, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551).", + "label": "DD Form 214 (Member 4 copy)" + } + }, + + "concurrentBenefits": { + "rotcScholarship": { + "required": "Please indicate whether you are currently participating in a Senior ROTC scholarship program.", + "label": "Senior ROTC scholarship participation" + }, + "federalTuitionAssistance": { + "required": "Please indicate whether you are receiving or anticipate receiving money from the Armed Forces or Public Health Service for this course.", + "label": "Federal Tuition Assistance or Armed Forces funding" + }, + "civilianGovernmentFunding": { + "required": "Please indicate whether you expect to receive funds from your agency or department for these courses.", + "label": "Civilian government agency funding" + }, + "civilianFundingSource": { + "required": "Please describe the source of funds from your agency or department.", + "maxLength": "Source of funds description cannot be more than 200 characters.", + "label": "Source of funds" + } + }, + + "directDeposit": { + "accountType": { + "required": "Please select your bank account type (checking or savings).", + "label": "Bank account type" + }, + "routingNumber": { + "required": "Please enter your bank's 9-digit routing or transit number.", + "pattern": "Please enter a valid 9-digit bank routing number. You can find it on the bottom left of your check.", + "invalid": "The routing number you entered doesn't appear to be valid. Please check the 9-digit number on the bottom left of your check and try again.", + "label": "Bank routing or transit number" + }, + "accountNumber": { + "required": "Please enter your bank account number.", + "pattern": "Please enter a valid bank account number (4 to 17 digits).", + "label": "Bank account number" + }, + "bankDocumentUpload": { + "required": "Please upload a voided personal check or deposit slip to verify your bank account information.", + "fileType": "Please upload your voided check or deposit slip as a PDF, JPG, or PNG file.", + "fileSize": "Your file is too large. Please upload a file that is 20 MB or smaller.", + "uploadFailed": "We couldn't upload your voided check or deposit slip. Please try again. If the problem continues, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551).", + "label": "Voided check or deposit slip" + } + }, + + "reviewAndSubmit": { + "esoConsultation": { + "required": "Please certify that you have consulted with an Education Service Officer (ESO) regarding your education program before submitting.", + "label": "Education Service Officer consultation" + }, + "certificationAttestation": { + "required": "You must certify that the information in your application is true and correct before you can submit.", + "label": "Certification" + } + } + }, + + "submissionErrors": { + "generic": { + "heading": "We're sorry. Something went wrong when we tried to submit your application.", + "body": "We couldn't submit your application. Your progress has been saved. Please try submitting again in a few minutes. If this problem continues, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551), Monday–Friday, 8:00 a.m.–7:00 p.m. ET, or TTY: 711.", + "actionText": "Try submitting again" + }, + "serverError": { + "heading": "We're sorry. We couldn't submit your application right now.", + "body": "Our system is temporarily unavailable. Your progress has been saved. Please wait a few minutes and try again. If this problem continues, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551), Monday–Friday, 8:00 a.m.–7:00 p.m. ET, or TTY: 711.", + "actionText": "Try submitting again" + }, + "networkError": { + "heading": "We're sorry. We couldn't connect to our server.", + "body": "Check your internet connection and try again. If you're still having trouble after reconnecting, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551), Monday–Friday, 8:00 a.m.–7:00 p.m. ET, or TTY: 711.", + "actionText": "Try submitting again" + }, + "duplicateSubmission": { + "heading": "It looks like you may have already submitted this application.", + "body": "Our records show a similar application was recently submitted. If you believe this is an error, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551), Monday–Friday, 8:00 a.m.–7:00 p.m. ET, or TTY: 711.", + "actionText": "Return to VA.gov home" + }, + "authExpired": { + "heading": "Your session has expired.", + "body": "For your security, we signed you out after a period of inactivity. Your progress has been saved. Sign in again to continue your application.", + "actionText": "Sign in to continue" + } + }, + + "saveInProgressErrors": { + "saveError": { + "heading": "We couldn't save your application.", + "body": "We're sorry. We couldn't save your progress right now. Please try again. If this problem continues, don't navigate away from this page or your unsaved changes may be lost.", + "actionText": "Try saving again" + }, + "loadError": { + "heading": "We couldn't load your saved application.", + "body": "We're sorry. We couldn't retrieve your saved application. Please try again or start a new application. If you continue to have problems, call the GI Bill Hotline at 1-888-GI-BILL-1 (1-888-442-4551), Monday–Friday, 8:00 a.m.–7:00 p.m. ET, or TTY: 711.", + "actionPrimary": "Try loading again", + "actionSecondary": "Start a new application" + }, + "expiredApplication": { + "heading": "Your saved application has expired.", + "body": "Saved applications expire after 60 days. We're sorry, but your saved progress is no longer available. You'll need to start a new application.", + "actionText": "Start a new application" + }, + "sessionTimeoutWarning": { + "heading": "Your session is about to expire.", + "body": "You've been inactive for a while. For your security, we'll sign you out in 5 minutes. Your progress has been saved. Sign in again to continue.", + "actionPrimary": "Stay signed in", + "actionSecondary": "Sign out" + } + }, + + "prefillErrors": { + "prefillUnavailable": { + "heading": "We couldn't pre-fill your information.", + "body": "We weren't able to load your saved profile information right now. You can still complete the application by entering your information manually.", + "type": "info" + }, + "prefillPartial": { + "heading": "We pre-filled some of your information.", + "body": "We loaded some information from your VA profile, but some fields couldn't be pre-filled. Please review all information carefully and fill in any missing fields.", + "type": "info" + }, + "serviceDatesPrefillWarning": { + "heading": "Review your pre-filled service dates.", + "body": "We pre-filled your service dates from your military records. If you separated recently, these dates may not be fully updated yet. Please review them carefully and correct any errors before submitting.", + "type": "warning" + } + }, + + "uploadErrors": { + "virusScanFailed": { + "message": "This file failed our security check. Please make sure the file isn't corrupted and try uploading it again." + }, + "unsupportedFileType": { + "message": "This file type isn't supported. Please upload a PDF, JPG, or PNG file." + }, + "fileTooLarge": { + "message": "This file is too large. Please upload a file that is 20 MB or smaller." + }, + "emptyFile": { + "message": "This file appears to be empty. Please check the file and try uploading it again." + }, + "uploadTimeout": { + "message": "The upload timed out. Please check your internet connection and try again." + }, + "tooManyFiles": { + "message": "You can only upload one file for each document. Please remove the existing file before uploading a new one." + } + }, + + "pageValidationSummary": { + "heading": "There are {count} error(s) on this page.", + "singular": "There is 1 error on this page.", + "instruction": "Please fix the following before continuing:" + } +} \ No newline at end of file diff --git a/content/pages/education/22-1990n/help.md b/content/pages/education/22-1990n/help.md new file mode 100644 index 0000000000..a471ef75fd --- /dev/null +++ b/content/pages/education/22-1990n/help.md @@ -0,0 +1,274 @@ +--- +title: "Help with VA Form 22-1990n — NCS Education Benefits Application" +layout: page-react.html +description: "Get answers to common questions about applying for VA education benefits under the National Call to Service (NCS) program using VA Form 22-1990n." +relatedLinks: + - text: "Apply for NCS education benefits (VA Form 22-1990n)" + href: "/education/apply-for-education-benefits/application/1990n" + - text: "Download VA Form 22-1990n (PDF)" + href: "https://www.va.gov/find-forms/about-form-22-1990n" + - text: "GI Bill Comparison Tool" + href: "https://www.va.gov/gi-bill-comparison-tool" +--- + +# Help with Your NCS Education Benefits Application (VA Form 22-1990n) + +**Questions? Call the GI Bill Hotline: [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551)** +Monday–Friday, 8:00 a.m.–7:00 p.m. ET | TTY: 711 + +--- + +## Frequently asked questions + +### About the NCS program and eligibility + +--- + +#### What is the National Call to Service (NCS) program? + +The National Call to Service program is a DoD enlistment incentive program authorized under Section 510 of Title 10, U.S. Code. It offers eligible servicemembers a choice of incentives — including education benefits — in exchange for completing a shortened period of active duty service followed by service in the National Guard, Reserve, or other qualifying status. + +To be eligible, you must have: +- First entered military service on or after October 1, 2003 +- Signed an NCS enlistment contract with the Department of Defense +- Elected one of the two NCS education incentives on DD Form 2863 + +--- + +#### How do I know which incentive I elected? + +Check your **DD Form 2863 (National Call to Service Election of Options)**. This document lists the incentive option you selected when you enlisted. If you elected an education incentive (not the cash bonus), you may be eligible for NCS education benefits. + +If you can't locate your DD Form 2863, contact your military branch's records office or the National Personnel Records Center (NPRC): +- **Online:** [www.archives.gov/veterans](https://www.archives.gov/veterans) +- **Phone:** [1-314-801-0800](tel:+13148010800) + +--- + +#### I entered service before October 1, 2003. Can I still apply? + +No. The NCS program requires that you **first entered military service on or after October 1, 2003**. If you entered service before that date, you are not eligible for NCS education benefits. You may be eligible for other VA education benefits. Visit [VA.gov/education/eligibility](https://www.va.gov/education/eligibility/) to learn more. + +--- + +#### I'm currently on active duty. Can I apply? + +Yes. Active duty servicemembers can apply for NCS education benefits. Before you submit your application, you must consult with an **Education Service Officer (ESO)** about your education program. You'll certify that you've done this on the application's review page. + +--- + +#### Is there a deadline to use my NCS education benefit? + +This is an open policy question that VA is confirming. Contact the GI Bill Hotline at [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551) for the most current information about any time limits on using your NCS education benefit. + +--- + +### About the online application + +--- + +#### Why should I apply online instead of using the paper form? + +The online application: +- Pre-fills your personal and service information from your VA profile (if you sign in) +- Guides you through the form with step-by-step questions +- Validates your information before you submit — reducing the chance of errors that delay processing +- Lets you upload required documents (DD Form 2863, DD Form 214) digitally instead of mailing them +- Gives you a confirmation number immediately after you submit +- Routes your application automatically to the correct VA Regional Processing Office — you don't have to figure out which one to contact + +--- + +#### Do I need to sign in to apply? + +You don't have to sign in, but we strongly recommend it. Signing in lets us: +- Pre-fill your name, address, contact information, and available service data +- Save your progress so you can return within 60 days to finish +- Connect your submission to your VA profile for status tracking + +You can sign in with **Login.gov** or **ID.me**. + +--- + +#### How long will my saved application stay available? + +If you sign in and save your application, it will be available for **60 days** from when you last saved it. After 60 days, your saved progress will be deleted and you'll need to start over. + +--- + +#### What if I start the application and realize I don't have all my documents? + +You can save your progress and return later (if signed in). We recommend gathering all required documents before you start: +- DD Form 2863 (required — without it, your application cannot be processed) +- DD Form 214, Member 4 copy (required, unless you're on terminal leave) +- Voided check or deposit slip (required only if you're enrolling in direct deposit) + +--- + +### About required documents + +--- + +#### What is DD Form 2863 and where do I get it? + +**DD Form 2863 (National Call to Service Election of Options)** is the document you signed when you enlisted under the NCS program. It records which incentive option you chose. This document is **required** — applications without it cannot be processed. + +Where to find it: +- Check your personal military records +- Contact your military branch's records office +- Submit a records request to the National Personnel Records Center at [www.archives.gov/veterans](https://www.archives.gov/veterans) + +--- + +#### Why do I need the Member 4 copy of my DD Form 214? What if I have a different copy? + +The **Member 4 copy** is the specific version of your DD Form 214 that VA requires for education benefit claims. It contains the information VA needs to verify your service. Other copies (Member 1, Member 2, Member 7, etc.) are not accepted as substitutes. + +If you only have a different copy, you can request a Member 4 copy through the National Personnel Records Center at [www.archives.gov/veterans](https://www.archives.gov/veterans). + +--- + +#### I'm on terminal leave and don't have my DD Form 214 yet. Can I still apply? + +Yes. If you're on terminal leave, you can submit your application without your DD Form 214. The application will ask you to confirm your terminal leave status. Once you receive your DD Form 214 (Member 4 copy), send it to VA promptly so your application can be processed. + +**Where to send your DD Form 214 after you receive it:** + +Your application will be routed to one of two VA Regional Processing Offices based on your school's address or your home address: + +- **Eastern Region (states including CO, CT, DC, DE, IL, IN, KY, MA, MD, MI, MN, MO, NC, NJ, NY, OH, PA, TN, VA, WI, WV, and others):** + VA Regional Processing Office + P.O. Box 4616 + Buffalo, NY 14240-4616 + +- **Western Region (states including AK, AL, AR, AZ, CA, FL, GA, HI, LA, MS, NM, NV, OK, OR, PR, SC, TX, UT, WA, and others):** + VA Regional Processing Office + P.O. Box 8888 + Muskogee, OK 74402-8888 + +Call the GI Bill Hotline at [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551) if you're unsure which office received your application. + +--- + +#### What file types and sizes are accepted for document uploads? + +You can upload documents in the following formats: +- **PDF** (recommended) +- **JPG or JPEG** +- **PNG** + +Maximum file size: **20 MB per file** + +If your document is larger than 20 MB, try scanning it at a lower resolution or splitting it into multiple files. + +--- + +### About direct deposit + +--- + +#### Is direct deposit required? + +Direct deposit is the standard payment method. If you don't want to enroll in direct deposit, you can select that option in the application. You'll need to contact the Department of the Treasury at [1-888-224-2950](tel:+18882242950) to request a waiver. + +**Note:** Direct deposit is **not available for Chapter 32 (VEAP) recipients.** + +--- + +#### I don't have a bank account. How will I receive payments? + +The **Veterans Benefits Banking Program (VBBP)** can help you open a bank account. Learn more at [benefits.va.gov/benefits/banking.asp](https://benefits.va.gov/benefits/banking.asp) or call [1-800-827-1000](tel:+18008271000). + +--- + +### About concurrent benefits + +--- + +#### Can I use NCS education benefits at the same time as other VA education benefits? + +This depends on which other benefits you're eligible for and your specific situation. The application includes questions about concurrent benefit use — including Senior ROTC scholarships, Federal Tuition Assistance (for active duty), and civilian government agency funding. + +For specific guidance on how NCS benefits interact with other education benefits, call the GI Bill Hotline at [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551). + +--- + +#### What is the multi-benefit authorization checkbox on the application? + +If VA determines that you're eligible for more than one education benefit, this optional checkbox authorizes VA to automatically pay the benefit with the highest monthly rate. You don't have to check this box — if you don't, VA will contact you if this situation applies to you. + +--- + +### About flight training + +--- + +#### I want to use my NCS benefit for flight training. Are there extra requirements? + +Yes. To use NCS education benefits for vocational flight training, you must **already hold a private pilot's license** when you begin training. + +You also need a valid medical certificate: +- **Airline Transport Pilot (ATP) course:** Valid first-class medical certificate on the date you enter training +- **All other flight courses:** Valid second-class medical certificate on the date you enter training + +The application will ask you to confirm that you hold the required certificates before you submit. + +--- + +### After you apply + +--- + +#### How long will it take to process my application? + +VA's goal is to process NCS education applications within **30 days** of receiving a complete application with all required documents. + +Processing may take longer if: +- Your DD Form 2863 is missing +- You submitted an incorrect copy of your DD Form 214 +- Additional information is needed to verify your eligibility + +--- + +#### How will I know VA received my application? + +When you submit your application online, you'll receive a **confirmation page with a reference number**. Save or print this page for your records. + +--- + +#### How do I check the status of my application? + +Contact the GI Bill Hotline: +- **Phone:** [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551) +- **Monday–Friday, 8:00 a.m.–7:00 p.m. ET** +- **TTY:** 711 + +--- + +#### What is a Certificate of Eligibility (COE) and what do I do with it? + +A Certificate of Eligibility (COE) is the official document VA sends to confirm that you're eligible for education benefits. Once you receive your COE: + +1. Give it to your school's **Veterans Certifying Official (VCO)** +2. Your VCO will certify your enrollment to VA using VA Form 22-1999 +3. VA will then process your benefit payments based on your enrollment + +--- + +## Get more help + +### Contact the GI Bill Hotline + +**Phone:** [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551) +**Hours:** Monday–Friday, 8:00 a.m.–7:00 p.m. ET +**TTY:** 711 + +### Related forms and resources + +- [Apply for NCS education benefits — VA Form 22-1990n (online application)](/education/apply-for-education-benefits/application/1990n) +- [Download VA Form 22-1990n (PDF)](https://www.va.gov/find-forms/about-form-22-1990n) +- [Explore all VA education benefit types](/education/types-of-education-and-training/) +- [Check VA education eligibility](/education/eligibility/) +- [GI Bill Comparison Tool](https://www.va.gov/gi-bill-comparison-tool) +- [Veterans Benefits Banking Program (VBBP)](https://benefits.va.gov/benefits/banking.asp) +- [Request military records (National Personnel Records Center)](https://www.archives.gov/veterans) \ No newline at end of file diff --git a/content/pages/education/22-1990n/introduction.md b/content/pages/education/22-1990n/introduction.md new file mode 100644 index 0000000000..0a07fe925b --- /dev/null +++ b/content/pages/education/22-1990n/introduction.md @@ -0,0 +1,114 @@ +--- +title: "Apply for VA Education Benefits Under the National Call to Service (NCS) Program" +layout: page-react.html +description: "Use VA Form 22-1990n to apply online for VA education benefits if you enlisted under the National Call to Service (NCS) program." +plainLanguageDate: "January 2025" +formNumber: "22-1990n" +ombNumber: "2900-0154" +ombExpiration: "March 31, 2026" +respondentBurden: "15 minutes" +relatedLinks: + - text: "Find out if you're eligible for VA education benefits" + href: "/education/eligibility/" + - text: "Compare GI Bill benefits with other education benefits" + href: "/education/types-of-education-and-training/" + - text: "Download VA Form 22-1990n (PDF)" + href: "https://www.va.gov/find-forms/about-form-22-1990n" +--- + +# Apply for VA Education Benefits Under the National Call to Service (NCS) Program + +**VA Form 22-1990n** + +Use this application to apply for VA education benefits if you enlisted under the National Call to Service (NCS) program and elected an education incentive. + +**OMB Control No. 2900-0154 | Expiration: March 31, 2026 | Estimated time: 15 minutes** + +--- + +## Am I eligible for NCS education benefits? + +You may be eligible if you meet **all three** of these conditions: + +1. **You first entered military service on or after October 1, 2003.** +2. **You signed an enlistment contract with the Department of Defense (DoD) under the National Call to Service program.** +3. **You elected one of the two NCS education incentives** — as shown on your DD Form 2863 (National Call to Service Election of Options). + +**Not sure if you qualify?** Contact the GI Bill Hotline at [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551), Monday–Friday, 8:00 a.m.–7:00 p.m. ET, or TTY: 711. + +> **If you elected the NCS cash bonus option instead of an education incentive, you are not eligible for NCS education benefits.** Check your DD Form 2863 to confirm which option you elected. + +--- + +## What documents will I need? + +Have these documents ready before you start. You'll upload them as part of the application. + +**Required documents:** + +- **DD Form 2863 (National Call to Service Election of Options)** — This is the most important document. Applications without it cannot be processed. If you can't find your DD Form 2863, contact your military branch records office before applying. +- **DD Form 214 (Member 4 copy)** — You need the Member 4 copy specifically. Other copies (Member 1, Member 2, etc.) cannot be accepted. If you are currently on terminal leave, you can submit your application now and upload your DD Form 214 when you receive it. + +**Required if enrolling in direct deposit:** + +- **Voided personal check or deposit slip** — To verify your bank account information. + +**You should also have:** + +- Your Social Security number +- Your military service dates and branch of service +- The name and address of the school or training program you plan to attend (if you've already chosen one) +- Your bank account information (for direct deposit) + +--- + +## What information will VA ask for? + +The application is organized into five sections: + +1. **Your personal information** — Name, Social Security number, date of birth, address, and contact information +2. **Education and training** — Type of training, school or program information, and career objective +3. **Service information** — Active duty status, military service history, and supporting document uploads +4. **Concurrent benefits** — Information about other education funding you receive or expect to receive +5. **Direct deposit** — Bank account information for receiving payments + +If you sign in before you start, we can pre-fill some of your personal and service information from your VA profile. + +--- + +## How long will this take? + +The estimated time to complete this form is **15 minutes**, per the OMB information collection statement. + +Your application will be saved automatically as you complete each section. If you sign in, you can return to finish it within 60 days. + +--- + +## What happens after I apply? + +1. **VA processes your application.** We'll review your NCS eligibility, service information, and supporting documents. +2. **VA issues a Certificate of Eligibility (COE).** If you're eligible, we'll send you a COE that you'll bring to your school. +3. **Give your COE to your school's Veterans Certifying Official (VCO).** Your VCO will certify your enrollment to VA using VA Form 22-1999. +4. **VA pays your education benefit.** Payments are issued based on your enrollment certification. + +VA's goal is to process NCS education applications within 30 days of receiving a complete application. + +**Questions about your application?** Call the GI Bill Hotline at [1-888-GI-BILL-1 (1-888-442-4551)](tel:+18884424551), Monday–Friday, 8:00 a.m.–7:00 p.m. ET, or TTY: 711. + +--- + +## Sign in to apply + +Signing in lets us pre-fill your personal information and save your progress. You'll need a Login.gov or ID.me account. + +[Sign in to start your application](#sign-in) + +You can also [start your application without signing in](#start-unauthenticated), but you'll need to enter all your information manually and your progress won't be saved. + +--- + +## Privacy Act information + +**Respondent Burden:** We need this information to determine your eligibility for education benefits under 38 U.S.C. Chapter 30, Title 10 U.S.C. § 510. Title 38, United States Code, allows us to ask for this information. We estimate that you will need an average of 15 minutes to review the instructions, find the information, and complete this form. VA cannot conduct or sponsor a collection of information unless a valid OMB control number is displayed. You are not required to respond to a collection of information if this number is not displayed. Valid OMB control numbers can be located on the OMB Internet Page at [www.reginfo.gov/public/do/PRAMain](https://www.reginfo.gov/public/do/PRAMain). If desired, you can call [1-800-827-1000](tel:+18008271000) to get information on where to send comments or suggestions about this form. + +**Privacy Act Notice:** The VA will not disclose information collected on this form to any source other than what has been authorized under the Privacy Act of 1974 or Title 38, Code of Federal Regulations, Section 1.576 for routine uses (i.e., civil or criminal law enforcement, congressional communications, epidemiological or research studies, the collection of money owed to the United States, litigation in which the United States is a party or has an interest, the administration of VA programs and delivery of VA benefits, verification of identity and status, and personnel administration) as identified in the VA system of records, 58VA21/22/28, Compensation, Pension, Education, and Vocational Rehabilitation and Employment Records — VA, published in the Federal Register. Your obligation to respond is required to obtain or retain benefits. Giving us your Social Security Number (SSN) is voluntary. Refusal to provide your SSN by itself will not result in the denial of benefits. The VA will not deny an individual benefits for refusing to provide his or her SSN unless the disclosure of the SSN is required by a Federal Statute of law enacted before January 1, 1975, and still in effect. The requested information is considered relevant and necessary to determine the maximum benefits under the law. The responses you submit are considered confidential (38 U.S.C. 5701). Information that you furnish may be utilized in computer matching programs with other Federal or State agencies for the purpose of determining your eligibility to receive VA benefits, as well as to collect any amount owed to the United States by virtue of your participation in any benefit program administered by the Department of Veterans Affairs. \ No newline at end of file diff --git a/content/pages/education/22-1990n/navigation.json b/content/pages/education/22-1990n/navigation.json new file mode 100644 index 0000000000..d450465c52 --- /dev/null +++ b/content/pages/education/22-1990n/navigation.json @@ -0,0 +1,154 @@ +{ + "_comment": "Sidebar navigation configuration for VA Form 22-1990n content pages. Used to render the left-rail nav on static content pages related to the NCS education benefits application.", + "formNumber": "22-1990n", + "navTitle": "NCS education benefits (VA Form 22-1990n)", + "rootPath": "/education/apply-for-education-benefits/application/1990n", + + "sidebarNav": { + "title": "Apply for education benefits", + "items": [ + { + "label": "About NCS education benefits", + "path": "/education/apply-for-education-benefits/application/1990n", + "description": "Learn about the National Call to Service education benefit and how to apply.", + "isRootPage": true, + "items": [ + { + "label": "Eligibility", + "path": "/education/apply-for-education-benefits/application/1990n#eligibility", + "description": "Find out if you qualify for NCS education benefits." + }, + { + "label": "What documents you'll need", + "path": "/education/apply-for-education-benefits/application/1990n#documents", + "description": "Review required documents before starting your application." + }, + { + "label": "What to expect after you apply", + "path": "/education/apply-for-education-benefits/application/1990n#after-you-apply", + "description": "Learn what happens after VA receives your application." + } + ] + }, + { + "label": "Apply now (VA Form 22-1990n)", + "path": "/education/apply-for-education-benefits/application/1990n", + "description": "Start your online application for NCS education benefits.", + "isApplicationLink": true, + "callToAction": true + }, + { + "label": "Help and FAQs", + "path": "/education/apply-for-education-benefits/application/1990n/help", + "description": "Get answers to common questions about VA Form 22-1990n.", + "items": [ + { + "label": "About the NCS program", + "path": "/education/apply-for-education-benefits/application/1990n/help#ncs-program", + "description": "Questions about NCS eligibility and the program itself." + }, + { + "label": "Using the online application", + "path": "/education/apply-for-education-benefits/application/1990n/help#online-application", + "description": "Questions about filling out and submitting the form online." + }, + { + "label": "Required documents", + "path": "/education/apply-for-education-benefits/application/1990n/help#required-documents", + "description": "Questions about DD Form 2863, DD Form 214, and other documents." + }, + { + "label": "Direct deposit", + "path": "/education/apply-for-education-benefits/application/1990n/help#direct-deposit", + "description": "Questions about setting up direct deposit for payments." + }, + { + "label": "After you apply", + "path": "/education/apply-for-education-benefits/application/1990n/help#after-you-apply", + "description": "Questions about application status, the Certificate of Eligibility, and next steps." + } + ] + } + ] + }, + + "relatedLinks": { + "title": "Related VA education benefits", + "items": [ + { + "label": "Post-9/11 GI Bill (VA Form 22-1990)", + "path": "/education/apply-for-education-benefits/application/1990", + "description": "Apply for Post-9/11 GI Bill education benefits." + }, + { + "label": "Montgomery GI Bill (VA Form 22-1990)", + "path": "/education/apply-for-education-benefits/application/1990", + "description": "Apply for Montgomery GI Bill benefits." + }, + { + "label": "Explore all education benefit types", + "path": "/education/types-of-education-and-training/", + "description": "Compare VA education benefit programs." + }, + { + "label": "Check VA education eligibility", + "path": "/education/eligibility/", + "description": "Find out which education benefits you may qualify for." + }, + { + "label": "GI Bill Comparison Tool", + "path": "https://www.va.gov/gi-bill-comparison-tool", + "description": "Compare schools and estimate your education benefit.", + "isExternal": false + }, + { + "label": "Download VA Form 22-1990n (PDF)", + "path": "https://www.va.gov/find-forms/about-form-22-1990n", + "description": "Download the paper version of VA Form 22-1990n.", + "isExternal": false + } + ] + }, + + "breadcrumbs": [ + { + "name": "Home", + "path": "/" + }, + { + "name": "Education and training", + "path": "/education/" + }, + { + "name": "Apply for education benefits", + "path": "/education/apply-for-education-benefits/" + }, + { + "name": "Apply for NCS education benefits (VA Form 22-1990n)", + "path": "/education/apply-for-education-benefits/application/1990n" + } + ], + + "contactBlock": { + "title": "Need help?", + "items": [ + { + "type": "phone", + "label": "GI Bill Hotline", + "number": "1-888-GI-BILL-1", + "numberFormatted": "1-888-442-4551", + "href": "tel:+18884424551", + "hours": "Monday–Friday, 8:00 a.m.–7:00 p.m. ET", + "tty": "711" + }, + { + "type": "phone", + "label": "VA general information", + "number": "1-800-827-1000", + "href": "tel:+18008271000", + "hours": "Monday–Friday, 8:00 a.m.–9:00 p.m. ET", + "tty": "711" + } + ] + } +} \ No newline at end of file diff --git a/src/applications/registry.json b/src/applications/registry.json index 880ceaa2e5..d940120f2e 100644 --- a/src/applications/registry.json +++ b/src/applications/registry.json @@ -33,7 +33,10 @@ "collection": "pension", "order": 3, "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Application for Veterans Pension", @@ -174,7 +177,10 @@ "description": "Use VA Form 21P-530EZ to apply for VA burial benefits online now. Get step-by-step instructions, and consider signing in to save your in-progress application if you need to come back to finish filling it out later.", "order": 1, "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Application for burial benefits", @@ -189,7 +195,7 @@ "template": { "title": "Apply for VA health care", "display_title": "Apply Now", - "description": "Apply for VA health care benefits. Find out which documents you’ll need, and start your online application today.", + "description": "Apply for VA health care benefits. Find out which documents you\u2019ll need, and start your online application today.", "body_class": "page-healthcare", "layout": "page-react.html", "collection": "healthCare", @@ -298,7 +304,7 @@ "layout": "page-react.html", "includeBreadcrumbs": true, "in_maintenance": false, - "maintenance_line1": "We’re sorry. The page you’re looking for is currently down while we fix a few things. We’ll get it back online as soon as we can.", + "maintenance_line1": "We\u2019re sorry. The page you\u2019re looking for is currently down while we fix a few things. We\u2019ll get it back online as soon as we can.", "maintenance_line2": "In the meantime, please try the search box above or one of the options listed below to find more information." } }, @@ -350,7 +356,7 @@ "spoke": "Manage benefits", "order": 2, "in_maintenance": false, - "maintenance_line1": "We’re sorry. Our system is temporarily down while we fix a few things. Please try again later.", + "maintenance_line1": "We\u2019re sorry. Our system is temporarily down while we fix a few things. Please try again later.", "includeBreadcrumbs": true, "breadcrumbs_override": [ { @@ -400,7 +406,7 @@ "title": "Apply for the Rogers STEM Scholarship", "heading": "Apply for the Rogers STEM Scholarship", "layout": "page-react.html", - "description": "Use your VA education benefits to pay for college or training programs. Find out which documents you’ll need to apply for benefits, and start your online application today.", + "description": "Use your VA education benefits to pay for college or training programs. Find out which documents you\u2019ll need to apply for benefits, and start your online application today.", "order": 1, "hideFromSidebar": true, "includeBreadcrumbs": true, @@ -429,8 +435,8 @@ "entryName": "feedback-tool", "rootUrl": "/education/submit-school-feedback", "template": { - "title": "GI Bill® School Feedback Tool", - "heading": "GI Bill® School Feedback Tool", + "title": "GI Bill\u00ae School Feedback Tool", + "heading": "GI Bill\u00ae School Feedback Tool", "layout": "page-react.html", "description": "Find out how to give us feedback about your GI Bill school. ", "includeBreadcrumbs": true, @@ -445,7 +451,7 @@ "title": "Veteran Request For Change", "heading": "Veteran request for change", "layout": "page-react.html", - "description": "Use your VA education benefits to pay for college or training programs. Find out which documents you’ll need to apply for benefits, and start your online application today.", + "description": "Use your VA education benefits to pay for college or training programs. Find out which documents you\u2019ll need to apply for benefits, and start your online application today.", "order": 1, "hideFromSidebar": true, "includeBreadcrumbs": true, @@ -515,7 +521,7 @@ "template": { "title": "GI Bill Comparison Tool", "display_title": "GI Bill school comparison", - "description": "Use our GI Bill Comparison Tool to help you decide which education program and school is best for you. Find out which benefits you’ll get at your chosen school.", + "description": "Use our GI Bill Comparison Tool to help you decide which education program and school is best for you. Find out which benefits you\u2019ll get at your chosen school.", "layout": "page-react.html", "collection": "education", "spoke": "More resources", @@ -579,7 +585,7 @@ }, { "path": "/careers-employment/vocational-rehabilitation/apply-vre-form-28-1900", - "name": "Apply for Veteran Readiness and Employment Form 28‑1900" + "name": "Apply for Veteran Readiness and Employment Form 28\u20111900" } ] } @@ -604,7 +610,7 @@ }, { "path": "careers-employment/education-and-career-counseling/apply-career-guidance-form-25-8832/introduction", - "name": "Apply for Personalized Career Planning and Guidance Form 27‑8832" + "name": "Apply for Personalized Career Planning and Guidance Form 27\u20118832" } ] } @@ -912,7 +918,7 @@ } }, { - "appName": "'Fry/DEA — VA Education Benefits For Survivors And Dependents'", + "appName": "'Fry/DEA \u2014 VA Education Benefits For Survivors And Dependents'", "entryName": "fry-dea", "rootUrl": "/fry-dea", "productId": "bafad5fa-0b44-4377-b183-affb8d16ca55", @@ -1323,7 +1329,10 @@ "vagovprod": true, "layout": "page-react.html", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Request personal records", @@ -1413,7 +1422,10 @@ "layout": "page-react.html", "title": "Submit other health insurance", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Submit other health insurance", @@ -1431,7 +1443,10 @@ "layout": "page-react.html", "title": "Register for the Foreign Medical Program (FMP)", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Register for the Foreign Medical Program (FMP)", @@ -1449,7 +1464,10 @@ "layout": "page-react.html", "title": "File a CHAMPVA claim", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "File a CHAMPVA claim", @@ -1465,7 +1483,10 @@ "template": { "vagovprod": true, "layout": "page-react.html", - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalHeader": { "title": "Submit a statement to support a claim", "subtitle": "Statement in support of a claim (VA Form 21-4138)" @@ -1483,7 +1504,10 @@ "layout": "page-react.html", "title": "File a Foreign Medical Program (FMP) claim", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "File a Foreign Medical Program (FMP) claim", @@ -1509,7 +1533,10 @@ "title": "VA Form 21P-0969", "description": "Income and Asset Statement in Support of Claim for Pension or Parents' Dependency and Indemnity Compensation (DIC)", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Pension or DIC Income and Asset Statement", @@ -1568,7 +1595,10 @@ "template": { "vagovprod": false, "layout": "page-react.html", - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalHeader": { "title": "Explore pattern demonstrations in our sample form", "subtitle": "Mock Form Minimal Header" @@ -1740,7 +1770,10 @@ "layout": "page-react.html", "title": "Apply for CHAMPVA benefits", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Apply for CHAMPVA benefits", @@ -1984,7 +2017,10 @@ "vagovprod": true, "layout": "page-react.html", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Income Verification for Disability Benefits", @@ -2001,7 +2037,10 @@ "vagovprod": true, "layout": "page-react.html", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Apply for additional compensation based on inability to work", @@ -2010,7 +2049,7 @@ } }, { - "appName": "Submit medical expenses to support a pension or parents’ DIC claim", + "appName": "Submit medical expenses to support a pension or parents\u2019 DIC claim", "entryName": "medical-expense-report", "rootUrl": "/supporting-forms-for-claims/submit-medical-expense-report-form-21p-8416", "productId": "66940f08-4d8d-486c-8dc2-605ddeb9247e", @@ -2025,7 +2064,7 @@ }, { "path": "supporting-forms-for-claims/submit-medical-expense-report-form-21p-8416", - "name": "Submit medical expenses to support a pension or parents’ DIC claim" + "name": "Submit medical expenses to support a pension or parents\u2019 DIC claim" } ] } @@ -2174,7 +2213,10 @@ "vagovprod": false, "layout": "page-react.html", "includeBreadcrumbs": false, - "minimalExcludePaths": ["/introduction", "/confirmation"], + "minimalExcludePaths": [ + "/introduction", + "/confirmation" + ], "minimalFooter": true, "minimalHeader": { "title": "Mock Form with Prefill", @@ -2183,16 +2225,16 @@ } }, { - "appName": "form-renderer", - "entryName": "form-renderer", - "rootUrl": "/my-va/submissions", - "template": { - "vagovprod": true, - "title": "Copy of 686c submission", - "layout": "page-react.html", - "includeBreadcrumbs": false, - "minimalFooter": true, - "minimalHeader": { + "appName": "form-renderer", + "entryName": "form-renderer", + "rootUrl": "/my-va/submissions", + "template": { + "vagovprod": true, + "title": "Copy of 686c submission", + "layout": "page-react.html", + "includeBreadcrumbs": false, + "minimalFooter": true, + "minimalHeader": { "title": "Add or remove a dependent on VA benefits", "subtitle": "VA Form 21-686c" } @@ -2219,10 +2261,10 @@ } }, { - "appName": "Apply for automobile or adaptive equipment", - "entryName": "21-4502", - "rootUrl": "/forms/21-4502/apply-automobile-and-adaptive-equipment", - "template": { + "appName": "Apply for automobile or adaptive equipment", + "entryName": "21-4502", + "rootUrl": "/forms/21-4502/apply-automobile-and-adaptive-equipment", + "template": { "vagovprod": false, "layout": "page-react.html", "includeBreadcrumbs": false, @@ -2238,10 +2280,10 @@ } }, { - "appName": "Request apportionment of beneficiary's award", - "entryName": "21-0788", - "rootUrl": "/supporting-forms-for-claims/request-apportionment-form-21-0788", - "template": { + "appName": "Request apportionment of beneficiary's award", + "entryName": "21-0788", + "rootUrl": "/supporting-forms-for-claims/request-apportionment-form-21-0788", + "template": { "vagovprod": false, "layout": "page-react.html", "includeBreadcrumbs": false, @@ -2253,15 +2295,14 @@ "minimalHeader": { "title": "Information Regarding Apportionment of Beneficiary's Award", "subtitle": "(VA Form 21-0788)" - } } }, { - "appName": "Apply for Annual Clothing Allowance", - "entryName": "10-8678", - "rootUrl": "/disability/eligibility/annual-clothing-allowance/apply-form-10-8678", - "template": { + "appName": "Apply for Annual Clothing Allowance", + "entryName": "10-8678", + "rootUrl": "/disability/eligibility/annual-clothing-allowance/apply-form-10-8678", + "template": { "vagovprod": false, "layout": "page-react.html", "includeBreadcrumbs": false, @@ -2275,6 +2316,33 @@ "subtitle": "(VA Form 10-8678)" } } + }, + { + "appName": "Apply for VA Education Benefits Under the National Call to Service (NCS) Program (VA Form 22-1990n)", + "entryName": "22-1990n", + "rootUrl": "/education/apply-for-education-benefits/application/1990n", + "template": { + "vagovprod": false, + "layout": "page-react.html", + "includeBreadcrumbs": true, + "breadcrumbs_override": [ + { + "name": "Home", + "path": "" + }, + { + "name": "Education and training", + "path": "education" + }, + { + "name": "Apply for education benefits", + "path": "education/apply-for-education-benefits" + }, + { + "name": "Apply for NCS education benefits (VA Form 22-1990n)", + "path": "education/apply-for-education-benefits/application/1990n" + } + ] + } } - ]