CINXE.COM
Verify Your School Enrollment | Veterans Affairs
<!DOCTYPE html><!--[if lt IE 7 ]> <html lang="en" class="ie6"> <![endif]--><!--[if IE 7 ]> <html lang="en" class="ie7"> <![endif]--><!--[if IE 8 ]> <html lang="en" class="ie8"> <![endif]--><!--[if IE 9 ]> <html lang="en" class="ie9"> <![endif]--><!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<![endif]--><!-- layout: page.drupal.liquid path: education/verify-school-enrollment entityId: 51828 --><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- Preconnecting required origins: https://web.dev/uses-rel-preconnect/ --> <link rel="preconnect" href="https://www.googletagmanager.com"> <!-- Index only pages on production. --> <!-- Add metatags. --> <!-- Canonical URL --> <link rel="canonical" href="https://www.va.gov/education/verify-school-enrollment/"> <!-- Last updated --> <meta name="DC.Date" scheme="W3CDTF" content="2025-02-12"> <!-- Last updated --> <!-- Mobile App Promo Banners config --> <!-- End Mobile App Promo Banners config --> <!-- og:url --> <meta property="og:url" content="https://www.va.gov/education/verify-school-enrollment/"> <!-- og:type --> <meta property="og:type" content="website"> <!-- article:tags --> <!-- Custom metatags --> <meta name="description" content="If you’re using Post-9/11 GI Bill or Montgomery GI Bill (MGIB) benefits, you can verify your enrollment for school or training on VA.gov. If you’re getting benefits through the STEM Scholarship, you can verify your enrollment by text or email. Keep reading to find out how to verify your enrollment based on which benefit you’re using. "> <link rel="image_src" href="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:description" content="If you’re using Post-9/11 GI Bill or Montgomery GI Bill (MGIB) benefits, you can verify your enrollment for school or training on VA.gov. If you’re getting benefits through the STEM Scholarship, you can verify your enrollment by text or email. Keep reading to find out how to verify your enrollment based on which benefit you’re using. "> <meta property="og:image" content="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:image:alt" content="U.S. Department of Veterans Affairs"> <meta property="og:site_name" content="Veterans Affairs"> <meta property="og:title" content="Verify your school enrollment | Veterans Affairs"> <title>Verify Your School Enrollment | Veterans Affairs</title> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:description" content="If you’re using Post-9/11 GI Bill or Montgomery GI Bill (MGIB) benefits, you can verify your enrollment for school or training on VA.gov. For other education benefits, keep reading to find out how to verify your enrollment."> <meta name="twitter:image" content="https://www.va.gov/img/design/logo/va-og-image.png"> <meta name="twitter:image:alt" content="U.S. Department of Veterans Affairs"> <meta name="twitter:site" content="@DeptVetAffairs"> <meta name="twitter:title" content="Verify your school enrollment | Veterans Affairs"> <!-- Default metatags --> <!-- Add polyfills. --> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" nomodule data-entry-name="polyfills.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/polyfills.entry.js"></script> <!-- Add analytics helpers. --> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk"> /** * An alias for window.dataLayer.push made available under the window so that it is accessible in content files. * @module module:record-event * @see https://developers.google.com/tag-manager/devguide * @see module:platform/monitoring/record-event * @param {object} data - The event data that will be sent to GA. */ window.dataLayer = [] || window.dataLayer; window.recordEvent = function(data) { return window.dataLayer.push(data); }; window.recordMultipleEvents = function (events){ events.forEach(event => recordEvent(event)) } </script> <!-- Add web components. --> <link rel="stylesheet" data-entry-name="web-components.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.css"> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" defer data-entry-name="web-components.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/web-components.entry.js"></script> <!-- Render GA template. --> <script data-e2e="analytics-script" nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk"> (function(w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-WFJWBD'); (function(window) { function withFormContent(acc, data) { //console.log("acc.content data",data.Content); acc.content = data.Content; } function withFeedbackUUID(acc, data) { acc.feedbackUUID = data.Feedback_UUID; } function mEvent(name, action, opts) { opts = opts || {}; var custom = opts.custom; var label = opts.label; function handle(event) { var start = +new Date(); var cm = window.cm || function() {}; var mData = event.detail; var eData = { category: 'Medallia', action: action, label: label || mData.Form_Type, value: mData.Form_ID, myParams: {}, }; if (custom) { for (var i = 0; i < custom.length; i++) custom[i](eData.myParams, mData); } var end = +new Date(); console.log('send', 'event', eData, end - start); recordEvent({ event: eData.action, 'survey-tool': eData.category, 'survey-form-id': eData.value, 'survey-status': eData.label, 'survey-details': eData.myParams, }); } window.addEventListener('MDigital_' + name, handle); } mEvent('ShowForm_Called', 'survey-show-form-call'); mEvent('Form_Displayed', 'survey-start-form'); mEvent('Form_Next_Page', 'survey-next-click'); mEvent('Form_Back_Page', 'survey-back-click'); mEvent('Form_Close_Submitted', 'survey-submit-close'); mEvent('Form_Close_No_Submit', 'survey-no-submit-close'); mEvent('Feedback_Submit', 'survey-submit', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Submit_Feedback', 'survey--submission', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Feedback_Button_Clicked', 'survey-button-click', { custom: [withFeedbackUUID], }); mEvent('ThankYou_Displayed', 'survey--submission-successful', { custom: [withFeedbackUUID, withFormContent], }); mEvent('Invite_Displayed', 'survey-invitation-display', { label: 'Invite', }); mEvent('Invite_Accepted', 'survey-invitation-accept', { label: 'Invite', }); mEvent('Invite_Declined', 'survey-invitation-decline', { label: 'Invite', }); mEvent('Invite_Skipped', 'survey-invitation-skip', { label: 'Invite', }); })(window); recordEvent({ environment: 'vagovprod' }); if ( self !== top ) { recordEvent({ event: 'iframed', embeddedIn: document.referrer }); } </script> <!-- Add Icons. --> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon.png" rel="apple-touch-icon-precomposed"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-72x72.png" rel="apple-touch-icon-precomposed" sizes="72x72"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-114x114.png" rel="apple-touch-icon-precomposed" sizes="114x114"> <link href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/apple-touch-icon-152x152.png" rel="apple-touch-icon-precomposed" sizes="144x144"> <link rel="shortcut icon" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/design/icons/favicon.ico"> <meta name="msapplication-TileImage" content="/img/design/icons/apple-touch-icon-114x114"> <meta name="msapplication-TileColor" content="#144073"> <!-- Preload main fonts --> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-bold-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/sourcesanspro-regular-webfont.woff2" as="font" type="font/woff2" crossorigin> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/bitter-bold.woff2" as="font" type="font/woff2" crossorigin> <!-- CSS --> <link rel="stylesheet" data-entry-name="style.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/style.css"> <link rel="stylesheet" data-entry-content="content-build.css" href="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/assets/content-build.css"> <link rel="stylesheet" data-entry-name="static-pages.css" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.css"> <!-- Old IE --> <!--[if lt IE 9]> <link rel='stylesheet' href='/assets/css/ie.css'> <![endif]--> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" defer data-entry-name="vendor.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/vendor.entry.js"></script> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" defer data-entry-name="static-pages.js" src="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/static-pages.entry.js"></script> <!-- We participate in the US government鈥檚 analytics program. See the data at analytics.usa.gov. https://github.com/digital-analytics-program/gov-wide-code --> <script async type="text/javascript" nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=VA" id="_fed_an_ua_tag"></script> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" type="text/javascript"> function focusContent(e) { e.preventDefault(); const contentElement = document.querySelector('#content h1') || document.querySelector('#content'); contentElement.setAttribute('tabindex', '-1'); contentElement.addEventListener('blur', function(event) { event.target.removeAttribute('tabindex'); }, true); window.scrollTo(0, contentElement.offsetTop); contentElement.focus(); } window.VetsGov = window.VetsGov || {}; window.VetsGov.headerFooter = JSON.parse("{\"footerData\":[{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/accessibility-at-va\",\"order\":1,\"target\":null,\"title\":\"508 compliance\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/resources/your-civil-rights-and-how-to-file-a-discrimination-complaint/\",\"order\":2,\"target\":null,\"title\":\"Civil Rights\"},{\"column\":\"bottom_rail\",\"href\":\"https://department.va.gov/foia/\",\"order\":3,\"target\":null,\"title\":\"Freedom of Information Act (FOIA)\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/report-harassment/\",\"order\":4,\"target\":null,\"title\":\"Harassment\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/oig/\",\"order\":5,\"target\":null,\"title\":\"Office of Inspector General\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/opa/Plain_Language.asp\",\"order\":6,\"target\":null,\"title\":\"Plain language\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/privacy-policy/\",\"order\":7,\"target\":null,\"title\":\"Privacy, policies, and legal information\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.oprm.va.gov/\",\"order\":8,\"target\":null,\"title\":\"VA Privacy Service\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/ORM/NoFEAR_Select.asp\",\"order\":9,\"target\":null,\"title\":\"No FEAR Act Data\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.usa.gov/\",\"order\":10,\"target\":null,\"title\":\"USA.gov\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/performance-dashboard/\",\"order\":11,\"target\":null,\"title\":\"VA performance dashboard\"},{\"column\":\"bottom_rail\",\"href\":\"https://www.va.gov/veterans-portrait-project/\",\"order\":12,\"target\":null,\"title\":\"Veterans Portrait Project\"},{\"column\":1,\"href\":\"https://www.va.gov/homeless/\",\"order\":1,\"target\":null,\"title\":\"Homeless Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/womenvet/\",\"order\":2,\"target\":null,\"title\":\"Women Veterans\"},{\"column\":1,\"href\":\"https://www.va.gov/centerforminorityveterans/\",\"order\":3,\"target\":null,\"title\":\"Minority Veterans\"},{\"column\":1,\"href\":\"https://www.ptsd.va.gov/\",\"order\":4,\"target\":null,\"title\":\"PTSD\"},{\"column\":1,\"href\":\"https://www.mentalhealth.va.gov/\",\"order\":5,\"target\":null,\"title\":\"Mental health\"},{\"column\":1,\"href\":\"https://department.va.gov/veteran-sports/\",\"order\":6,\"target\":null,\"title\":\"Adaptive sports and special events\"},{\"column\":1,\"href\":\"https://www.va.gov/outreach-and-events/events/\",\"order\":7,\"target\":null,\"title\":\"VA outreach events\"},{\"column\":1,\"href\":\"https://www.nrd.gov/\",\"order\":8,\"target\":null,\"title\":\"National Resource Directory\"},{\"column\":2,\"href\":\"https://www.va.gov/find-forms/\",\"order\":1,\"target\":null,\"title\":\"VA forms\"},{\"column\":2,\"href\":\"https://www.accesstocare.va.gov/\",\"order\":2,\"target\":null,\"title\":\"VA health care access and quality\"},{\"column\":2,\"href\":\"https://www.va.gov/get-help-from-accredited-representative\",\"order\":3,\"target\":null,\"title\":\"Get help from an accredited representative or VSO\"},{\"column\":2,\"href\":\"https://www.mobile.va.gov/appstore/\",\"order\":4,\"target\":null,\"title\":\"VA mobile apps\"},{\"column\":2,\"href\":\"https://department.va.gov/about/state-departments-of-veterans-affairs-office-locations/\",\"order\":5,\"target\":null,\"title\":\"State Veterans Affairs offices\"},{\"column\":2,\"href\":\"https://www.va.gov/opal/fo/dbwva.asp\",\"order\":6,\"target\":null,\"title\":\"Doing business with VA\"},{\"column\":2,\"href\":\"https://www.va.gov/jobs/\",\"order\":7,\"target\":null,\"title\":\"Careers at VA\"},{\"column\":2,\"href\":\"https://www.va.gov/outreach-and-events/outreach-materials\",\"order\":8,\"target\":null,\"title\":\"VA outreach materials\"},{\"column\":2,\"href\":\"https://www.va.gov/welcome-kit/\",\"order\":9,\"target\":null,\"title\":\"Your VA welcome kit\"},{\"column\":3,\"href\":\"https://news.va.gov/\",\"order\":1,\"target\":null,\"title\":\"VA news\"},{\"column\":3,\"href\":\"https://www.va.gov/opa/pressrel/\",\"order\":2,\"target\":null,\"title\":\"Press releases\"},{\"column\":3,\"href\":\"https://public.govdelivery.com/accounts/USVA/subscriber/new/\",\"order\":3,\"target\":null,\"title\":\"Email updates\"},{\"column\":3,\"href\":\"https://www.facebook.com/VeteransAffairs\",\"order\":4,\"target\":null,\"title\":\"Facebook\"},{\"column\":3,\"href\":\"https://www.instagram.com/deptvetaffairs/\",\"order\":5,\"target\":null,\"title\":\"Instagram\"},{\"column\":3,\"href\":\"https://x.com/DeptVetAffairs/\",\"order\":6,\"target\":null,\"title\":\"X\"},{\"column\":3,\"href\":\"https://www.flickr.com/photos/VeteransAffairs/\",\"order\":7,\"target\":null,\"title\":\"Flickr\"},{\"column\":3,\"href\":\"https://www.youtube.com/user/DeptVetAffairs\",\"order\":8,\"target\":null,\"title\":\"YouTube\"},{\"column\":3,\"href\":\"https://digital.va.gov/web-governance/social-media/social-media-sites/\",\"order\":9,\"target\":null,\"title\":\"All VA social media\"},{\"column\":4,\"href\":\"https://www.va.gov/resources/\",\"order\":1,\"target\":null,\"title\":\"Resources and support\"},{\"column\":4,\"href\":\"https://www.va.gov/contact-us/\",\"order\":2,\"target\":null,\"title\":\"Contact us\"},{\"column\":4,\"label\":\"Call us\",\"href\":\"tel:18006982411\",\"order\":3,\"target\":null,\"title\":\"800-698-2411\"},{\"ariaLabel\":\"TTY: 7 1 1.\",\"column\":4,\"href\":\"tel:+1711\",\"order\":4,\"target\":null,\"title\":\"TTY: 711\"},{\"column\":4,\"label\":\"Visit a medical center or regional office\",\"href\":\"https://www.va.gov/find-locations/\",\"order\":5,\"target\":null,\"title\":\"Find a VA location\"}],\"megaMenuData\":[{\"title\":\"VA Benefits and Health Care\",\"menuSections\":[{\"title\":\"Health care\",\"links\":{\"seeAllLink\":{\"text\":\"View all in health care\",\"href\":\"https://www.va.gov/health-care\"},\"columnOne\":{\"title\":\"Get health care benefits\",\"links\":[{\"text\":\"About VA health benefits\",\"href\":\"https://www.va.gov/health-care/about-va-health-benefits\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/health-care/how-to-apply\"},{\"text\":\"Family and caregiver health benefits\",\"href\":\"https://www.va.gov/health-care/family-caregiver-benefits\"},{\"text\":\"Apply now for health care\",\"href\":\"https://www.va.gov/health-care/apply/application\"}]},\"columnTwo\":{\"title\":\"Manage your health\",\"links\":[{\"text\":\"Manage health appointments\",\"href\":\"https://www.va.gov/health-care/manage-appointments\"},{\"text\":\"Refill prescriptions and manage medications\",\"href\":\"https://www.va.gov/health-care/manage-prescriptions-medications\"},{\"text\":\"Review medical records online\",\"href\":\"https://www.va.gov/health-care/review-medical-records\"},{\"text\":\"Send and receive secure messages\",\"href\":\"https://www.va.gov/health-care/send-receive-messages\"},{\"text\":\"Get travel pay reimbursement\",\"href\":\"https://www.va.gov/health-care/file-travel-pay-reimbursement\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/health-care.png\",\"alt\":\"\"},\"link\":{\"text\":\"The PACT Act and your VA benefits\",\"href\":\"https://www.va.gov/resources/the-pact-act-and-your-va-benefits/\"},\"description\":\"Learn what this law means for Veterans and their survivors.\"}}},{\"title\":\"Disability\",\"links\":{\"seeAllLink\":{\"text\":\"View all in disability\",\"href\":\"https://www.va.gov/disability\"},\"columnOne\":{\"title\":\"Get disability benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/disability/eligibility\"},{\"text\":\"How to file a claim\",\"href\":\"https://www.va.gov/disability/how-to-file-claim\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/dependency-indemnity-compensation\"},{\"text\":\"File a claim online\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Upload evidence to support your claim\",\"href\":\"https://www.va.gov/disability/upload-supporting-evidence\"},{\"text\":\"File for a VA disability increase\",\"href\":\"https://www.va.gov/disability/file-disability-claim-form-21-526ez/\"},{\"text\":\"Request a decision review or appeal\",\"href\":\"https://www.va.gov/decision-reviews\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/disability.png\",\"alt\":\"\"},\"link\":{\"text\":\"Fully Developed Claims program\",\"href\":\"https://www.va.gov/disability/how-to-file-claim/evidence-needed/fully-developed-claims\"},\"description\":\"Use this program to get a faster decision by submitting evidence along with your claim.\"}}},{\"title\":\"Education and training\",\"links\":{\"seeAllLink\":{\"text\":\"View all in education\",\"href\":\"https://www.va.gov/education\"},\"columnOne\":{\"title\":\"Get education benefits\",\"links\":[{\"text\":\"About GI Bill benefits\",\"href\":\"https://www.va.gov/education/about-gi-bill-benefits\"},{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/education/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/education/how-to-apply\"},{\"text\":\"Veteran Readiness and Employment (Chapter 31)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"Education and career benefits for family members\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/education-and-careers\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Check your remaining Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/check-remaining-post-9-11-gi-bill-benefits\"},{\"text\":\"Transfer your Post-9/11 GI Bill benefits\",\"href\":\"https://www.va.gov/education/transfer-post-9-11-gi-bill-benefits\"},{\"text\":\"Verify your school enrollment\",\"href\":\"https://www.va.gov/education/verify-school-enrollment\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/education.png\",\"alt\":\"\"},\"link\":{\"text\":\"GI Bill\u00AE Comparison Tool\",\"href\":\"https://www.va.gov/education/gi-bill-comparison-tool\"},\"description\":\"Learn about education programs and compare benefits by school.\"}}},{\"title\":\"Careers and employment\",\"links\":{\"seeAllLink\":{\"text\":\"View all in careers and employment\",\"href\":\"https://www.va.gov/careers-employment\"},\"columnOne\":{\"title\":\"Get employment benefits\",\"links\":[{\"text\":\"About Veteran Readiness and Employment (VR&E)\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/how-to-apply\"},{\"text\":\"Educational and career counseling\",\"href\":\"https://www.va.gov/careers-employment/education-and-career-counseling\"},{\"text\":\"Veteran-owned small business support\",\"href\":\"https://www.va.gov/careers-employment/veteran-owned-business-support\"},{\"text\":\"Apply for VR&E benefits\",\"href\":\"https://www.va.gov/careers-employment/vocational-rehabilitation/apply-vre-form-28-1900/\"}]},\"columnTwo\":{\"title\":\"Manage your career\",\"links\":[{\"text\":\"VA transition assistance\",\"href\":\"https://www.benefits.va.gov/tap/\"},{\"text\":\"Find a job\",\"href\":\"https://www.dol.gov/veterans/findajob/\"},{\"text\":\"Find VA careers and support\",\"href\":\"https://www.va.gov/jobs/\"},{\"text\":\"Print your civil service preference letter\",\"href\":\"https://www.va.gov/records/download-va-letters\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/careers.png\",\"alt\":\"\"},\"link\":{\"text\":\"VA for Vets\",\"href\":\"https://www.vaforvets.va.gov/\"},\"description\":\"Get help transitioning to a civilian career and matching your skills and experiences to VA job opportunities.\"}}},{\"title\":\"Pension\",\"links\":{\"seeAllLink\":{\"text\":\"View all in pension\",\"href\":\"https://www.va.gov/pension\"},\"columnOne\":{\"title\":\"Get pension benefits\",\"links\":[{\"text\":\"Veterans Pension eligibility\",\"href\":\"https://www.va.gov/pension/eligibility\"},{\"text\":\"How to apply\",\"href\":\"https://www.va.gov/pension/how-to-apply\"},{\"text\":\"Apply now for a Veterans Pension\",\"href\":\"https://www.va.gov/pension/application/527EZ\"},{\"text\":\"Aid and attendance benefits and housebound allowance\",\"href\":\"https://www.va.gov/pension/aid-attendance-housebound\"},{\"text\":\"Survivors Pension\",\"href\":\"https://www.va.gov/family-and-caregiver-benefits/survivor-compensation/survivors-pension\"}]},\"columnTwo\":{\"title\":\"Manage your benefits\",\"links\":[{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"Change your direct deposit information\",\"href\":\"https://www.va.gov/change-direct-deposit\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/pension.png\",\"alt\":\"\"},\"link\":{\"text\":\"Get your pension payments electronically\",\"href\":\"https://www.godirect.gov/gpw\"},\"description\":\"Sign up for direct deposit or a pre-paid debit card.\"}}},{\"title\":\"Housing assistance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in housing assistance\",\"href\":\"https://www.va.gov/housing-assistance\"},\"columnOne\":{\"title\":\"Get home loan benefits\",\"links\":[{\"text\":\"About VA home loan types\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/loan-types\"},{\"text\":\"How to request a COE\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Check your COE status\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/check-coe-status\"},{\"text\":\"Request a COE online\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/request-coe-form-26-1880\"}]},\"columnTwo\":{\"title\":\"Get Veterans housing grants\",\"links\":[{\"text\":\"About disability housing grants\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants\"},{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"},{\"text\":\"How to apply for an adapted housing grant\",\"href\":\"https://www.va.gov/housing-assistance/disability-housing-grants/how-to-apply\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/housing.png\",\"alt\":\"\"},\"link\":{\"text\":\"National Call Center for Homeless Veterans\",\"href\":\"https://www.va.gov/homeless/nationalcallcenter.asp\"},\"description\":\"Find out how we can help you or a Veteran you care about connect with VA and local resources 24 hours a day, 7 days a week.\"}}},{\"title\":\"Life insurance\",\"links\":{\"seeAllLink\":{\"text\":\"View all in life insurance\",\"href\":\"https://www.va.gov/life-insurance\"},\"columnOne\":{\"title\":\"Get life insurance\",\"links\":[{\"text\":\"About life insurance options\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility\"},{\"text\":\"Benefits for totally disabled or terminally ill policyholders\",\"href\":\"https://www.va.gov/life-insurance/totally-disabled-or-terminally-ill\"},{\"text\":\"Beneficiary financial counseling and online will preparation\",\"href\":\"https://www.benefits.va.gov/insurance/bfcs.asp\"}]},\"columnTwo\":{\"title\":\"Manage your life insurance\",\"links\":[{\"text\":\"Access your policy online\",\"href\":\"https://www.va.gov/life-insurance/manage-your-policy\"},{\"text\":\"Update your beneficiaries\",\"href\":\"https://www.benefits.va.gov/INSURANCE/updatebene.asp\"},{\"text\":\"File a claim for insurance benefits\",\"href\":\"https://www.benefits.va.gov/INSURANCE/sglivgli.asp\"},{\"text\":\"Check your claim, decision review, or appeal status\",\"href\":\"https://www.va.gov/claim-or-appeal-status\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/life-insurance.png\",\"alt\":\"\"},\"link\":{\"text\":\"Learn how to apply for Veterans Affairs Life Insurance (VALife)\",\"href\":\"https://www.va.gov/life-insurance/options-eligibility/valife\"},\"description\":\"VALife is our new life insurance program for Veterans with service-connected disabilities.\"}}},{\"title\":\"Burials and memorials\",\"links\":{\"seeAllLink\":{\"text\":\"View all in burials and memorials\",\"href\":\"https://www.va.gov/burials-memorials\"},\"columnOne\":{\"title\":\"Get burial benefits\",\"links\":[{\"text\":\"Eligibility\",\"href\":\"https://www.va.gov/burials-memorials/eligibility\"},{\"text\":\"Pre-need burial eligibility determination\",\"href\":\"https://www.va.gov/burials-memorials/pre-need-eligibility\"},{\"text\":\"Veteran burial allowance\",\"href\":\"https://www.va.gov/burials-memorials/veterans-burial-allowance\"},{\"text\":\"Memorial items\",\"href\":\"https://www.va.gov/burials-memorials/memorial-items\"},{\"text\":\"Survivor and dependent compensation (DIC)\",\"href\":\"https://www.va.gov/disability/dependency-indemnity-compensation\"}]},\"columnTwo\":{\"title\":\"Plan a burial\",\"links\":[{\"text\":\"Schedule a burial for a Veteran or family member\",\"href\":\"https://www.va.gov/burials-memorials/schedule-a-burial\"},{\"text\":\"Find a cemetery\",\"href\":\"https://www.cem.va.gov/cems/listcem.asp\"},{\"text\":\"Request military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/burials.png\",\"alt\":\"\"},\"link\":{\"text\":\"Find National Cemetery Administration Information\",\"href\":\"https://www.cem.va.gov/\"},\"description\":\"Locate a grave, search for cemeteries, and find benefits information and resources.\"}}},{\"title\":\"Records\",\"links\":{\"seeAllLink\":{\"text\":\"View all in records\",\"href\":\"https://www.va.gov/records\"},\"columnOne\":{\"title\":\"Get your records\",\"links\":[{\"text\":\"Get your VA medical records (Blue Button)\",\"href\":\"https://www.va.gov/health-care/get-medical-records\"},{\"text\":\"Download your VA benefits letters\",\"href\":\"https://www.va.gov/records/download-va-letters\"},{\"text\":\"How to request a VA home loan Certificate of Eligibility (COE)\",\"href\":\"https://www.va.gov/housing-assistance/home-loans/how-to-request-coe\"},{\"text\":\"Get Veteran ID cards\",\"href\":\"https://www.va.gov/records/get-veteran-id-cards\"}]},\"columnTwo\":{\"title\":\"Manage your records\",\"links\":[{\"text\":\"Request your military records (DD214)\",\"href\":\"https://www.va.gov/records/get-military-service-records\"},{\"text\":\"Change your address\",\"href\":\"https://www.va.gov/change-address\"},{\"text\":\"How to apply for a discharge upgrade\",\"href\":\"https://www.va.gov/discharge-upgrade-instructions\"},{\"text\":\"View your VA payment history\",\"href\":\"https://www.va.gov/va-payment-history\"},{\"text\":\"Search historical military records (National Archives)\",\"href\":\"https://www.archives.gov/\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/hub_promos/records.png\",\"alt\":\"\"},\"link\":{\"text\":\"Confirm your VA benefit status\",\"href\":\"https://www.va.gov/records/download-va-letters\"},\"description\":\"Download letters like your eligibility or award letter for certain benefits.\"}}},{\"title\":\"Service member benefits\",\"text\":\"Service member benefits\",\"href\":\"https://www.va.gov/service-member-benefits\"},{\"title\":\"Family member benefits\",\"text\":\"Family member benefits\",\"href\":\"https://www.va.gov/family-member-benefits\"}]},{\"title\":\"About VA\",\"menuSections\":{\"mainColumn\":{\"title\":\"VA organizations\",\"links\":[{\"text\":\"Veterans Health Administration\",\"href\":\"https://www.va.gov/health\"},{\"text\":\"Veterans Benefits Administration\",\"href\":\"https://www.benefits.va.gov/benefits/\"},{\"text\":\"National Cemetery Administration\",\"href\":\"https://www.cem.va.gov/\"},{\"text\":\"VA Leadership\",\"href\":\"https://department.va.gov/biographies/?_bio_position=assistant-secretary%2Cchairman%2Cdeputy-secretary%2Cgeneral-counsel%2Cinspector-general%2Cprincipal-executive-director%2Csecretary%2Cunder-secretary%2Cva-chief-of-staff/%3Fredirect%3D1%2Cva-chief-of-staff\"},{\"text\":\"Public Affairs\",\"href\":\"https://department.va.gov/administrations-and-offices/public-and-intergovernmental-affairs/\"},{\"text\":\"Congressional Affairs\",\"href\":\"https://www.va.gov/oca/index.asp\"},{\"text\":\"All VA offices and organizations\",\"href\":\"https://department.va.gov/about/\"}]},\"columnOne\":{\"title\":\"Innovation at VA\",\"links\":[{\"text\":\"Health research\",\"href\":\"https://www.research.va.gov/\"},{\"text\":\"Public health\",\"href\":\"https://www.publichealth.va.gov/\"},{\"text\":\"VA open data\",\"href\":\"https://www.va.gov/data/\"},{\"text\":\"Veterans analysis and statistics\",\"href\":\"https://www.va.gov/VETDATA/index.asp\"},{\"text\":\"Appeals modernization\",\"href\":\"https://www.benefits.va.gov/benefits/appeals.asp\"},{\"text\":\"VA Innovation Center\",\"href\":\"https://www.innovation.va.gov/\"},{\"text\":\"Recovery Act\",\"href\":\"https://www.va.gov/recovery/\"}]},\"columnTwo\":{\"title\":\"Learn about VA\",\"links\":[{\"text\":\"About VA\",\"href\":\"https://department.va.gov/about/\"},{\"text\":\"History of VA\",\"href\":\"https://department.va.gov/history/\"},{\"text\":\"VA plans, budget, finances, and performance\",\"href\":\"https://department.va.gov/about/va-plans-budget-finances-and-performance/\"},{\"text\":\"National cemetery history program\",\"href\":\"https://www.cem.va.gov/cem/history/index.asp\"},{\"text\":\"Veterans legacy program\",\"href\":\"https://www.cem.va.gov/cem/legacy/index.asp\"},{\"text\":\"Volunteer or donate\",\"href\":\"https://www.volunteer.va.gov/index.asp\"}]},\"columnThree\":{\"img\":{\"src\":\"https://www.va.gov/img/styles/3_2_medium_thumbnail/public/2023-11/disability%20icon.png\",\"alt\":\"Paper icon\"},\"link\":{\"text\":\"Agency Financial Report\",\"href\":\"https://department.va.gov/administrations-and-offices/management/finance/agency-financial-report/\"},\"description\":\"View the FY 2024 report that includes VA accomplishments with taxpayer dollars and the challenges that remain.\"}}},{\"title\":\"Find a VA Location\",\"href\":\"https://www.va.gov/find-locations\"}]}"); </script> <script defer type="text/javascript" nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" src="https://resource.digital.voice.va.gov/wdcvoice/2/onsite/embed.js" async></script> </head> <body class=" merger"> <div id="announcement-root"></div> <!-- Draft status --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WFJWBD" height="0" width="0" class="csp-inline-patch-footer"></iframe></noscript> <a class="show-on-focus" href="#content" id="f07d8dc40332453728dc75f02a55f0d8">Skip to Content</a> <!-- Header Default--> <header class="header" role="banner" id="header-default"> <!-- Mobile Layout --> <div data-widget-type="header" data-show="true" data-show-nav-login="true" data-show-mega-menu="true" id="header-v2"></div> <!-- Tablet/Desktop Layout --> <div id="legacy-header" class="vads-u-display--none"> <div class="va-notice--banner"> <div class="va-notice--banner-inner"> <div class="usa-banner"> <div class="usa-accordion"> <div class="usa-banner-header"> <div class="usa-grid usa-banner-inner"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/tiny-usa-flag.png" alt="U.S. flag" height="20" width="20"> <p>An official website of the United States government</p> <button id="usa-banner-toggle" class="usa-accordion-button usa-banner-button" aria-expanded="false" aria-controls="gov-banner"> <span class="usa-banner-button-text">Here’s how you know</span> </button> </div> </div> <div class="usa-banner-content usa-grid usa-accordion-content" id="gov-banner" aria-hidden="true"> <div class="usa-banner-guidance-gov usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-dot-gov.svg" alt="Dot gov"> <div class="usa-media_block-body"> <p> <strong>The .gov means it’s official.</strong> <br> Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you're on a federal government site. </p> </div> </div> <div class="usa-banner-guidance-ssl usa-width-one-half"> <img class="usa-banner-icon usa-media_block-img" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/icon-https.svg" alt="SSL"> <div class="usa-media_block-body"> <p> <strong>The site is secure.</strong> <br> The <strong>https://</strong> ensures that you're connecting to the official website and that any information you provide is encrypted and sent securely. </p> </div> </div> </div> </div> </div> </div> <div class="va-crisis-line-container vads-u-background-color--secondary-darkest"> <button class="va-crisis-line va-overlay-trigger vads-u-background-color--secondary-darkest" data-show="#modal-crisisline" id="785ba2fa6804bdc8d1dbe8cee0227395"> <div class="va-crisis-line-inner"> <span class="va-crisis-line-icon" aria-hidden="true"></span> <span class="va-crisis-line-text" id="7c010d8519ee7ada3e1875b2a31a7452">Talk to the <strong>Veterans Crisis Line</strong> now</span> <img alt aria-hidden="true" class="va-crisis-line-arrow" src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/arrow-right-white.svg"> </div> </button> </div> </div> <!-- /header alert box --> <div class="row va-flex usa-grid usa-grid-full" id="va-header-logo-menu"> <div class="va-header-logo-wrapper"> <a href="/" class="va-header-logo"> <img src="https://s3-us-gov-west-1.amazonaws.com/content.www.va.gov/img/header-logo.png" alt="VA logo and Seal, U.S. Department of Veterans Affairs" height="59" width="264"> </a> </div> <div id="va-nav-controls"></div> <div class="medium-screen:vads-u-display--none usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu-mobile"></div> </div> <div id="login-root" class="vet-toolbar"></div> </div> <div class="usa-grid usa-grid-full"> <div class="menu-rule usa-one-whole"></div> <div class="mega-menu" id="mega-menu"></div> </div> </div> <!-- Banners --> <!-- Derive visible banners. --> <!-- Banners --> <!-- Maintenance banner --> <div data-widget-type="maintenance-banner"></div> <!-- Derive visible promo banners. --> <!-- Promo Banners --> </header> <!-- Situation Updates banner --> <div data-widget-type="situation-updates-banner"></div> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" type="text/javascript"> (function() { var isIe = /(trident|msie)/i.test(navigator.userAgent); if (isIe && document.getElementById && window.addEventListener) { window.addEventListener('hashchange', function skipLinkFocus() { var id = location.hash.substring(1); var element; if (!/^[A-z0-9_-]+$/.test(id)) { return; } element = document.getElementById(id); if (element) { if (!/^(?:a|select|input|button|textarea)$/i.test(element.tagName)) { element.tabIndex = -1; } element.focus(); } }); } })(); </script> <script type="text/javascript" defer nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk"> window.onload = function() { const contentElement = document.querySelector('.smartbanner'); if(contentElement){ contentElement.style.top = '-84px' } }; </script><div class="vads-u-padding-x--1p5" data-template="includes/breadcrumbs"> <va-breadcrumbs class="row" wrapping> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk"> const bcComponent = document.querySelector('va-breadcrumbs'); if (bcComponent) { bcComponent.setAttribute('breadcrumb-list', "[{\"href\":\"/\",\"isRouterLink\":false,\"label\":\"Home\",\"lang\":\"en-US\"},{\"href\":\"/education\",\"isRouterLink\":false,\"label\":\"Education and training\",\"lang\":\"en-US\"},{\"href\":\"/education/verify-school-enrollment\",\"isRouterLink\":false,\"label\":\"Verify your school enrollment\",\"lang\":\"en-US\"}]"); } </script> </va-breadcrumbs></div> <div itemscope itemprop="mainEntity" itemtype="https://schema.org/FAQPage"> <div id="content" class="interior"> <main class="va-l-detail-page" lang="en"> <div class="usa-grid usa-grid-full"> <nav data-template="navigation/sidebar_nav" aria-label="Secondary" id="va-detailpage-sidebar" data-drupal-sidebar="true" class="va-drupal-sidebarnav usa-width-one-fourth va-sidebarnav"> <div aria-modal="true" role="dialog" aria-labelledby="sidebar_header"> <button class="va-sidenav-btn-close va-sidebarnav-close" type="button" aria-label="Close this menu"> <va-icon icon="close" size="3" class="vads-u-color--gray-dark"></va-icon> </button> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk"> document.addEventListener('keydown', function(event) { if (event.key === 'Escape') { const sidebar = document.getElementById('va-detailpage-sidebar'); const closeButton = sidebar.querySelector('.va-sidenav-btn-close'); if (sidebar && closeButton) { closeButton.click(); } } }); </script> <div class="vads-u-display--flex vads-u-align-items--center left-side-nav-title"> <va-icon icon="school" size="3" class="hub-icon vads-u-color--white vads-u-background-color--hub-education vads-u-display--flex vads-u-align-items--center vads-u-justify-content--center vads-u-margin-right--1"></va-icon> <h4 id="sidebar_header">Education and training</h4> </div> <nav aria-label="Secondary"> <ul class="usa-accordion"> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a1"> Get benefits </button> <div id="a1" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/education/about-gi-bill-benefits" id="ffc38d9735ebe1ee1cf9dbfbdaf20597">About GI Bill benefits</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/about-gi-bill-benefits/post-9-11" id="6552bf34b5fc6756c2f45761db947ec7">Post-9/11 GI Bill (Chapter 33)</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/about-gi-bill-benefits/post-9-11/yellow-ribbon-program" id="032ba8716406d7e659ca1d35d60029c7">Yellow Ribbon Program</a> </li> </ul> </li> <li> <a href="/education/about-gi-bill-benefits/montgomery-active-duty" id="3d96203459b89af9ae3ccc39a3f8ff6e">Montgomery GI Bill Active Duty (MGIB-AD)</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/about-gi-bill-benefits/montgomery-active-duty/buy-up" id="8faef4bbe3e32bd6e83d05e2b1cb54c4">$600 Buy-Up program</a> </li> </ul> </li> <li> <a href="/education/about-gi-bill-benefits/montgomery-selected-reserve" id="675f7cb9a41798ac0517c9316321a2ec">Montgomery GI Bill Selected Reserve (MGIB-SR)</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits" id="46a522150e47577312158d12b1a12db7">How to use your GI Bill benefits</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/undergraduate-graduate-programs" id="520d1d47b49ee067a2b3447fc4d45ec0">Undergraduate and graduate degrees</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/study-at-foreign-schools" id="19a2c45d0aba2bd95e905ab859335558">Foreign programs</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/online-distance-learning" id="84f118c8f18a1af9630a405c23498d5d">Independent and distance learning</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/accelerated-payments" id="dd41b4f1fba20a43e91a5c354202b315">Accelerated payments</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/correspondence-training" id="42a1960365013230a94390d18083c957">Correspondence training</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/tutor-assistance" id="2b20937aad85c44dc19c22ab939acb9f">Tutorial assistance</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/licensing-and-certification-tests" id="40f7ceb1c37e7db35b93963ec148e303">Licensing and certification tests and prep courses</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/national-tests" id="64071fe189d9e87d13dbe15db8749dc5">National tests and prep courses</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/non-college-degree-programs" id="8fd455f6e8d988cc0f9eaf3fbc71a4a1">Non-college degree programs</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/vettec-high-tech-program" id="f8e232c8f145b27eb9e8bcfb7b1677b3">VET TEC program</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/flight-training" id="99546955441c0a1a48f4ac52a1a7cc57">Flight training</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/entrepreneurship-training" id="965bc795a2579545b8f706c3be927d2e">Entrepreneurship training</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/work-study" id="c875094b306c43665a92f120b2075fcb">Work study</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/co-op-training" id="1b922671ea667f682dbaf2998b8fab0b">Co-op training</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/on-the-job-training-apprenticeships" id="249410c893f03ada00ace4a30a6cc0db">On-the-job training and apprenticeships</a> </li> <li> <a href="/education/about-gi-bill-benefits/how-to-use-benefits/tuition-assistance-top-up" id="2afa8e9d0e36fbaa75ab8f5be4669991">Tuition Assistance Top-Up</a> </li> </ul> </li> </ul> </li> <li> <a href="/education/eligibility" id="db085b6a296f7c861bf4a31e5a0d1f44">Eligibility</a> </li> <li> <a href="/education/how-to-apply" id="80223809e19f63e6f3bf697a8d66bd5e">How to apply</a> </li> <li> <a href="/education/after-you-apply" id="100261e300e3a861a020771813928031">After you apply</a> </li> <li> <a href="/careers-employment/vocational-rehabilitation" id="817d26ba508b4066eeb89f14bd381c08">Veteran Readiness and Employment (Chapter 31)</a> </li> <li> <a href="/careers-employment/education-and-career-counseling" id="f78b48eee2a33cadce4af3f816f71466">Educational and Career Counseling</a> </li> <li> <a href="/education/other-va-education-benefits" id="efcaff0fa0f36737dfda98bf42cc3ab3">Other VA education benefits</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/other-va-education-benefits/stem-scholarship" id="bb5292a0cfac3e7adac6bd310bc084ed">Edith Nourse Rogers STEM Scholarship</a> </li> <li> <a href="/education/other-va-education-benefits/national-call-to-service-program" id="6df72ef2fa0fe9be82dcea765b5a7624">National Call to Service program</a> </li> <li> <a href="/education/other-va-education-benefits/veap" id="474ed0995a6816d2bda85a4f86de2ed2">Veterans’ Educational Assistance Program (VEAP)</a> </li> </ul> </li> <li> <a href="/education/eligibility-esp" id="e393f7dd87b99942d1ca7590e25a5756">Elegibilidad</a> </li> </ul> </div> </li> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a2"> Manage benefits </button> <div id="a2" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/va-payment-history" id="401337e9b5c7a385d0492cdbb6af5971">View VA payment history</a> </li> <li> <a href="/education/check-remaining-post-9-11-gi-bill-benefits" id="949bc127d68585f91fc1401ac7351860">Check your remaining Post-9/11 GI Bill benefits</a> </li> <li class="active-level"> <a class="usa-current" href="/education/verify-school-enrollment" id="c0d4e1a7f83d67f58bdd247ceb4f800d">Verify your school enrollment</a> </li> <li> <a href="/education/transfer-post-9-11-gi-bill-benefits" id="e39aef99d5b29d4634ec076951b1224e">Transfer Post-9/11 GI Bill benefits</a> </li> <li> <a href="/education/change-gi-bill-benefits" id="7dc420079f2bda865544a5f2377eb4a6">Change your GI Bill school or program</a> </li> <li> <a href="/change-direct-deposit" id="d91d783e9831eacb1cca01097593b832">Change your VA direct deposit information</a> </li> <li> <a href="/education/download-letters" id="b460c0a38211b6355532de9d25f1ec2e">Download your VA education letter</a> </li> <li> <a href="/claim-or-appeal-status" id="10a58694cb55092be176db89d5dd77d2">Check claim, decision review, or appeal status</a> </li> <li> <a href="/decision-reviews" id="a35d4004172ac22ad439c76ea05e3bee">Request a decision review</a> </li> <li> <a href="https://www.benefits.va.gov/GIBILL/Restoration.asp" id="99cb781644012f988871e1ba9f0fd4bf">Apply to restore GI Bill benefits</a> </li> </ul> </div> </li> <li> <button class="usa-accordion-button" aria-expanded="false" aria-controls="a3"> More resources </button> <div id="a3" class="usa-accordion-content" aria-hidden="false"> <ul class="usa-sidenav-list"> <li> <a href="/education/benefit-rates" id="b430f480692c57a3c069522c4a8d0c23">Education benefit rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/benefit-rates/post-9-11-gi-bill-rates" id="4532d3fb1551165627e748ad286884da">Post-9/11 GI Bill (Chapter 33) rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/benefit-rates/post-9-11-gi-bill-rates/future-rates" id="9e129ac24a3e61b8dbe6110b95233c94">Future rates</a> </li> <li> <a href="/education/benefit-rates/post-9-11-gi-bill-rates/past-rates-2023-2024" id="83d7878b4675b3fcbf35c92aa4502883">Past rates: 2023-2024</a> </li> <li> <a href="/education/benefit-rates/post-9-11-gi-bill-rates/past-rates-2022-2023" id="fb525d51b0cb16151f47cab0150b2eeb">Past rates: 2022-2023</a> </li> <li> <a href="/education/benefit-rates/post-9-11-gi-bill-rates/past-rates-2021-2022" id="8460b9042d71ab505f5ffb5aa2525cba">Past rates: 2021-2022</a> </li> </ul> </li> <li> <a href="/education/benefit-rates/montgomery-active-duty-rates" id="4fda7d6a597826af3671a198a12b77e1">Montgomery GI Bill Active Duty (Chapter 30) rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/benefit-rates/montgomery-gi-bill-active-duty-rates/future-rates" id="79daba8e94b91de1eff1e904a392145e">Future rates</a> </li> <li> <a href="/education/benefit-rates/montgomery-active-duty-rates/past-rates-2023-2024" id="b4ce8c54110b49211a864656e6380f74">Past rates: 2023-2024</a> </li> <li> <a href="/education/benefit-rates/montgomery-active-duty-rates/past-rates-2022-2023" id="5cf4a9885fe98f22c59da057ac0634ed">Past rates: 2022-2023</a> </li> <li> <a href="/education/benefit-rates/montgomery-active-duty-rates/past-rates-2021-2022" id="42ac164fd0e34bb8084d710e16fd7463">Past rates: 2021-2022</a> </li> </ul> </li> <li> <a href="/education/benefit-rates/montgomery-selected-reserve-rates" id="06c451fd392137850ccffed120ee1315">Montgomery GI Bill Selected Reserve (Chapter 1606) rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/benefit-rates/montgomery-selected-reserve-rates/future-rates" id="44781ca7244d5482b4b7b6565c7ce59b">Future rates</a> </li> <li> <a href="/education/benefit-rates/montgomery-selected-reserve-rates/past-rates-2023-2024" id="90cdb0dc06bc2c1336481b11783f534c">Past rates: 2023-2024</a> </li> <li> <a href="/education/benefit-rates/montgomery-selected-reserve-rates/past-rates-2022-2023" id="7a9feffa17aff0c485993019aa3dfb89">Past rates: 2022-2023</a> </li> <li> <a href="/education/benefit-rates/montgomery-selected-reserve-rates/past-rates-2021-2022" id="f3573e306e4fa8198a8001ae612e54c2">Past rates: 2021-2022</a> </li> </ul> </li> <li> <a href="/education/benefit-rates/montgomery-600-buy-up-rates" id="9c6f6054002fb994874d48260368d9b0">$600 Montgomery GI Bill Buy-Up program rates</a> </li> <li> <a href="/education/benefit-rates/stem-scholarship-rates" id="f98c15138568691929e249a75a96b2be">Edith Nourse Rogers STEM Scholarship rates</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/benefit-rates/stem-scholarship-rates/future-rates" id="ebbed7f95d64b53869ae40f857acb743">Future rates</a> </li> <li> <a href="/education/benefit-rates/stem-scholarship-rates/past-rates-2023-2024" id="a68ae2e3eaabf94a9f16565a35347b5a">Past rates: 2023-2024</a> </li> <li> <a href="/education/benefit-rates/stem-scholarship-rates/past-rates-2022-2023" id="7a868708c8a41cd2ff9b5dbd7d24b37e">Past rates: 2022-2023</a> </li> </ul> </li> </ul> </li> <li> <a href="/education/gi-bill-comparison-tool" id="5405aac42eda77617cbdb58bf972bd3e">GI Bill school comparison</a> </li> <li> <a href="/education/yellow-ribbon-participating-schools/" id="a42bdfe3be2b2dd4f061c0bae3a2695e">Find a Yellow Ribbon school</a> </li> <li> <a href="/resources/compare-va-education-benefits" id="177d3541e9d59ed750c4fd5e721dba17">Compare VA education benefits</a> </li> <li> <a href="/education/choosing-a-school" id="a5eea5fa1eaac109ef2615077ae2b30f">Choosing a GI Bill approved school</a> <ul class="usa-sidenav-sub_list"> <li> <a href="/education/choosing-a-school/principles-of-excellence" id="c22b453277dad1d5d89f178b954f5586">Principles of Excellence program</a> </li> </ul> </li> <li> <a href="https://www.benefits.va.gov/gibill/contact_us.asp" id="364763e55a4a8af090dd53a5c2638e4a">Contact us</a> </li> <li> <a href="/education/submit-school-feedback" id="3ab46952321fa43fdb08249aba491873">GI Bill School Feedback</a> </li> <li> <a href="https://www.benefits.va.gov/gibill/handouts_forms.asp" id="b2357ccb96b1697ad62202a4bbb16dc6">Handouts and forms</a> </li> <li> <a href="https://www.benefits.va.gov/gibill/non_va_resources.asp" id="9a4b87ccbf0baa0119eff9a2f1b46c0d">Non-VA resources</a> </li> </ul> </div> </li> </ul> </nav> </div> </nav> <div class="usa-width-three-fourths"> <div class="va-btn-sidebarnav-trigger" id="sidebar-nav-trigger"> <!-- The button background is to hide any content that is behind the trigger --> <div class="button-background"></div> <div class="button-wrapper"> <button aria-controls="va-detailpage-sidebar"> <strong>In this section</strong> <va-icon icon="menu" size="3" class="vads-u-color--link-default"></va-icon> </button> </div> </div> <div class="trigger-placeholder"></div> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" type="text/javascript"> var mobileMediaQuery = window.matchMedia('(max-width: 767px)') var navTrigger = document.getElementsByClassName('va-btn-sidebarnav-trigger')[0] var buttonWrapper = document.querySelector( '.va-btn-sidebarnav-trigger .button-wrapper' ) var buttonBackground = document.querySelector( '.va-btn-sidebarnav-trigger .button-background' ) var navTriggerPlaceholder = document.querySelector('.trigger-placeholder') var navTriggerPosition // Helper to get the height of the nav button, with or without the bottom // padding. This is used to set the height of the button's placeholder and the // height of the white button background function getButtonHeight(withBottomPadding) { // If the mobile nav button is hidden, just return 0 if (!mobileMediaQuery.matches) { return 0 } const style = window.getComputedStyle(buttonWrapper) const { height, paddingBottom } = style if (withBottomPadding) { return parseFloat(height) } return parseFloat(height) - parseFloat(paddingBottom) } function setElementHeights() { // In some edge cases when switching from desktop to mobile viewport (such // as when you open the web inspector), getButtonHeight() was returning 0, // likely due to `mobileMediaQuery.matches` failing. This simple hack // ensures that the height is not computed until the next run of the event // loop setTimeout(() => { navTriggerPlaceholder.style.height = getButtonHeight(true) + 'px' buttonBackground.style.height = getButtonHeight(false) + 'px' }, 0) } function setMenuTriggerPosition() { navTriggerPosition = navTriggerPlaceholder.offsetTop } function pinTrigger() { if (mobileMediaQuery.matches) { if (navTriggerPosition < window.pageYOffset) { navTrigger.classList.add('fixed-trigger') } else { navTrigger.classList.remove('fixed-trigger') } } } // As the document loads, make sure the height and trigger positions are // updated document.onreadystatechange = () => { setElementHeights() setMenuTriggerPosition() } window.addEventListener( 'resize', () => { // The height of the trigger can change at extreme browser widths setElementHeights() // The trigger can be pushed up/down as elements above it change height as // the browser width changes setMenuTriggerPosition() // We might need to pin/unpin the trigger if we transitions from/to mobile // browser widths pinTrigger() }, false ) window.addEventListener( 'scroll', () => { // We are resetting the trigger button's position on scroll just in case any // elements have been removed from above the menu trigger, such as a // dismissible alert. setMenuTriggerPosition() // Primarily scrolling will pin/unpin the trigger from the top of the // viewport pinTrigger() }, false ) </script> <article class="usa-content vads-u-padding-bottom--0"> <div data-widget-type="i18-select"></div> <h1>Verify your school enrollment</h1> <div class="va-introtext"> <p>If you’re using Post-9/11 GI Bill or Montgomery GI Bill (MGIB) benefits, you can verify your enrollment for school or training on VA.gov. If you’re getting benefits through the STEM Scholarship, you can verify your enrollment by text or email. Keep reading to find out how to verify your enrollment based on which benefit you’re using. </p> </div> <va-on-this-page></va-on-this-page> <div data-template="paragraphs/wysiwyg" data-entity-id="119926"> <div itemprop="text"> <h2 id="for-post-911-gi-bill-benefits">For Post-9/11 GI Bill benefits</h2><p>If you’re getting VA education benefits through the Post-9/11 GI Bill, you can verify your enrollment online using our tool.</p> </div> </div> <div data-template="paragraphs/react_widget" data-entity-id="119889" data-widget-type="view-enrollment-verification-login" data-widget-timeout="20"> <div class="loading-indicator-container"> <div aria-label="Loading..." aria-valuetext="Loading your application..." class="loading-indicator" role="progressbar"></div> <span class="loading-indicator-message loading-indicator-message--normal"> </span> <span class="loading-indicator-message loading-indicator-message--slow vads-u-display--none" aria-hidden="true"> Sorry, this is taking longer than expected. </span> </div> <span class="static-widget-content vads-u-display--none" aria-hidden="true"> </span> <div class="usa-alert usa-alert-error sip-application-error vads-u-display--none" aria-hidden="true"> <div class="usa-alert-body"> <strong>We’re sorry. Something went wrong when we tried to load your saved application.</strong><br>Please try refreshing your browser in a few minutes. </div> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="118829"> <div itemprop="text"> <h3 id="what-information-will-you-ask-">What information will you ask me to verify?</h3><p>We’ll ask you to verify these 2 details about your enrollment:</p><ul><li>Your credit hours or clock hours</li><li>The start and end dates of your enrollment for the month </li></ul><h3 id="other-ways-to-verify-your-enro">Other ways to verify your enrollment for Post-9/11 GI Bill benefits</h3><h4>By text</h4><p>We’ll send you a text when you start your program. We’ll ask if you want to verify your enrollment by text. If you respond “yes,” we’ll send you a text every month asking you to verify your enrollment.</p><p><strong>Note:</strong> When you verify your enrollment by text instead of email, you may get your housing payments faster. If you need to update your phone number, call us at <a href="tel:+18884424551" aria-label="8 8 8. 4 4 2. 4 5 5 1.">888-442-4551</a>. We’re here Monday through Friday, 8:00 a.m. to 7:00 p.m. ET.</p><h4>By email</h4><p>If you choose not to get text messages or you don’t use texting, we’ll email you instead to verify your enrollment each month. We’ll send a message to the email address we have in our records for you.</p><h4>Online through Ask VA</h4><p>You can verify your enrollment through Ask VA. In your message, be sure to include the dates of your enrollment in school or training. </p><p><a href="https://ask.va.gov/">Verify your enrollment through Ask VA</a></p><h4>By phone </h4><p>Call us at <a href="tel:+18884424551" aria-label="8 8 8. 4 4 2. 4 5 5 1.">888-442-4551</a> (<a href="tel:711" aria-label="TTY. 7 1 1.">TTY: 711</a>). We’re here Monday through Friday, 8:00 a.m. to 7:00 p.m. ET.</p><h2 id="for-montgomery-gi-bill-benefit">For Montgomery GI Bill benefits</h2><p>If you’re getting VA education benefits through Montgomery GI Bill Active Duty or Montgomery GI Bill Selected Reserve, you can verify your enrollment online using our tool.</p> </div> </div> <div data-template="paragraphs/collapsible_panel" data-entity-id="173538" data-multiselectable="false"> <va-accordion uswds> <va-accordion-item class="va-accordion-item" id="if-you-havent-received-mgib-benefits-yet-you-may-be-able-to--173537"> <h3 slot="headline"> If you haven’t received MGIB benefits yet, you may be able to verify by text or email </h3> <div id="173537" data-template="paragraphs/collapsible_panel__panel" data-entity-id="173537" data-analytics-faq-text="If you haven’t received MGIB benefits yet, you may be able to verify by text or email"> <div id="collapsible_panel_item-173537"> <div data-template="paragraphs/wysiwyg" data-entity-id="173537"> <div itemprop="text"> <p>If you’re just getting started and haven’t received MGIB benefits yet, you may be able to verify your enrollment by text or email. We’ll tell you in your award letter if either of these ways to verify are available to you or if you’ll need to verify online.</p><ul><li><strong>By text: </strong>We may send you a text when you start your program. We’ll ask if you want to verify your enrollment by text. If you respond “yes,” we’ll send you a text every month asking you to verify your enrollment.</li><li><strong>By email:</strong> You may be able to choose email to verify your enrollment each month. We’ll send a message to the email address we have in our records for you.</li></ul><p><strong>Note:</strong> If you’re already receiving MGIB benefits, you can’t switch from verifying your enrollment online to verifying using text or email.</p> </div> </div> </div> </div> </va-accordion-item> </va-accordion> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="173539"> <div itemprop="text"> <h3 id="other-updates-you-can-make-usi">Other updates you can make using this tool</h3><p>You can also update this information:</p><ul><li>Your contact information for MGIB benefits</li><li>Your direct deposit information for MGIB benefits</li></ul> </div> </div> <div data-template="paragraphs/react_widget" data-entity-id="156564" data-widget-type="vye-enrollment-login-widget" data-widget-timeout="20"> <div class="loading-indicator-container"> <div aria-label="Loading..." aria-valuetext="Loading your application..." class="loading-indicator" role="progressbar"></div> <span class="loading-indicator-message loading-indicator-message--normal"> </span> <span class="loading-indicator-message loading-indicator-message--slow vads-u-display--none" aria-hidden="true"> Sorry, this is taking longer than expected. </span> </div> <span class="static-widget-content vads-u-display--none" aria-hidden="true"> </span> <div class="usa-alert usa-alert-error sip-application-error vads-u-display--none" aria-hidden="true"> <div class="usa-alert-body"> <strong>We’re sorry. Something went wrong when we tried to load your saved application.</strong><br>Please try refreshing your browser in a few minutes. </div> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="156529"> <div itemprop="text"> <h2 id="for-the-stem-scholarship">For the STEM Scholarship</h2><p>You’ll need to verify your enrollment each month for the Edith Nourse Rogers Science Technology Engineering Math (STEM) Scholarship in 1 of these 2 ways:</p><h3 id="by-text">By text </h3><p>We’ll send you a text asking if you want to get messages through our STEMText service. If you choose to get texts from us, we’ll send you a message each month by text asking you to verify your enrollment. </p><p><a href="https://www.youtube.com/watch?v=diBCc8lQcis&feature=youtu.be">Learn more from our STEMText video (YouTube)</a></p><p><strong>Note:</strong> When you verify your enrollment by text instead of email, you may get your housing payments faster. If you need to update your phone number, call us at <a href="tel:+18884424551" aria-label="8 8 8. 4 4 2. 4 5 5 1.">888-442-4551</a>. We’re here Monday through Friday, 8:00 a.m. to 7:00 p.m. ET.</p><h3 id="by-email">By email </h3><p>You’ll need to email us each month with the dates of your enrollment in school or training. </p><p><a href="mailto:STEM.VBABUF@VA.gov">Verify your enrollment by email</a></p><h2 id="what-if-i-have-other-questions">What if I have other questions?</h2><p>You can contact us online through Ask VA.</p><p><a href="https://ask.va.gov/">Contact us online through Ask VA</a></p><p>Or call us at <a href="tel:+18884424551" aria-label="8 8 8. 4 4 2. 4 5 5 1.">888-442-4551</a> (<a href="tel:711" aria-label="TTY. 7 1 1.">TTY: 711</a>). We’re here Monday through Friday, 8:00 a.m. to 7:00 p.m. ET.</p> </div> </div> <div class="row"> <div class="usa-content"> <aside class="va-nav-linkslist va-nav-linkslist--related"> <section data-template="paragraphs/list_of_link_teasers" data-entity-id="157861" class="field_related_links"> <h2 id="more-information" class="va-nav-linkslist-heading" tabindex="-1"> More information </h2> <ul class="va-nav-linkslist-list"> <li data-template="paragraphs/linkTeaser" data-entity-id="157860" data-links-list-header="GI Bill enrollment verification FAQs" data-links-list-section-header="More information"> <h3 class="va-nav-linkslist-title vads-u-font-size--h4" id> <va-link href="/resources/gi-bill-enrollment-verification-faqs" text="GI Bill enrollment verification FAQs"> </va-link></h3> <p class="va-nav-linkslist-description">Get answers to common questions about verifying your enrollment for GI Bill benefits.</p> </li> </ul> </section> </aside> </div> </div> <va-back-to-top></va-back-to-top> <!-- Last updated & feedback button--> <div class="last-updated usa-content vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0"> <div class="mobile-lg:vads-u-display--flex above-footer-elements-container"> <div class="vads-u-flex--auto"> <span class="vads-u-text-align--justify"> <p>Last updated: <time datetime="2025-02-12">February 12, 2025</time></p> </span> </div> <div class="vads-u-flex--1 vads-u-text-align--right"> <span class="vads-u-text-align--right"> <button type="button" class="feedback-button usa-button" id="mdFormButton" aria-label="give feedback"> Feedback </button> </span> </div> </div> </div> </article> </div> </div></main> </div> </div> <!-- src url from https://docs.datadoghq.com/real_user_monitoring/browser/setup/#cdn-sync --> <!-- ********* Disabling until we figure out how to ensure that only desired pages are monitored ********* <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" type="text/javascript" defer src="https://www.datadoghq-browser-agent.com/datadog-rum-v5.js" ></script> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" type="text/javascript"> window.addEventListener('load', () => { // All of the page urls we want to monitor include www.va.gov (production only) if (window.DD_RUM && window.location?.hostname === 'www.va.gov') { /** * Unauthenticated Static pages may be crawled by bots, so we won't initialize * RUM sessions. The following code is from DataDog: * https://docs.datadoghq.com/real_user_monitoring/guide/identify-bots-in-the-ui */ // regex patterns to identify known bot instances (5/2024): const botPattern = '(googlebot\/|bot|Googlebot-Mobile|Googlebot-Image|Google favicon|Mediapartners-Google|bingbot|slurp|java|wget|curl|Commons-HttpClient|Python-urllib|libwww|httpunit|nutch|phpcrawl|msnbot|jyxobot|FAST-WebCrawler|FAST Enterprise Crawler|biglotron|teoma|convera|seekbot|gigablast|exabot|ngbot|ia_archiver|GingerCrawler|webmon |httrack|webcrawler|grub.org|UsineNouvelleCrawler|antibot|netresearchserver|speedy|fluffy|bibnum.bnf|findlink|msrbot|panscient|yacybot|AISearchBot|IOI|ips-agent|tagoobot|MJ12bot|dotbot|woriobot|yanga|buzzbot|mlbot|yandexbot|purebot|Linguee Bot|Voyager|CyberPatrol|voilabot|baiduspider|citeseerxbot|spbot|twengabot|postrank|turnitinbot|scribdbot|page2rss|sitebot|linkdex|Adidxbot|blekkobot|ezooms|dotbot|Mail.RU_Bot|discobot|heritrix|findthatfile|europarchive.org|NerdByNature.Bot|sistrix crawler|ahrefsbot|Aboundex|domaincrawler|wbsearchbot|summify|ccbot|edisterbot|seznambot|ec2linkfinder|gslfbot|aihitbot|intelium_bot|facebookexternalhit|yeti|RetrevoPageAnalyzer|lb-spider|sogou|lssbot|careerbot|wotbox|wocbot|ichiro|DuckDuckBot|lssrocketcrawler|drupact|webcompanycrawler|acoonbot|openindexspider|gnam gnam spider|web-archive-net.com.bot|backlinkcrawler|coccoc|integromedb|content crawler spider|toplistbot|seokicks-robot|it2media-domain-crawler|ip-web-crawler.com|siteexplorer.info|elisabot|proximic|changedetection|blexbot|arabot|WeSEE:Search|niki-bot|CrystalSemanticsBot|rogerbot|360Spider|psbot|InterfaxScanBot|Lipperhey SEO Service|CC Metadata Scaper|g00g1e.net|GrapeshotCrawler|urlappendbot|brainobot|fr-crawler|binlar|SimpleCrawler|Livelapbot|Twitterbot|cXensebot|smtbot|bnf.fr_bot|A6-Indexer|ADmantX|Facebot|Twitterbot|OrangeBot|memorybot|AdvBot|MegaIndex|SemanticScholarBot|ltx71|nerdybot|xovibot|BUbiNG|Qwantify|archive.org_bot|Applebot|TweetmemeBot|crawler4j|findxbot|SemrushBot|yoozBot|lipperhey|y!j-asr|Domain Re-Animator Bot|AddThis)'; const regex = new RegExp(botPattern, 'i'); // Don't initialize RUM if a bot is crawling the page const isBot = regex.test(navigator.userAgent); /** * Initialize DataDog Real User Monitoring (RUM) sessions * https://docs.datadoghq.com/real_user_monitoring/browser/#cdn-sync */ if ( !isBot && // is DataDog is already initialized? !window.DD_RUM?.getInitConfiguration() ) { window.DD_RUM.init({ site: 'ddog-gov.com', env: 'production', version: '1.0.0', service: 'benefits-decision-review-static-pages', clientToken: 'pub17c22ff5e9e7e51f7ac28b828741e21a', applicationId: '133801ec-0b13-4a6f-9689-bd937a1ddf27', sessionSampleRate: 1, // sessionReplaySampleRate: 1, trackInteractions: true, trackUserInteractions: true, trackResources: true, trackLongTasks: true, // https://docs.datadoghq.com/real_user_monitoring/session_replay/browser/privacy_options/ defaultPrivacyLevel: 'mask-user-input', }); window.DD_RUM.startSessionReplayRecording(); } } }); </script> --> <footer class="footer"> <div id="footerNav" data-minimal-footer="false"></div> </footer> <div id="logout-modal-root"></div> <!-- VA's mission: To fulfill President Lincoln's promise to care for those who have served in our nation's military and for their families, caregivers, and survivors. --> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk" type="text/javascript"> (function() { var module = {}; function mountWidgets(widgets, slowLoadingThreshold) { [].slice.call(widgets).forEach(function(widget) { var timeout = widget.getAttribute('data-widget-timeout'); if (timeout) { timeout = parseInt(timeout, 10); } timeout = (timeout || 0) * 1000; if (timeout > slowLoadingThreshold) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var slowMessage = widget.querySelector( '.loading-indicator-message--slow' ); var regularMessage = widget.querySelector( '.loading-indicator-message--normal' ); if (!replacedWithWidget && regularMessage) { regularMessage.setAttribute('aria-hidden', 'true'); regularMessage.classList.add('vads-u-display--none'); } if (!replacedWithWidget && slowMessage) { slowMessage.setAttribute('aria-hidden', 'false'); slowMessage.classList.remove('vads-u-display--none'); } }, slowLoadingThreshold); } if (timeout > 0) { setTimeout(function() { var replacedWithWidget = !widget.querySelector( '.static-widget-content' ); var errorMessage = widget.querySelector('.sip-application-error'); var loadingMessage = widget.querySelector( '.loading-indicator-container' ); if (!replacedWithWidget && loadingMessage) { loadingMessage.parentNode.removeChild(loadingMessage); } if (!replacedWithWidget && errorMessage) { errorMessage.setAttribute('aria-hidden', 'false'); errorMessage.classList.remove('vads-u-display--none'); } }, timeout); } }); } if (module) { module.exports = mountWidgets; } mountWidgets(document.querySelectorAll('[data-widget-type]'), 6000); })(); </script> <script nonce="DObHHL3RF0qsdBF09tlM4NiiQbNl6HUk"> (function() { document.getElementById('f07d8dc40332453728dc75f02a55f0d8').addEventListener('click', function(event) { focusContent(event) }); document.getElementById('785ba2fa6804bdc8d1dbe8cee0227395').addEventListener('click', function(event) { recordEvent({ event: 'nav-crisis-header' }) }); document.getElementById('7c010d8519ee7ada3e1875b2a31a7452').addEventListener('click', function(event) { recordEvent({ event: 'nav-jumplink-click' }); }); document.getElementById('ffc38d9735ebe1ee1cf9dbfbdaf20597').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6552bf34b5fc6756c2f45761db947ec7').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('032ba8716406d7e659ca1d35d60029c7').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3d96203459b89af9ae3ccc39a3f8ff6e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('8faef4bbe3e32bd6e83d05e2b1cb54c4').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('675f7cb9a41798ac0517c9316321a2ec').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('46a522150e47577312158d12b1a12db7').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('520d1d47b49ee067a2b3447fc4d45ec0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('19a2c45d0aba2bd95e905ab859335558').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('84f118c8f18a1af9630a405c23498d5d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('dd41b4f1fba20a43e91a5c354202b315').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('42a1960365013230a94390d18083c957').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('2b20937aad85c44dc19c22ab939acb9f').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('40f7ceb1c37e7db35b93963ec148e303').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('64071fe189d9e87d13dbe15db8749dc5').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('8fd455f6e8d988cc0f9eaf3fbc71a4a1').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f8e232c8f145b27eb9e8bcfb7b1677b3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('99546955441c0a1a48f4ac52a1a7cc57').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('965bc795a2579545b8f706c3be927d2e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c875094b306c43665a92f120b2075fcb').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('1b922671ea667f682dbaf2998b8fab0b').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('249410c893f03ada00ace4a30a6cc0db').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('2afa8e9d0e36fbaa75ab8f5be4669991').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('db085b6a296f7c861bf4a31e5a0d1f44').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('80223809e19f63e6f3bf697a8d66bd5e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('100261e300e3a861a020771813928031').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('817d26ba508b4066eeb89f14bd381c08').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f78b48eee2a33cadce4af3f816f71466').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('efcaff0fa0f36737dfda98bf42cc3ab3').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('bb5292a0cfac3e7adac6bd310bc084ed').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('6df72ef2fa0fe9be82dcea765b5a7624').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('474ed0995a6816d2bda85a4f86de2ed2').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e393f7dd87b99942d1ca7590e25a5756').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('401337e9b5c7a385d0492cdbb6af5971').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('949bc127d68585f91fc1401ac7351860').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c0d4e1a7f83d67f58bdd247ceb4f800d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('e39aef99d5b29d4634ec076951b1224e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7dc420079f2bda865544a5f2377eb4a6').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('d91d783e9831eacb1cca01097593b832').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b460c0a38211b6355532de9d25f1ec2e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('10a58694cb55092be176db89d5dd77d2').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a35d4004172ac22ad439c76ea05e3bee').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('99cb781644012f988871e1ba9f0fd4bf').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b430f480692c57a3c069522c4a8d0c23').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('4532d3fb1551165627e748ad286884da').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9e129ac24a3e61b8dbe6110b95233c94').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('83d7878b4675b3fcbf35c92aa4502883').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('fb525d51b0cb16151f47cab0150b2eeb').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('8460b9042d71ab505f5ffb5aa2525cba').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('4fda7d6a597826af3671a198a12b77e1').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('79daba8e94b91de1eff1e904a392145e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b4ce8c54110b49211a864656e6380f74').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5cf4a9885fe98f22c59da057ac0634ed').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('42ac164fd0e34bb8084d710e16fd7463').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('06c451fd392137850ccffed120ee1315').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('44781ca7244d5482b4b7b6565c7ce59b').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('90cdb0dc06bc2c1336481b11783f534c').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7a9feffa17aff0c485993019aa3dfb89').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f3573e306e4fa8198a8001ae612e54c2').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9c6f6054002fb994874d48260368d9b0').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('f98c15138568691929e249a75a96b2be').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('ebbed7f95d64b53869ae40f857acb743').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a68ae2e3eaabf94a9f16565a35347b5a').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('7a868708c8a41cd2ff9b5dbd7d24b37e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('5405aac42eda77617cbdb58bf972bd3e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a42bdfe3be2b2dd4f061c0bae3a2695e').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('177d3541e9d59ed750c4fd5e721dba17').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('a5eea5fa1eaac109ef2615077ae2b30f').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('c22b453277dad1d5d89f178b954f5586').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('364763e55a4a8af090dd53a5c2638e4a').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('3ab46952321fa43fdb08249aba491873').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('b2357ccb96b1697ad62202a4bbb16dc6').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('9a4b87ccbf0baa0119eff9a2f1b46c0d').addEventListener('click', function(event) { recordEvent({ event: 'nav-sidenav' }); }); document.getElementById('mdFormButton').addEventListener('click', function(event) { KAMPYLE_ONSITE_SDK.showForm('17') }); })(); </script></body></html>