CINXE.COM

Compare VA Education Benefits | 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: support_resources_detail_page.drupal.liquid path: resources/compare-va-education-benefits entityId: 57243 --><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/resources/compare-va-education-benefits/"> <!-- Last updated --> <meta name="DC.Date" scheme="W3CDTF" content="2024-04-22"> <!-- Last updated --> <!-- Mobile App Promo Banners config --> <!-- End Mobile App Promo Banners config --> <!-- og:url --> <meta property="og:url" content="https://www.va.gov/resources/compare-va-education-benefits/"> <!-- og:type --> <meta property="og:type" content="website"> <!-- article:tags --> <!-- Custom metatags --> <meta name="description" content="Compare VA education benefits for Veterans, service members, and members of the National Guard and Reserve.&#xA0;Check the eligibility requirements for each education program. And find out how many months of benefits you can get and how much time you have to use those benefits."> <link rel="image_src" href="https://www.va.gov/img/design/logo/va-og-image.png"> <meta property="og:description" content="Compare VA education benefits for Veterans, service members, and members of the National Guard and Reserve.&#xA0;Check the eligibility requirements for each education program. And find out how many months of benefits you can get and how much time you have to use those benefits."> <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="Compare VA education benefits | Veterans Affairs"> <title>Compare VA Education Benefits | Veterans Affairs</title> <meta name="twitter:card" content="summary_large_image"> <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="Compare VA education benefits | Veterans Affairs"> <!-- Default metatags --> <!-- Add polyfills. --> <script nonce="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV"> /** * 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV"> (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> <link rel="preload" href="https://prod-va-gov-assets.s3-us-gov-west-1.amazonaws.com/generated/fa-solid-900.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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" src="https://dap.digitalgov.gov/Universal-Federated-Analytics-Min.js?agency=VA" id="_fed_an_ua_tag"></script> <script nonce="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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\":\"Accessibility\"},{\"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/ormdi/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.patientcare.va.gov/lgbt/\",\"order\":4,\"target\":null,\"title\":\"LGBTQ+ Veterans\"},{\"column\":1,\"href\":\"https://www.ptsd.va.gov/\",\"order\":5,\"target\":null,\"title\":\"PTSD\"},{\"column\":1,\"href\":\"https://www.mentalhealth.va.gov/\",\"order\":6,\"target\":null,\"title\":\"Mental health\"},{\"column\":1,\"href\":\"https://department.va.gov/veteran-sports/\",\"order\":7,\"target\":null,\"title\":\"Adaptive sports and special events\"},{\"column\":1,\"href\":\"https://www.va.gov/outreach-and-events/events/\",\"order\":8,\"target\":null,\"title\":\"VA outreach events\"},{\"column\":1,\"href\":\"https://www.nrd.gov/\",\"order\":9,\"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://www.twitter.com/DeptVetAffairs/\",\"order\":6,\"target\":null,\"title\":\"Twitter\"},{\"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\":\"Refill and track your prescriptions\",\"href\":\"https://www.va.gov/health-care/refill-track-prescriptions\"},{\"text\":\"Send a secure message to your health care team\",\"href\":\"https://www.va.gov/health-care/secure-messaging\"},{\"text\":\"Schedule and manage health appointments\",\"href\":\"https://www.va.gov/health-care/schedule-view-va-appointments\"},{\"text\":\"View your lab and test results\",\"href\":\"https://www.va.gov/health-care/view-test-and-lab-results\"},{\"text\":\"Order medical supplies\",\"href\":\"https://www.va.gov/health-care/order-medical-supplies\"}]},\"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 SAH 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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="e9e3dae619439474ab69d90327723a93">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&#x2019;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&#x2019;s official.</strong> <br> Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you&apos;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&apos;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="220d5b7c1a10b563b23d13a934676aa3"> <div class="va-crisis-line-inner"> <span class="va-crisis-line-icon" aria-hidden="true"></span> <span class="va-crisis-line-text" id="0f08ffc8fd1e2f03cf3958d4cfbeef2f">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 --> <!-- Situation Updates banner --> <div data-widget-type="situation-updates-banner"></div> <!-- Maintenance banner --> <div data-widget-type="maintenance-banner"></div> <!-- Derive visible promo banners. --> <!-- Promo Banners --> </header> <!-- Fullwidth banner alerts --> <script nonce="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV"> 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV"> const bcComponent = document.querySelector('va-breadcrumbs'); if (bcComponent) { bcComponent.setAttribute('breadcrumb-list', "[{\"href\":\"/\",\"isRouterLink\":false,\"label\":\"Home\",\"lang\":\"en-US\"},{\"href\":\"/careers-employment\",\"isRouterLink\":false,\"label\":\"Careers and employment\",\"lang\":\"en-US\"},{\"href\":\"/resources/compare-va-education-benefits\",\"isRouterLink\":false,\"label\":\"Compare VA education benefits\",\"lang\":\"en-US\"}]"); } </script> </va-breadcrumbs></div> <div id="content" class="interior" data-template="node-support_resources_detail_page"> <main class="va-l-detail-page" lang="en"> <div class="usa-grid usa-grid-full"> <div class="usa-width-three-fourths"> <div class="usa-content"> <div data-widget-type="i18-select"></div> <!-- Search bar --> <div class="medium-screen:vads-u-border-bottom--2px vads-u-border-color--gray-light medium-screen:vads-u-margin-bottom--3"> <div class="va-hide-on-print-view" data-widget-type="resources-and-support-search"></div> </div> <article class="usa-content vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0"> <!-- Title --> <h1>Compare VA education benefits</h1> <!-- Intro --> <div class="va-introtext"><p>Compare VA education benefits for Veterans, service members, and members of the National Guard and Reserve.&#xA0;Check the eligibility requirements for each education program. And find out how many months of benefits you can get and how much time you have to use those benefits.</p> </div> <!-- Alert --> <div data-template="paragraphs/alert_single" class="vads-u-margin-bottom--3"> </div> <!-- CTA list --> <!-- TOC --> <va-on-this-page></va-on-this-page> <!-- Content blocks --> <div data-template="paragraphs/wysiwyg" data-entity-id="133010"> <div itemprop="text"> <h2 id="how-your-character-of-discharg">How your character of discharge affects your eligibility</h2><p>You must have received an&#xA0;<strong>honorable discharge</strong>&#xA0;to be eligible for these programs:&#xA0;</p><ul><li>Post-9/11 GI Bill</li><li>Montgomery GI Bill Active Duty (MGIB-AD)</li><li>Montgomery GI Bill Selected Reserve (MGIB-SR)</li></ul><p>You must have received a&#xA0;<strong>discharge under conditions other than dishonorable</strong>&#xA0;to be eligible for Veteran Readiness and Employment (VR&amp;E) benefits.</p><p><strong>Note:</strong>&#xA0;If you&#x2019;re not eligible for VA education benefits based on your character of discharge, you can apply for a discharge upgrade.</p><p><a href="/resources/request-a-discharge-upgrade-or-correction" data-entity-type="node" data-entity-uuid="1da0be57-165c-4bec-be53-d63306cb18f2" data-entity-substitution="canonical" hreflang="en" title="Request a discharge upgrade or correction">Find out how to apply for a discharge upgrade</a></p><h2 id="service-requirements">Service requirements</h2><h3 id="for-post-911-gi-bill"><strong>For Post-9/11 GI Bill</strong></h3><p>You must have started your service&#xA0;<strong>on or after September 11, 2001.</strong>&#xA0;</p><p><strong>And one of these must be true:&#xA0;</strong></p><ul><li>You served for at least 90 days total on active duty,&#xA0;<strong>or</strong></li><li>You served for at least 30 days on active duty, without a break, and were honorably discharged with a service-connected disability,&#xA0;<strong>or</strong></li><li>You&#xA0;received a&#xA0;Purple Heart</li></ul><h3 id="for-mgib-ad"><strong>For MGIB-AD</strong></h3><p>The required service start date depends on certain factors,&#xA0;like when you served on active duty and whether your military pay decreased.&#xA0;</p><p>You must have served&#xA0;<strong>between 2 and 4 years</strong>. The minimum amount of time you must have served&#xA0;depends on other factors.&#xA0;</p><p><a href="/education/about-gi-bill-benefits/montgomery-active-duty" data-entity-type="node" data-entity-uuid="ba4617ed-4c37-4a40-a770-ed9a087a1a2c" data-entity-substitution="canonical" hreflang="en" title="Montgomery GI Bill Active Duty (MGIB-AD)">Check the full eligibility requirements for MGIB-AD</a></p><h3 id="for-mgib-sr"><strong>For MGIB-SR</strong></h3><p>You agreed to serve for a period&#xA0;<strong>after June 30, 1985</strong>&#xA0;(or for some types of training, after September 30, 1990).</p><p><strong>And one of these must be true:</strong></p><ul><li>You agreed to serve 6 years&#xA0;in the Selected Reserve,&#xA0;<strong>or</strong></li><li>You&#x2019;re an officer in the Selected Reserve and you agreed to serve 6 years in addition to your initial service obligation</li></ul><h3 id="for-vre"><strong>For VR&amp;E&#xA0;</strong></h3><p>There are no requirements for when or how long you served.</p><p><a href="/careers-employment/vocational-rehabilitation/eligibility" data-entity-type="node" data-entity-uuid="f688ee1a-7d96-4c01-a196-c48c0dabaee3" data-entity-substitution="canonical" hreflang="en" title="Eligibility for Veteran Readiness and Employment">Check other eligibility requirements for VR&amp;E</a></p> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="133011"> <div itemprop="text"> <h2 id="how-many-months-of-benefits-yo"><strong>How many months of benefits you can get</strong></h2><h3 id="if-youre-eligible-for-vre">If you&#x2019;re eligible for VR&amp;E</h3><p>You may be eligible to get&#xA0;<strong>up</strong>&#xA0;<strong>to 48 months</strong>&#xA0;of VR&amp;E benefits.&#xA0;</p><p>In certain situations, a&#xA0;Vocational Rehabilitation&#xA0;Counselor&#xA0;(VRC) may approve more than 48 months of VR&amp;E benefits.&#xA0;</p><p><strong>If you&#x2019;re eligible for both VR&amp;E and another education benefit,</strong>&#xA0;you may be able to get more benefits by using VR&amp;E first.</p><p>If you use VR&amp;E benefits first, we won&#x2019;t deduct entitlement from your other VA education benefits, like the Post-9/11 GI Bill or the Montgomery GI Bill.&#xA0;</p><p>If you&#x2019;ve used benefits under any other VA education program and then you use VR&amp;E benefits, we&#x2019;ll have to deduct from your remaining VR&amp;E entitlement the amount of time used under the other VA education program.&#xA0;</p><h3 id="if-youre-eligible-for-gi-bill-">If you&#x2019;re eligible for GI Bill benefits</h3><p>You may be eligible to get&#xA0;<strong>up to 36 months</strong>&#xA0;of benefits from 1 of these education programs:</p><ul><li>Post-9/11 GI Bill</li><li>MGIB-AD</li><li>MGIB-SR</li></ul><p>You can use only 1 of these education benefits for a single period of service. Once you choose a benefit, you can&#x2019;t switch to a different benefit for the same period of service.</p><p><strong>Note:</strong>&#xA0;In certain situations, you may be eligible for more than 1 education benefit. But you can only get a maximum of 48 months of combined education benefits. If you need help figuring out how many months of benefits you can get, contact us through Ask VA.</p><p><a href="https://ask.va.gov/" hreflang="en">Contact us online through Ask VA</a></p> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="133012"> <div itemprop="text"> <h2 id="how-much-time-you-have-to-use-">How much time you have to use benefits</h2><h3 id="for-post-911-gi-bill-1">For Post-9/11 GI Bill</h3><ul><li><strong>If your last day on active duty was on or after January 1, 2013,&#xA0;</strong>you can use your benefits at any time. Your benefits won&#x2019;t expire.</li><li><strong>If your last day on active duty was before January 1, 2013,&#xA0;</strong>you&#xA0;have&#xA0;15 years from your last day on active duty&#xA0;to use your benefits.</li></ul><h3 id="for-mgib-ad-2"><strong>For MGIB-AD</strong></h3><p>You have 10 years from your last day on active duty to use your benefits.&#xA0;</p><h3 id="for-mgib-sr-3"><strong>For MGIB-SR</strong></h3><p>You can use your benefits only while you&#x2019;re serving in the Selected Reserve. Once you leave the Selected Reserve, you&#x2019;re no longer eligible for&#xA0;education benefits under the MGIB-SR program.</p><h3 id="for-vre-4"><strong>For VR&amp;E</strong></h3><p><strong>If you were discharged from active duty on or after January 1, 2013,</strong>&#xA0;there&#x2019;s no time limit on when you can use your benefits.</p><p><strong>If you were discharged from active duty before January 1, 2013,</strong>&#xA0;you have 12 years from 1 of these dates, whichever comes later, to use your benefits:</p><ul><li>The date you received notice of your date of separation from active duty,&#xA0;<strong>or</strong></li><li>The date you received your first VA service-connected disability rating</li></ul><p>You may have more time to use your benefits if we find that you have a serious employment handicap (SEH).</p><p><a href="/careers-employment/vocational-rehabilitation/eligibility" data-entity-type="node" data-entity-uuid="f688ee1a-7d96-4c01-a196-c48c0dabaee3" data-entity-substitution="canonical" hreflang="en" title="Eligibility for Veteran Readiness and Employment">Learn more about the eligibility period for VR&amp;E</a></p> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="133013"> <div itemprop="text"> <h2 id="payments">Payments</h2><p>You can use our GI Bill Comparison tool to compare payment rates by school.<br><a href="https://www.va.gov/education/gi-bill-comparison-tool/" hreflang="en">Go to the GI Bill Comparison tool</a></p><p>Keep reading to learn about how each VA education benefit program makes payments.</p><h3 id="post-911-gi-bill-payments"><strong>Post-9/11 GI Bill payments</strong></h3><p><strong>Tuition and fees:</strong>&#xA0;We&#x2019;ll send payments to your school.</p><p><strong>Housing allowance:</strong>&#xA0;If you&#x2019;re eligible, we&#x2019;ll pay you directly every month.&#xA0;<br><a href="/resources/will-i-get-monthly-housing-allowance-mha-during-school-breaks" data-entity-type="node" data-entity-uuid="e06b9210-1728-4c7f-8d3c-e57c9fc6eaf2" data-entity-substitution="canonical" title="Will I get monthly housing allowance (MHA) during school breaks?">Learn about housing costs you&#x2019;ll need to cover during school breaks</a></p><p><strong>Books and supplies stipend:</strong>&#xA0;We&#x2019;ll pay you at the start of the enrollment period.</p><p><strong>Additional payments:</strong>&#xA0;If you&#x2019;re eligible and your school participates in the Yellow Ribbon Program, you may be able to get additional payments.</p><p><a href="/education/about-gi-bill-benefits/post-9-11/yellow-ribbon-program" data-entity-type="node" data-entity-uuid="906b68d9-7c4b-4b24-ac66-7867d5916227" data-entity-substitution="canonical" hreflang="en" title="Yellow Ribbon Program">Learn about the Yellow Ribbon Program</a></p><p>Or, if you&#x2019;re approved for federal Tuition Assistance through the Defense Department, you may be eligible for Tuition Assistance Top-Up to help you cover your tuition costs.</p><p><a href="/education/about-gi-bill-benefits/how-to-use-benefits/tuition-assistance-top-up" data-entity-type="node" data-entity-uuid="4008d2ba-e6e7-44c2-8d79-33327a2e2aa7" data-entity-substitution="canonical" hreflang="en" title="Tuition Assistance Top-Up">Learn about Tuition Assistance Top-Up</a></p><p><a href="/education/benefit-rates/post-9-11-gi-bill-rates" data-entity-type="node" data-entity-uuid="e6f8c8d0-2f12-4066-859d-c7a98bc213fd" data-entity-substitution="canonical" hreflang="en" title="Post-9/11 GI Bill (Chapter 33) rates">Check the current payment rates for the Post-9/11 GI Bill</a></p><h3 id="mgib-ad-payments"><strong>MGIB-AD payments</strong></h3><p>We&#x2019;ll pay you directly every month.</p><p><strong>Additional payments:</strong>&#xA0;If you&#x2019;re eligible for the $600 Buy-Up program, you may be able to get additional payments.</p><p><a href="/education/about-gi-bill-benefits/montgomery-active-duty/buy-up" data-entity-type="node" data-entity-uuid="d0de061e-8c82-4757-9eb2-776d2ecdd631" data-entity-substitution="canonical" hreflang="en" title="$600 Montgomery GI Bill Buy-Up program">Learn about the $600 Buy-Up program</a></p><p>Or, if you&#x2019;re approved for federal Tuition Assistance through the Defense Department, you may be eligible for Tuition Assistance Top-Up to help you cover your tuition costs.</p><p><a href="/education/about-gi-bill-benefits/how-to-use-benefits/tuition-assistance-top-up" data-entity-type="node" data-entity-uuid="4008d2ba-e6e7-44c2-8d79-33327a2e2aa7" data-entity-substitution="canonical" hreflang="en" title="Tuition Assistance Top-Up">Learn about Tuition Assistance Top-Up</a></p><p><a href="/education/benefit-rates/montgomery-active-duty-rates" data-entity-type="node" data-entity-uuid="b42f635c-5e71-4019-9925-5bdaffdb8886" data-entity-substitution="canonical" hreflang="en" title="Montgomery GI Bill Active Duty (Chapter 30) rates">Check the current payment rates for MGIB-AD</a></p><h3 id="mgib-sr-payments"><strong>MGIB-SR payments</strong></h3><p>We&#x2019;ll pay you directly every month.</p><p><strong>Additional payments:</strong>&#xA0;If you&#x2019;re eligible for the $600 Buy-Up program, you may be able to get additional payments.</p><p><a href="/education/about-gi-bill-benefits/montgomery-active-duty/buy-up" data-entity-type="node" data-entity-uuid="d0de061e-8c82-4757-9eb2-776d2ecdd631" data-entity-substitution="canonical" hreflang="en" title="$600 Montgomery GI Bill Buy-Up program">Learn about the $600 Buy-Up program</a></p><p><a href="/education/benefit-rates/montgomery-selected-reserve-rates" data-entity-type="node" data-entity-uuid="dcf72818-61e3-442f-822e-cf35bb441d85" data-entity-substitution="canonical" hreflang="en" title="Montgomery GI Bill Selected Reserve (Chapter 1606) rates">Check the current payment rates for MGIB-SR</a></p><h3 id="vre-payments">VR&amp;E payments</h3><p><strong>Tuition and fees:</strong>&#xA0;We&#x2019;ll send payments to your school.</p><p><strong>Subsistence allowance:&#xA0;</strong>We&#x2019;ll pay you directly every month.</p><p><a href="https://www.benefits.va.gov/vocrehab/subsistence_allowance_rates.asp" hreflang="en">Check the current subsistence allowance rates for VR&amp;E</a></p><p>Or, if you&#x2019;re eligible, you may be able to get the Post-9/11 GI Bill subsistence rate instead.&#xA0;In most cases, the GI Bill rate is higher.</p><p><a href="/careers-employment/vocational-rehabilitation/eligibility" data-entity-type="node" data-entity-uuid="f688ee1a-7d96-4c01-a196-c48c0dabaee3" data-entity-substitution="canonical" title="Eligibility for Veteran Readiness and Employment">Find out if you&#x2019;re eligible to get the Post-9/11 GI Bill subsistence rate</a></p><p><strong>Books and supplies stipend:</strong>&#xA0;We&#x2019;ll pay for all of your required books and supplies.&#xA0;</p> </div> </div> <div data-template="paragraphs/wysiwyg" data-entity-id="133014"> <div itemprop="text"> <h2 id="how-to-contact-us-if-you-have-">How to contact us if you have questions</h2> <p>We can help you decide which education benefits to use. You can ask us a question online through Ask VA.</p> <p><a href="https://ask.va.gov/" hreflang="en">Contact us online through Ask VA</a></p> <p>Or call us at&#xA0;<a aria-label="8 8 8. 4 4 2. 4 5 5 1." href="tel:+18884424551">888-442-4551</a>&#xA0;(<a aria-label=" 7 1 1." href="tel:711">TTY: 711</a>). If you live overseas, call us at&#xA0;<a aria-label="+ 1. 9 1 8. 7 8 1. 5 6 7 8." href="tel:+19187815678">+1-918-781-5678.</a>&#xA0;We&#x2019;re here Monday through Friday, 8:00 a.m. to 7:00 p.m. ET.</p> </div> </div> <!-- Repeated CTA list --> </article> <!-- Tags --> <div class="vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0" data-template="includes/tags"> <div class="vads-u-padding-top--3 vads-u-padding-bottom--1p5 vads-u-border-top--1px vads-u-border-bottom--1px vads-u-border-color--gray-light vads-u-display--flex vads-u-align-items--flex-start vads-u-flex-direction--row"> <!-- Title --> <strong class="vads-u-margin-bottom--2 medium-screen:vads-u-margin-bottom--0">Tags</strong> <!-- Topic tags --> <div class="vads-u-display--flex vads-u-flex-wrap--wrap"> <a href="/resources/tag/all-veterans" class="vads-u-margin-bottom--1p5 usa-button-secondary vads-u-font-size--sm vads-u-border--1px vads-u-border-color--primary vads-u-padding--0p25 vads-u-padding-x--0p5 vads-u-margin-left--1p5 vads-u-text-decoration--none vads-u-color--base" style="border-radius: 3px; line-height: 1.3;" id="3164c76696c6394e338e5e77db0eb34a"> All Veterans </a> </div> </div> </div> <!-- How do you rate --> <div class="vads-u-padding-top--3 vads-u-padding-bottom--1 vads-u-display--flex vads-u-flex-direction--column vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0"> <va-radio id="rating-radio" label="How do you rate your experience on this page?" label-header-level="2" error> <va-radio-option id="good" label="Good" name="rating" value="Good"></va-radio-option> <va-radio-option id="bad" label="Bad" name="rating" value="Bad"></va-radio-option> </va-radio> <div> <va-button disable-analytics secondary class="vads-u-width--full medium-screen:vads-u-width--auto vads-u-margin--0 vads-u-margin-top--2p5" id="rating-submit" text="Submit feedback"> </va-button> </div> <p aria-hidden="true" id="thank-you-message" class="vads-u-display--none vads-u-margin--0" tabindex="-1"> Want to share more feedback? We&apos;ll use it to keep improving VA.gov for all Veterans and their families. <button type="button" class="va-button-link" id="765ee5320dc9c4b5db68220fc4d888f7"> Complete our 3-question survey. </button> </p> </div> <script nonce="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" type="text/javascript"> function deriveOptionLabel(goodChecked, badChecked) { if (goodChecked) { return 'Good'; } if (badChecked) { return 'Bad'; } } function onRatingChange(event) { // Derive the elements on the page. var ratingOptionsElement = document.getElementById("rating-options"); var ratingRadioElement = document.getElementById("rating-radio"); ratingRadioElement.setAttribute('error', ''); } function onRatingSubmit() { // Derive the elements on the page. var ratingButtonsElement = document.getElementById("rating-buttons"); var ratingRadioElement = document.getElementById("rating-radio"); var submitButton = document.getElementById("rating-submit"); var thankYouMessageElement = document.getElementById("thank-you-message"); var badElement = document.getElementById('badinput'); var goodElement = document.getElementById('goodinput'); // Derive the radio button fields checked status. var goodChecked = goodElement && goodElement.checked; var badChecked = badElement && badElement.checked; // Show error message if neither good nor bad is checked. if (!goodChecked && !badChecked) { ratingRadioElement.setAttribute('error', 'Please select an answer'); return; } // Record the event in analytics. var optionLabel = deriveOptionLabel(goodChecked, badChecked); if (recordEvent && optionLabel) { recordEvent({ 'event': 'int-radio-button-option-click', 'radio-button-label': "How do you rate your experience on this page?", 'radio-button-optionLabel': optionLabel, // "Good" | "Bad" 'radio-button-required': false, }) } // We don't need the submit button anymore, so hide it. if (submitButton) { submitButton.setAttribute('aria-hidden', 'true'); submitButton.className = submitButton.className + ' vads-u-display--none'; } // We don't need the rating options anymore, so hide it. if (ratingButtonsElement) { ratingButtonsElement.setAttribute('aria-hidden', 'true'); ratingButtonsElement.className = ratingButtonsElement.className.replace('vads-u-display--flex', '') + ' vads-u-display--none'; } // We need to show the thank you message, so show it. if (thankYouMessageElement) { thankYouMessageElement.setAttribute('aria-hidden', 'false'); thankYouMessageElement.setAttribute('aria-live', 'assertive'); thankYouMessageElement.className = thankYouMessageElement.className.replace('vads-u-display--none', 'vads-u-display--block'); thankYouMessageElement.focus(); } } document.addEventListener('DOMContentLoaded', function() { // Derive elements that need event listeners. var goodField = document.getElementById('good'); var badField = document.getElementById('bad'); if (goodField) goodField.addEventListener('click', onRatingChange); if (badField) badField.addEventListener('click', onRatingChange); }); </script> <!-- Related information --> <section class="vads-u-padding-top--3 vads-u-display--flex vads-u-flex-direction--column vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0" data-template="includes/related-information"> <!-- Section title --> <h2 class="vads-u-margin-y--0 vads-u-font-size--h3" id="related-information">Related information</h2> <!-- Links --> <ul class="usa-unstyled-list" role="list"> <li class="vads-u-margin-y--2"> <p class="vads-u-margin--0"> <strong> <va-link href="https://www.va.gov/education/gi-bill-comparison-tool/" text="GI Bill Comparison Tool"> </va-link></strong> </p> <p class="vads-u-margin--0"></p> </li> <li class="vads-u-margin-y--2"> <p class="vads-u-margin--0"> <strong> <va-link href="/education/how-to-apply" text="How to apply for VA education benefits"> </va-link></strong> </p> <p class="vads-u-margin--0"></p> </li> <li class="vads-u-margin-y--2"> <p class="vads-u-margin--0"> <strong> <va-link href="/education/about-gi-bill-benefits/how-to-use-benefits" text="How to use your GI Bill benefits"> </va-link></strong> </p> <p class="vads-u-margin--0"></p> </li> <li class="vads-u-margin-y--2"> <p class="vads-u-margin--0"> <strong> <va-link href="/education/choosing-a-school" text="Choosing GI Bill approved schools"> </va-link></strong> </p> <p class="vads-u-margin--0"></p> </li> <li class="vads-u-margin-y--2"> <p class="vads-u-margin--0"> <strong> <va-link href="/careers-employment/education-and-career-counseling" text="Educational and career counseling"> </va-link></strong> </p> <p class="vads-u-margin--0"></p> </li> </ul> </section> <!-- VA benefits --> <section class="vads-u-padding-y--3 vads-u-display--flex vads-u-flex-direction--column vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0" data-template="includes/benefit-hubs-links"> <h2 class="vads-u-margin-y--0 vads-u-font-size--h3" id="va-benefits">VA benefits</h2> <ul class="usa-unstyled-list" role="list"> <li class="vads-u-margin-y--2"> <p class="vads-u-margin--0"> <strong> <va-link href="/education" text="Education and training"> Education and training </va-link></strong> </p> <p class="vads-u-margin--0">Apply for and manage your GI Bill and other education benefits to help pay for college and cover expenses while you&#x2019;re training for a job.</p> </li> </ul> </section> </div> </div> </div> <!-- Need more help --> <div class="vads-u-background-color--gray-light-alt"> <div class="usa-grid usa-grid-full"> <div class="usa-width-three-fourths"> <div class="usa-content vads-u-padding-x--1 desktop-lg:vads-u-padding-x--0"> <section class="vads-u-display--flex vads-u-flex-direction--column vads-u-padding-y--2" data-template="paragraphs/contact_information"> <h2 class="vads-u-font-size--h3 vads-u-border-bottom--4px vads-u-border-color--primary vads-u-margin--0 vads-u-margin-y--1 vads-u-padding-bottom--1" id="need-more-help">Need more help?</h2> <ul class="usa-unstyled-list vads-u-display--flex vads-u-flex-direction--column" role="list"> <!-- Default contact --> <!-- Additional contact --> <!-- Benefit hub contacts --> <li class="vads-u-margin-top--1"> <strong>GI Bill Hotline: </strong> <a href="tel: 1-888-442-4551" rel="noreferrer noopener" id="b62c0dec55bbaa3ea566aed03551ad94"> 888-GIBILL-1 (888-442-4551) </a> </li> <li class="vads-u-margin-top--1"> <strong>Students Outside the U.S.: </strong> <a href="tel: 1-918-781-5678" rel="noreferrer noopener" id="a0680b78148ae00246ce3b563b9e0448"> +1-918-781-5678 </a> </li> <li class="vads-u-margin-top--1"> <strong>VA benefits hotline: </strong> <va-telephone contact="800-827-1000"> </va-telephone></li> <li class="vads-u-margin-top--1"> <strong>MyVA411 main information line: </strong> <va-telephone contact="800-698-2411"> </va-telephone></li> <li class="vads-u-margin-top--1"> <strong>Telecommunications Relay Services (using TTY) </strong> <a href="tel:1+711" rel="noreferrer noopener" id="59a20a0594489b96601909a9045a31f3"> TTY: 711 </a> </li> </ul> </section> </div> </div> </div> </div> <div class="usa-grid usa-grid-full"> <div class="usa-width-three-fourths"> <div class="usa-content"> <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="2024-04-22">April 22, 2024</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> </div> </div> </div> </main> </div> <!-- src url from https://docs.datadoghq.com/real_user_monitoring/browser/setup/#cdn-sync --> <script nonce="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" type="text/javascript" defer src="https://www.datadoghq-browser-agent.com/datadog-rum-v5.js"></script> <script nonce="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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: 10, // sessionReplaySampleRate: 20, 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV" 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="nykDXuk6LTCqvewL0RJ817M3MLOHw4PV"> (function() { document.getElementById('e9e3dae619439474ab69d90327723a93').addEventListener('click', function(event) { focusContent(event) }); document.getElementById('220d5b7c1a10b563b23d13a934676aa3').addEventListener('click', function(event) { recordEvent({ event: 'nav-crisis-header' }) }); document.getElementById('0f08ffc8fd1e2f03cf3958d4cfbeef2f').addEventListener('click', function(event) { recordEvent({ event: 'nav-jumplink-click' }); }); document.getElementById('3164c76696c6394e338e5e77db0eb34a').addEventListener('click', function(event) { recordEvent({ 'event': 'nav-page-tag-click', 'page-tag-click-label': 'All Veterans', 'page-tag-category-label': 'Audience' }); }); document.getElementById('rating-submit').addEventListener('click', function(event) { onRatingSubmit() }); document.getElementById('765ee5320dc9c4b5db68220fc4d888f7').addEventListener('click', function(event) { KAMPYLE_ONSITE_SDK.showForm('17') }); document.getElementById('b62c0dec55bbaa3ea566aed03551ad94').addEventListener('click', function(event) { recordEvent({ 'event': 'nav-linkslist', 'links-list-header': '888-GIBILL-1 (888-442-4551)', 'links-list-section-header': 'Need more help?' }) }); document.getElementById('a0680b78148ae00246ce3b563b9e0448').addEventListener('click', function(event) { recordEvent({ 'event': 'nav-linkslist', 'links-list-header': '+1-918-781-5678', 'links-list-section-header': 'Need more help?' }) }); document.getElementById('59a20a0594489b96601909a9045a31f3').addEventListener('click', function(event) { recordEvent({ 'event': 'nav-linkslist', 'links-list-header': 'TTY: 711', 'links-list-section-header': 'Need more help?' }) }); document.getElementById('mdFormButton').addEventListener('click', function(event) { KAMPYLE_ONSITE_SDK.showForm('17') }); })(); </script></body></html>

Pages: 1 2 3 4 5 6 7 8 9 10