{"id":49084,"date":"2026-02-16T17:53:49","date_gmt":"2026-02-16T22:53:49","guid":{"rendered":"https:\/\/gcmsnotesrequest.ca\/?post_type=knowledge-article&#038;p=49084"},"modified":"2026-03-16T14:03:56","modified_gmt":"2026-03-16T18:03:56","slug":"gcms-notes-sample","status":"publish","type":"knowledge-article","link":"https:\/\/gcmsnotesrequest.ca\/zh\/knowledge-article\/gcms-notes-sample\/","title":{"rendered":"GCMS Notes Sample"},"content":{"rendered":"\n<blockquote class=\"wp-block-quote has-text-link-3-background-color has-background is-layout-flow wp-block-quote-is-layout-flow\" style=\"border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px\">\n<p>A GCMS notes report is a multi-page PDF document that includes officer assessments, processing history, decision rationale, and status updates for your Canadian immigration application. The report organizes information into sections including applicant details, case notes, processing activities, and document checklists. Each entry carries a timestamp and identifies the officer or system that created it.<\/p>\n<\/blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">What Does a GCMS Notes Report Look Like?<\/h2>\n\n\n\n<p>IRCC delivers GCMS notes as a PDF document, typically ranging from 5 to 50+ pages depending on your application&#8217;s complexity and history. The government generates this report directly from its Global Case Management System, the internal database that manages all immigration applications in Canada.<\/p>\n\n\n\n<p>While the format stays consistent across all applications, the content varies based on your application type, how long it has been in process, and how many times officers have interacted with your file. To understand what GCMS notes are and why they matter, see our <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/everything-about-gcms-notes\/\">complete guide to GCMS notes<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Sample GCMS Notes Report<\/h2>\n\n\n<!--\n  GCMS Notes Sample Explorer v2 \u2014 Interactive Annotated Viewer\n  For: \/knowledge-article\/gcms-notes-sample\/\n  Implementation: Paste into WPCode snippet or Elementor HTML widget\n  CSS: All rules scoped under #gcms-sample-explorer for WordPress theme isolation\n  Scenario: Study Permit refusal (based on real GCMS document structure)\n  Note: data-cfasync=\"false\" on script tag for Cloudflare Rocket Loader\n-->\n<div id=\"gcms-sample-explorer\"><\/div>\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap');\n\n  #gcms-sample-explorer {\n    --gcms-primary: #655bd9;\n    --gcms-primary-light: #E6E7FF;\n    --gcms-primary-mid: #7d7ae8;\n    --gcms-bg: #f4f4f4;\n    --gcms-card: #FFFFFF;\n    --gcms-text: #000000;\n    --gcms-text-mid: #3a3a3a;\n    --gcms-text-light: #606060;\n    --gcms-border: #d4d4d8;\n    --gcms-font: 'Noto Sans', sans-serif;\n    --gcms-mono: 'IBM Plex Mono', 'Courier New', monospace;\n    --gcms-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);\n    --gcms-shadow-md: 0 4px 12px rgba(0,0,0,0.08);\n    --gcms-radius: 10px;\n    --gcms-doc-bg: #FFFFFF;\n    --gcms-doc-border: #b0b0b0;\n    --gcms-doc-header-bg: #e8e8e8;\n    --gcms-redact-bg: #1a1a1a;\n    --gcms-highlight: rgba(101,91,217,0.10);\n    --gcms-highlight-border: rgba(101,91,217,0.45);\n    max-width: 900px;\n    margin: 0 auto !important;\n    font-family: var(--gcms-font) !important;\n    color: var(--gcms-text) !important;\n    -webkit-font-smoothing: antialiased;\n    line-height: 1.5 !important;\n  }\n  #gcms-sample-explorer *, #gcms-sample-explorer *::before, #gcms-sample-explorer *::after {\n    box-sizing: border-box !important; margin: 0 !important; padding: 0 !important;\n  }\n\n  \/* --- Header --- *\/\n  #gcms-sample-explorer .gse-header { text-align: center !important; margin-bottom: 24px !important; }\n  #gcms-sample-explorer .gse-badge { display: inline-flex !important; align-items: center !important; gap: 6px !important; background: var(--gcms-primary-light) !important; padding: 5px 14px !important; border-radius: 20px !important; font-size: 12px !important; font-weight: 600 !important; color: var(--gcms-primary) !important; text-transform: uppercase !important; letter-spacing: 0.06em !important; margin-bottom: 14px !important; border: none !important; font-family: var(--gcms-font) !important; }\n  #gcms-sample-explorer .gse-title { font-size: 24px !important; font-weight: 700 !important; color: var(--gcms-text) !important; margin-bottom: 8px !important; line-height: 1.3 !important; font-family: var(--gcms-font) !important; }\n  #gcms-sample-explorer .gse-subtitle { font-size: 15px !important; color: var(--gcms-text-light) !important; line-height: 1.5 !important; font-family: var(--gcms-font) !important; }\n\n  \/* --- Instructions --- *\/\n  #gcms-sample-explorer .gse-instructions { display: flex !important; align-items: center !important; gap: 10px !important; background: var(--gcms-primary-light) !important; border: 1px solid rgba(101,91,217,0.2) !important; border-radius: 8px !important; padding: 12px 16px !important; margin-bottom: 20px !important; font-size: 15px !important; color: var(--gcms-primary) !important; font-weight: 500 !important; font-family: var(--gcms-font) !important; }\n  #gcms-sample-explorer .gse-instructions svg { flex-shrink: 0 !important; width: 20px !important; height: 20px !important; }\n\n  \/* --- Document --- *\/\n  #gcms-sample-explorer .gse-doc { background: var(--gcms-doc-bg) !important; border: 1px solid var(--gcms-doc-border) !important; border-radius: 4px !important; box-shadow: var(--gcms-shadow-md) !important; overflow: hidden !important; margin-bottom: 20px !important; }\n  #gcms-sample-explorer .gse-doc-topbar { background: var(--gcms-doc-header-bg) !important; border-bottom: 1px solid var(--gcms-doc-border) !important; padding: 8px 16px !important; display: flex !important; justify-content: space-between !important; align-items: center !important; font-family: var(--gcms-mono) !important; font-size: 11px !important; color: #666 !important; flex-wrap: wrap !important; gap: 4px !important; }\n  #gcms-sample-explorer .gse-doc-body { padding: 20px !important; font-family: var(--gcms-mono) !important; font-size: 12px !important; line-height: 1.7 !important; color: #1a1a1a !important; }\n\n  \/* --- Section (clickable) --- *\/\n  #gcms-sample-explorer .gse-section { border: 2px solid transparent !important; border-radius: 4px !important; padding: 10px 12px !important; margin-bottom: 4px !important; cursor: pointer !important; transition: border-color 0.2s, background 0.2s !important; position: relative !important; }\n  #gcms-sample-explorer .gse-section:hover { border-color: var(--gcms-highlight-border) !important; background: var(--gcms-highlight) !important; }\n  #gcms-sample-explorer .gse-section.active { border-color: var(--gcms-primary) !important; background: var(--gcms-highlight) !important; box-shadow: 0 0 0 1px var(--gcms-primary) !important; }\n\n  #gcms-sample-explorer .gse-section-label { position: absolute !important; top: -10px !important; right: 12px !important; background: var(--gcms-primary) !important; color: #fff !important; font-family: var(--gcms-font) !important; font-size: 10px !important; font-weight: 600 !important; padding: 2px 8px !important; border-radius: 4px !important; text-transform: uppercase !important; letter-spacing: 0.05em !important; opacity: 0 !important; transition: opacity 0.2s !important; pointer-events: none !important; }\n  #gcms-sample-explorer .gse-section:hover .gse-section-label, #gcms-sample-explorer .gse-section.active .gse-section-label { opacity: 1 !important; }\n\n  \/* --- Rows --- *\/\n  #gcms-sample-explorer .gse-row { display: flex !important; font-family: var(--gcms-mono) !important; }\n  #gcms-sample-explorer .gse-lbl { width: 220px !important; min-width: 220px !important; padding: 2px 8px 2px 0 !important; font-size: 11px !important; color: #333 !important; font-family: var(--gcms-mono) !important; }\n  #gcms-sample-explorer .gse-val { flex: 1 !important; padding: 2px 0 !important; font-size: 11px !important; color: #1a1a1a !important; font-family: var(--gcms-mono) !important; }\n  #gcms-sample-explorer .gse-val b { font-weight: 600 !important; }\n\n  \/* --- Section headings --- *\/\n  #gcms-sample-explorer .gse-sh { font-family: var(--gcms-mono) !important; font-size: 12px !important; font-weight: 600 !important; color: #000 !important; text-transform: uppercase !important; letter-spacing: 0.06em !important; margin-bottom: 4px !important; text-decoration: underline !important; }\n  #gcms-sample-explorer .gse-sh2 { font-family: var(--gcms-mono) !important; font-size: 11px !important; font-weight: 600 !important; color: #000 !important; text-transform: uppercase !important; margin-top: 8px !important; margin-bottom: 2px !important; }\n\n  \/* --- Text block --- *\/\n  #gcms-sample-explorer .gse-txt { font-family: var(--gcms-mono) !important; font-size: 11px !important; line-height: 1.7 !important; color: #1a1a1a !important; white-space: pre-wrap !important; word-wrap: break-word !important; }\n\n  \/* --- Redaction --- *\/\n  #gcms-sample-explorer .gse-redacted { background: var(--gcms-redact-bg) !important; color: var(--gcms-redact-bg) !important; padding: 1px 50px !important; font-size: 11px !important; display: inline-block !important; border-radius: 2px !important; }\n  #gcms-sample-explorer .gse-exempt { font-size: 10px !important; color: #888 !important; font-style: italic !important; font-family: var(--gcms-mono) !important; }\n\n  \/* --- Status colours --- *\/\n  #gcms-sample-explorer .st-pass { color: #16a34a !important; font-weight: 600 !important; }\n  #gcms-sample-explorer .st-prog { color: #d97706 !important; font-weight: 600 !important; }\n  #gcms-sample-explorer .st-fail { color: #dc2626 !important; font-weight: 600 !important; }\n\n  \/* --- Page marker --- *\/\n  #gcms-sample-explorer .gse-page { text-align: right !important; font-family: var(--gcms-mono) !important; font-size: 10px !important; color: #999 !important; padding: 4px 0 !important; border-top: 1px dashed #ccc !important; margin: 14px 0 8px 0 !important; }\n\n  \/* --- Explanation panel --- *\/\n  #gcms-sample-explorer .gse-explain { display: none; margin-bottom: 20px !important; animation: gseFadeIn 0.3s ease; }\n  #gcms-sample-explorer .gse-explain.visible { display: block !important; }\n  #gcms-sample-explorer .gse-explain-inner { background: var(--gcms-card) !important; border: 1.5px solid var(--gcms-primary) !important; border-radius: var(--gcms-radius) !important; padding: 20px !important; box-shadow: var(--gcms-shadow-md) !important; font-family: var(--gcms-font) !important; }\n  #gcms-sample-explorer .gse-explain-title { font-size: 16px !important; font-weight: 700 !important; color: var(--gcms-primary) !important; margin-bottom: 8px !important; font-family: var(--gcms-font) !important; }\n  #gcms-sample-explorer .gse-explain-body { font-size: 15px !important; color: var(--gcms-text-mid) !important; line-height: 1.65 !important; font-family: var(--gcms-font) !important; }\n  #gcms-sample-explorer .gse-explain-body p { margin-bottom: 10px !important; font-family: var(--gcms-font) !important; }\n  #gcms-sample-explorer .gse-explain-body p:last-child { margin-bottom: 0 !important; }\n  #gcms-sample-explorer .gse-explain-cta { display: inline-flex !important; align-items: center !important; gap: 6px !important; margin-top: 14px !important; padding: 10px 20px !important; background: var(--gcms-primary) !important; color: #fff !important; border-radius: 8px !important; font-size: 14px !important; font-weight: 600 !important; text-decoration: none !important; border: none !important; cursor: pointer !important; font-family: var(--gcms-font) !important; transition: background 0.2s !important; box-shadow: none !important; text-transform: none !important; letter-spacing: normal !important; }\n  #gcms-sample-explorer .gse-explain-cta:hover { background: var(--gcms-primary-mid) !important; color: #fff !important; text-decoration: none !important; }\n  #gcms-sample-explorer .gse-explain-cta svg { width: 14px !important; height: 14px !important; }\n\n  \/* --- Footer --- *\/\n  #gcms-sample-explorer .gse-footer { text-align: center !important; font-size: 15px !important; color: var(--gcms-text-light) !important; line-height: 1.5 !important; font-family: var(--gcms-font) !important; margin-top: 24px !important; }\n  #gcms-sample-explorer .gse-footer a { color: var(--gcms-primary) !important; text-decoration: underline !important; text-underline-offset: 2px !important; }\n\n  @media (max-width: 640px) {\n    #gcms-sample-explorer .gse-lbl { width: 150px !important; min-width: 150px !important; font-size: 10px !important; }\n    #gcms-sample-explorer .gse-val { font-size: 10px !important; }\n    #gcms-sample-explorer .gse-doc-body { padding: 12px !important; font-size: 10px !important; }\n    #gcms-sample-explorer .gse-section { padding: 8px !important; }\n    #gcms-sample-explorer .gse-txt { font-size: 10px !important; }\n  }\n  @keyframes gseFadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }\n<\/style>\n\n<script data-cfasync=\"false\">\n(function() {\n  'use strict';\n\n  var SECTIONS = [\n    {\n      id: 'application',\n      explainTitle: 'Application Header',\n      explain: '<p>This is the first thing you see in every GCMS file. It tells you the basics: when your application was received, which office is handling it, and whether your file is still open or closed.<\/p><p><strong>App Status: Closed<\/strong> with <strong>App Status Reason: Refused<\/strong> means a decision has been made and the application was denied. If it said \"Open \/ In Progress,\" it would mean the file is still being processed.<\/p><p>The <strong>Category: SP<\/strong> means Study Permit. <strong>Counterfoil Category: S-1<\/strong> is the visa sticker type that would have been printed if approved. <strong>Case Type: 30<\/strong> is an internal code for the application stream.<\/p><p>Fields like <strong>Available Funds<\/strong>, <strong>Province of Destination<\/strong>, and <strong>Stay\/Program dates<\/strong> are pulled directly from what you entered in your application form.<\/p>',\n      cta: { text: 'See your own application status', url: 'https:\/\/gcmsnotesrequest.ca\/order\/' }\n    },\n    {\n      id: 'biometrics',\n      explainTitle: 'Biometrics and RCMP Results',\n      explain: '<p>This section records your fingerprint and photo collection. <strong>Assessment: Complete<\/strong> and <strong>Info: Received - NRT<\/strong> (No Reportable Trace) means the RCMP searched your fingerprints and found no criminal records. This is a positive result.<\/p><p>The <strong>ENROLMENT<\/strong> block shows where your biometrics were captured (in this case, Lagos VFS VAC), when, and the quality of the prints. <strong>Fingerprint Quality: Good<\/strong> and <strong>FINGERPRINT EXCEPTIONS: 0<\/strong> means all fingers were successfully captured.<\/p><p>The <strong>RCMP RESULTS<\/strong> section shows your prints were checked against both CIBIDS (Canada\\'s immigration biometric database) and RCMP records. Both came back clean.<\/p>',\n      cta: null\n    },\n    {\n      id: 'studypermit',\n      explainTitle: 'Study Permit Details',\n      explain: '<p>This section only appears in study permit applications. It shows the school, program, and financial information from your application.<\/p><p><strong>DLI Name<\/strong> is your Designated Learning Institution. <strong>DLI Compliance Status: Compliant<\/strong> means the school is in good standing with IRCC, which is a requirement for study permits.<\/p><p><strong>Level of Study<\/strong>, <strong>Field of Study<\/strong>, <strong>Length of Study<\/strong>, and <strong>Tuition<\/strong> are all verified against your letter of acceptance. Officers check that these match what you submitted.<\/p><p><strong>Expenses Paid: Other<\/strong> with <strong>Other Description: MY UNCLE<\/strong> tells the officer that a third party is funding the studies. This is a flag that officers look at closely, as they need to confirm the sponsor has the funds and a genuine relationship with the applicant.<\/p>',\n      cta: null\n    },\n    {\n      id: 'assessments',\n      explainTitle: 'Assessments (The Core of Your File)',\n      explain: '<p>This is the most important section in any GCMS file. These fields summarize where every part of your application stands.<\/p><p><strong>Eligibility: Failed<\/strong> means the officer determined you did not meet the program requirements. For a study permit, this could involve finances, ties to home country, or purpose of study.<\/p><p><strong>Criminality: Passed - Bio<\/strong> means your fingerprints came back clean. <strong>Info Sharing: Complete<\/strong> means partner country checks finished. <strong>Security<\/strong> is blank here, meaning no security screening was triggered (common for straightforward TRV\/study permit applications).<\/p><p><strong>Final: Refused<\/strong> confirms the overall decision. When you see this, the detailed reasoning will be in the <strong>Refusal Grounds<\/strong> and <strong>Notes<\/strong> sections below.<\/p><p>Notice that many fields are blank (Medical, HIRV, Org Crime, Misrep). Blank does not mean \"failed\"; it means that check was not triggered or was not applicable for this type of application.<\/p>',\n      cta: { text: 'Want to see your assessment results?', url: 'https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2382' }\n    },\n    {\n      id: 'infosharing',\n      explainTitle: 'Info Sharing (Five Country Conference)',\n      explain: '<p>IRCC shares your information with partner countries (USA, UK, Australia, New Zealand) to verify identity and check for admissibility issues. You will see separate entries for biometric checks (fingerprint-based) and biographic checks (name and date of birth based).<\/p><p><strong>Status: NRT<\/strong> (No Reportable Trace) means no concerning records were found. This is the result you want to see.<\/p><p>Each partner country gets its own entry with fields like <strong>MATCHED RECORDS<\/strong>, <strong>REQUEST INFO<\/strong>, and <strong>RESPONSE INFO<\/strong>. Most of these will be blank when the result is NRT, meaning nothing was flagged.<\/p><p>Info Sharing can stay \"In Progress\" for weeks while other parts of your application have already been decided. In this file, it shows <strong>Complete<\/strong> because the application was finalized.<\/p>',\n      cta: { text: 'Want security screening details? Order CBSA notes', url: 'https:\/\/gcmsnotesrequest.ca\/?add-to-cart=2381' }\n    },\n    {\n      id: 'refusal',\n      explainTitle: 'Refusal Grounds',\n      explain: '<p>This section is only present when an application is refused. It contains the <strong>specific legal paragraphs<\/strong> the officer cited in the refusal decision. Each paragraph references a section of the Immigration and Refugee Protection Regulations (IRPR).<\/p><p>In this example, <strong>R216(1)(b)<\/strong> is cited twice: once as the intro paragraph (\"I am not satisfied that you will leave Canada at the end of your stay\") and once specifically for <strong>Assets<\/strong> (\"I am not satisfied that you have sufficient funds\").<\/p><p>These are the exact same grounds that appear in your refusal letter, but here you can see how they connect to the officer\\'s detailed reasoning in the Notes section. If you are re-applying after a refusal, this section tells you exactly which legal requirements you need to address.<\/p>',\n      cta: { text: 'Refused? See why, order your GCMS notes', url: 'https:\/\/gcmsnotesrequest.ca\/order\/' }\n    },\n    {\n      id: 'notes',\n      explainTitle: 'Officer Notes (The Full Story)',\n      explain: '<p>This is where the officer explains their thinking in their own words. It is the most valuable section for anyone who has been refused, because it goes far beyond the generic refusal letter.<\/p><p>In this example, the officer writes in detail: the applicant\\'s financial situation was questioned because the sponsor\\'s bank statements showed <strong>lump sum deposits and pre-existing low balances<\/strong>. The officer also noted <strong>insufficient documents to establish the relationship<\/strong> between the applicant and the uncle providing funds.<\/p><p>Notes are numbered from most recent (top) to oldest (bottom). Look at the <strong>Label<\/strong> field: \"Eligibility\" notes contain the decision reasoning, \"General\" notes contain system entries and administrative actions, and \"Adm\/Biometric\" notes record fingerprint capture.<\/p><p>The <strong>\"File processed with the assistance of Chinook 3+\"<\/strong> note means IRCC used a processing tool to organize the review. An officer still made the final decision.<\/p><p>If you are re-applying, this section tells you exactly what to fix. In this case: provide stronger proof of the sponsor\\'s relationship and financial stability, and show consistent bank balances rather than lump-sum deposits.<\/p>',\n      cta: { text: 'See what officers wrote about your application', url: 'https:\/\/gcmsnotesrequest.ca\/order\/' }\n    }\n  ];\n\n  var state = { active: null };\n  var root = document.getElementById('gcms-sample-explorer');\n\n  function R(label, value) {\n    return '<div class=\"gse-row\"><div class=\"gse-lbl\">' + label + '<\/div><div class=\"gse-val\">' + value + '<\/div><\/div>';\n  }\n\n  function render() {\n    var h = '';\n\n    \/\/ Header\n    h += '<div class=\"gse-header\">';\n    h += '<div class=\"gse-badge\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><rect x=\"2\" y=\"1\" width=\"10\" height=\"12\" rx=\"1.5\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M5 4H9M5 6.5H9M5 9H7.5\" stroke=\"currentColor\" stroke-width=\"1.1\" stroke-linecap=\"round\"\/><\/svg>Interactive Sample<\/div>';\n    h += '<h2 class=\"gse-title\">GCMS Notes Sample Explorer<\/h2>';\n    h += '<p class=\"gse-subtitle\">See what real GCMS notes look like. Click any highlighted section for a plain-English explanation of what it means.<\/p>';\n    h += '<\/div>';\n\n    h += '<div class=\"gse-instructions\"><svg viewBox=\"0 0 20 20\" fill=\"none\"><circle cx=\"10\" cy=\"10\" r=\"8\" stroke=\"currentColor\" stroke-width=\"1.5\"\/><path d=\"M10 6V10.5M10 13.5V13.4\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg>This is a simulated GCMS file based on the real format of a study permit application. All personal details are fictional. Click any highlighted section to learn what each part means.<\/div>';\n\n    h += '<div class=\"gse-doc\">';\n    h += '<div class=\"gse-doc-topbar\"><span>PROTECTED \"B\" \/ PROT\\u00c9G\\u00c9 \"B\"<\/span><span class=\"gse-exempt\">s.19(1)<\/span><\/div>';\n    h += '<div class=\"gse-doc-body\">';\n\n    \/\/ ============ APPLICATION (Page 1) ============\n    h += sec('application', [\n      '<div class=\"gse-sh\">APPLICATION: S306008058<\/div>',\n      R('Created Date:', '<b>2023\/06\/17<\/b>'),\n      R('Updated Date:', '<b>2023\/07\/06<\/b>'),\n      R('Primary Office:', '<b>RROC<\/b>'),\n      R('Secondary Office:', '<b>London<\/b>'),\n      R('App #:', '<b>S306008058<\/b>'),\n      R('App Status:', '<b class=\"st-fail\">Closed<\/b>'),\n      R('App Status Reason:', '<b class=\"st-fail\">Refused<\/b>'),\n      R('Rec\\'d Date:', '<b>2023\/06\/17<\/b>'),\n      R('Rec\\'d Via:', '<b>On-line<\/b>'),\n      R('Category:', '<b>SP<\/b>'),\n      R('NOC Version:', '<b>NOC 2021<\/b>'),\n      R('Counterfoil Category:', '<b>S-1<\/b>'),\n      R('Case Type:', '<b>30<\/b>'),\n      R('Restoration:', 'N'),\n      R('Correspond Lang:', '<b>English<\/b>'),\n      R('Cost Recovery:', '<b>Complete<\/b>'),\n      R('Restricted Notes:', 'N'),\n      R('High Profile:', 'N'),\n      R('Name:', '<b>KUMAR, ANISH RAJ<\/b>'),\n      R('DOB:', '<b>1999\/08\/14<\/b>'),\n      R('Travel Doc Expiry:', '<b>2029\/05\/20<\/b>'),\n      R('# of Entries:', '<b>MULTIPLE<\/b>'),\n      R('Province of Destination:', '<b>MB<\/b>'),\n      R('City of Destination:', '<b>Winnipeg<\/b>'),\n      R('Available Funds (CAD):', '<b>67000<\/b>'),\n      R('Stay\/Program - From Date:', '<b>2024\/01\/08<\/b>'),\n      R('Stay\/Program - To Date:', '<b>2028\/01\/28<\/b>'),\n      '<div style=\"margin-top:6px !important\" class=\"gse-txt\">Pre-Assessment Notes: <b>Meds not located at pre-assessment<\/b><\/div>',\n    ].join(''));\n    h += explain('application');\n\n    h += '<div class=\"gse-page\">Page 1<\/div>';\n\n    \/\/ ============ BIOMETRICS (Page 2) ============\n    h += sec('biometrics', [\n      '<div class=\"gse-sh2\">BIOMETRICS<\/div>',\n      R('IRCC #:', '<b>1000008105286<\/b>'),\n      R('Assessment:', '<b class=\"st-pass\">Complete<\/b>'),\n      R('Voluntary Re-enrolment:', 'N'),\n      R('Enrolment Class:', '<b>Full<\/b>'),\n      R('Info:', '<b class=\"st-pass\">Received - NRT<\/b>'),\n      '<div style=\"margin-top:8px !important\"><\/div>',\n      '<div class=\"gse-sh2\">ENROLMENT<\/div>',\n      R('Location:', '<b>Lagos VFS VAC<\/b>'),\n      R('Name:', 'NGLOS-VFS'),\n      R('Country:', 'Nigeria'),\n      R('Type:', '<b>VAC<\/b>'),\n      R('Date:', '06\/30\/2023 08:11:32'),\n      '<div style=\"margin-top:4px !important\"><\/div>',\n      R('Fingerprint Quality:', '<b>Good<\/b>'),\n      R('FINGERPRINT EXCEPTIONS:', '0'),\n      '<div style=\"margin-top:8px !important\"><\/div>',\n      '<div class=\"gse-sh2\">RCMP RESULTS<\/div>',\n      R('New IID:', 'Y'),\n      R('IID:', '500010115440'),\n      R('Source:', 'CIBIDS \/ RCMP'),\n      R('Status:', '<b class=\"st-pass\">Received - NRT<\/b>'),\n    ].join(''));\n    h += explain('biometrics');\n\n    \/\/ ============ STUDY PERMIT ============\n    h += sec('studypermit', [\n      '<div class=\"gse-sh2\">STUDY PERMIT<\/div>',\n      R('School:', '<b>Designated Learning Inst-MB<\/b>'),\n      R('DLI Name:', '<b>University of Manitoba<\/b>'),\n      R('DLI Compliance Status:', '<b class=\"st-pass\">Compliant<\/b>'),\n      R('Level of Study:', '<b>University - Bachelor\\'s Deg.<\/b>'),\n      R('Authorization Level:', 'Any Designated Post Secondary Institution'),\n      R('Field of Study:', '<b>Sciences, General<\/b>'),\n      R('Compliance Verification:', '<b>Required<\/b>'),\n      R('Year of Study:', '1'),\n      R('Length of Study:', '<b>4<\/b>'),\n      R('Tuition (CAD):', '<b>18700<\/b>'),\n      R('Room & Board (CAD):', ''),\n      R('Expenses Paid:', '<b>Other<\/b>'),\n      R('Other Description:', '<b>MY UNCLE<\/b>'),\n    ].join(''));\n    h += explain('studypermit');\n\n    h += '<div class=\"gse-page\">Page 2 - 3<\/div>';\n\n    \/\/ ============ ASSESSMENTS ============\n    h += sec('assessments', [\n      '<div class=\"gse-sh\">ASSESSMENTS<\/div>',\n      R('Eligibility:', '<b class=\"st-fail\">Failed<\/b>'),\n      R('Security:', ''),\n      R('HIRV:', ''),\n      R('Criminality:', '<b class=\"st-pass\">Passed - Bio<\/b>'),\n      R('Org Crime:', ''),\n      R('Medical:', ''),\n      R('Misrep:', ''),\n      R('Other Req:', ''),\n      R('Info Sharing:', '<b class=\"st-pass\">Complete<\/b>'),\n      R('Final:', '<b class=\"st-fail\">Refused<\/b>'),\n      R('Counterfoil Req:', 'Y'),\n    ].join(''));\n    h += explain('assessments');\n\n    \/\/ ============ INFO SHARING ============\n    h += sec('infosharing', [\n      '<div class=\"gse-sh\">INFO SHARING<\/div>',\n      '<div class=\"gse-sh2\">INFO SHARING: 1<\/div>',\n      R('Created Date:', '2023\/06\/17'),\n      R('Updated Date:', '2023\/06\/30'),\n      R('UCI #:', '1133893026'),\n      R('Family Name:', 'KUMAR'),\n      R('Given Name(s):', 'ANISH RAJ'),\n      R('Client\/Party:', 'PA'),\n      R('Type:', '<b>Biometric - FCC<\/b>'),\n      R('Partner:', '<b>USA<\/b>'),\n      R('Status:', '<b class=\"st-pass\">NRT<\/b>'),\n      R('Validity Date:', '2023\/09\/28'),\n      R('Status Updated Date:', '2023\/06\/30'),\n      R('Due Date:', '2023\/06\/18'),\n      R('Urgent:', 'N'),\n      '<div style=\"margin-top:4px !important\"><\/div>',\n      '<div class=\"gse-sh2\">MATCHED RECORDS<\/div>',\n      R('REQUEST INFO', ''),\n      R('Family Name:', ''),\n      R('DOB:', ''),\n      R('Travel Doc #:', ''),\n      '<div style=\"margin-top:6px !important\"><\/div>',\n      '<div class=\"gse-sh2\">INFO SHARING: 2<\/div>',\n      R('Type:', '<b>Biographic<\/b>'),\n      R('Partner:', '<b>USA<\/b>'),\n      R('Status:', '<b class=\"st-pass\">NRT<\/b>'),\n      R('Status Updated Date:', '2023\/06\/17'),\n    ].join(''));\n    h += explain('infosharing');\n\n    h += '<div class=\"gse-page\">Page 8<\/div>';\n\n    \/\/ ============ REFUSAL GROUNDS ============\n    h += sec('refusal', [\n      '<div class=\"gse-sh\">REFUSAL GROUNDS<\/div>',\n      '<div class=\"gse-sh2\">REFUSAL GROUNDS DETAILS: 1<\/div>',\n      R('Created Date:', '2017\/05\/24'),\n      R('Updated Date:', '2022\/06\/16'),\n      R('Refusal Grounds:', '<b>R216(1)(b) Intro Paragraph<\/b>'),\n      R('Print Sequence:', '1'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Description: <b>I am not satisfied that you will leave Canada at the end of your stay as required by paragraph R216(1)(b) of the IRPR. I am refusing your application because you have not established that you will leave Canada, based on the following factors:<\/b><\/div>',\n      '<div style=\"margin-top:10px !important\"><\/div>',\n      '<div class=\"gse-sh2\">REFUSAL GROUNDS DETAILS: 2<\/div>',\n      R('Refusal Grounds:', '<b>R216(1)(b) Assets<\/b>'),\n      R('Print Sequence:', '2'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Description: <b>R216(1)(b) Assets : I am not satisfied that you have sufficient funds, including income or assets, to carry out your stated purpose in coming to Canada or to maintain yourself while in Canada AND your assets and financial situation are insufficient to support the stated purpose of travel for yourself (and any accompanying family member(s), if applicable).<\/b><\/div>',\n    ].join(''));\n    h += explain('refusal');\n\n    h += '<div class=\"gse-page\">Page 9 - 10<\/div>';\n\n    \/\/ ============ NOTES ============\n    h += sec('notes', [\n      '<div class=\"gse-sh\">NOTES<\/div>',\n      '<div style=\"margin-top:6px !important\"><\/div>',\n      '<div class=\"gse-sh2\">NOTES: 1<\/div>',\n      R('Created Date:', '<b>2023\/07\/06<\/b>'),\n      R('Updated Date:', '2023\/07\/06'),\n      R('Restricted:', 'N'),\n      R('Label:', '<b>Eligibility<\/b>'),\n      R('Office:', '<b>RROC<\/b>'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Text: <b>I have reviewed the application.<\/b>\\n\\n<b>I have considered the following factors in my decision.<\/b>\\n\\n<b>The applicant\\'s assets and financial situation are insufficient to support the stated purpose of travel for the applicant (and any accompanying family member(s), if applicable).<\/b>\\n\\nProof of funds on file from third party (uncle). Insufficient supporting documents on file to establish relationship. Based on the documentation on file, and the limited information demonstrating nature of relationship between applicant and sponsor, I have concerns that third party funds would be sufficient and available for the proposed studies.\\n\\nSponsor\\'s bank statement shows lump sum deposits and pre-existing low balances. The presence of the lump-sum deposits does not satisfy me that the applicant will have access to the funds provided in support of the application, as their bank accounts demonstrate volatile balances and inconsistent income.\\n\\nWeighing the factors in this application. I am not satisfied that the applicant will depart Canada at the end of the period authorized for their stay.\\n\\n<b>For the reasons above, I have refused this application.<\/b><\/div>',\n      '<div style=\"margin-top:14px !important\"><\/div>',\n      '<div class=\"gse-sh2\">NOTES: 2<\/div>',\n      R('Created Date:', '2023\/07\/06'),\n      R('Label:', '<b>General<\/b>'),\n      R('Office:', 'RROC'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Text: Indicator: N\/A\\n\\nProcessing Priority Word Flag: N\/A<\/div>',\n      '<div style=\"margin-top:14px !important\"><\/div>',\n      '<div class=\"gse-sh2\">NOTES: 3<\/div>',\n      R('Created Date:', '2023\/07\/06'),\n      R('Label:', '<b>General<\/b>'),\n      R('Office:', 'RROC'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Text: <b>File processed with the assistance of Chinook 3+ \/ Dossier trait\\u00e9 \\u00e0 l\\'aide de Chinook 3+<\/b><\/div>',\n      '<div style=\"margin-top:14px !important\"><\/div>',\n      '<div class=\"gse-sh2\">NOTES: 4<\/div>',\n      R('Created Date:', '2023\/06\/30'),\n      R('Label:', '<b>Adm\/Biometric<\/b>'),\n      R('Office:', 'Lagos VFS VAC'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Text: 06\/30\/2023 12:11:32 0003712023063013O855 - Fingerprint:\\n<b>Best captured<\/b><\/div>',\n      '<div style=\"margin-top:14px !important\"><\/div>',\n      '<div class=\"gse-sh2\">NOTES: 5<\/div>',\n      R('Created Date:', '2023\/06\/19'),\n      R('Label:', '<b>General<\/b>'),\n      R('Office:', 'RROC'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Text: RROC Mission Support application pre-check completed. \/ CORR Soutien aux missions a compl\\u00e9t\\u00e9 le polissage de cette demande.<\/div>',\n      '<div style=\"margin-top:14px !important\"><\/div>',\n      '<div class=\"gse-sh2\">NOTES: 6<\/div>',\n      R('Created Date:', '2023\/06\/17'),\n      R('Label:', '<b>General<\/b>'),\n      R('Office:', 'GCMS-System'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Text: School in Canada \/ Nom de l\\'ecole au Canada: UNIVERSITY OF MANITOBA\\n Address of School \/ Adresse de l\\'\\u00e9cole: 424 UMSU UNIVERSITY CENTRE WINNIPEG, MANITOBA, Winnipeg \/ Winnipeg, MB \/ MB<\/div>',\n      '<div style=\"margin-top:14px !important\"><\/div>',\n      '<div class=\"gse-sh2\">NOTES: 7<\/div>',\n      R('Created Date:', '2023\/06\/17'),\n      R('Label:', 'General'),\n      R('Office:', 'GCMS-System'),\n      '<div class=\"gse-txt\" style=\"margin-top:4px !important\">Text: Signed By \/ Sign\\u00e9 Par: ANISH RAJ, KUMAR (6\/17\/2023)<\/div>',\n    ].join(''));\n    h += explain('notes');\n\n    h += '<\/div>'; \/\/ doc-body\n    h += '<\/div>'; \/\/ doc\n\n    \/\/ Footer\n    h += '<div class=\"gse-footer\">This is a simulated sample for educational purposes. All personal details are fictional. <a href=\"https:\/\/gcmsnotesrequest.ca\/order\/\" target=\"_blank\" rel=\"noopener noreferrer\">Order your own GCMS notes<\/a> to see your actual immigration file. For a detailed explanation of every code and abbreviation, see our <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-glossary-status-codes-and-what-they-mean\/\" target=\"_blank\" rel=\"noopener noreferrer\">GCMS glossary and status codes guide<\/a>.<\/div>';\n\n    root.innerHTML = h;\n    bindEvents();\n  }\n\n  function sec(id, inner) {\n    var isActive = state.active === id;\n    return '<div class=\"gse-section' + (isActive ? ' active' : '') + '\" data-section=\"' + id + '\"><span class=\"gse-section-label\">Click to learn<\/span>' + inner + '<\/div>';\n  }\n\n  function explain(id) {\n    var s = null;\n    for (var i = 0; i < SECTIONS.length; i++) { if (SECTIONS[i].id === id) { s = SECTIONS[i]; break; } }\n    if (!s) return '';\n    var vis = state.active === id;\n    var h = '<div class=\"gse-explain' + (vis ? ' visible' : '') + '\" data-explain=\"' + id + '\"><div class=\"gse-explain-inner\">';\n    h += '<div class=\"gse-explain-title\">' + s.explainTitle + '<\/div>';\n    h += '<div class=\"gse-explain-body\">' + s.explain + '<\/div>';\n    if (s.cta) {\n      h += '<a href=\"' + s.cta.url + '\" class=\"gse-explain-cta\" target=\"_blank\" rel=\"noopener noreferrer\">' + s.cta.text + ' <svg viewBox=\"0 0 14 14\" fill=\"none\"><path d=\"M3 7H11M11 7L7.5 3.5M11 7L7.5 10.5\" stroke=\"#fff\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg><\/a>';\n    }\n    h += '<\/div><\/div>';\n    return h;\n  }\n\n  function bindEvents() {\n    var secs = root.querySelectorAll('.gse-section');\n    for (var i = 0; i < secs.length; i++) {\n      secs[i].addEventListener('click', function(e) {\n        if (e.target.tagName === 'A') return;\n        var id = this.getAttribute('data-section');\n        state.active = state.active === id ? null : id;\n        render();\n        if (state.active === id) {\n          var el = root.querySelector('[data-explain=\"' + id + '\"]');\n          if (el) { setTimeout(function() { el.scrollIntoView({ behavior: 'smooth', block: 'nearest' }); }, 50); }\n        }\n      });\n    }\n  }\n\n  render();\n})();\n<\/script>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png\"><img fetchpriority=\"high\" decoding=\"async\" width=\"791\" height=\"1024\" src=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-791x1024.png\" alt=\"Sample of IRCC gcms notes\" class=\"wp-image-39250\" srcset=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-791x1024.png 791w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-232x300.png 232w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-768x994.png 768w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-1187x1536.png 1187w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-370x479.png 370w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-840x1087.png 840w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-410x531.png 410w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample-600x777.png 600w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png 1545w\" sizes=\"(max-width: 791px) 100vw, 791px\" \/><\/a><figcaption class=\"wp-element-caption\">An example of what GCMS Notes look like<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1.png\"><img decoding=\"async\" width=\"791\" height=\"1024\" src=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-791x1024.png\" alt=\"Sample of a GCMS notes of refused application\" class=\"wp-image-39251\" srcset=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-791x1024.png 791w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-232x300.png 232w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-768x994.png 768w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-1187x1536.png 1187w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-370x479.png 370w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-840x1087.png 840w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-410x531.png 410w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1-600x777.png 600w, https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample1.png 1545w\" sizes=\"(max-width: 791px) 100vw, 791px\" \/><\/a><figcaption class=\"wp-element-caption\">An example of GCMS Notes of a refused immigration application<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Key Sections in a GCMS Notes Report<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Applicant Information<\/h3>\n\n\n\n<p>This section contains your personal details as the system recorded them: full name, date of birth, UCI number, application number, and application type. It also shows the visa office handling your case and your application&#8217;s current status.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Case Notes (Officer Notes)<\/h3>\n\n\n\n<p>This is the most valuable section for most applicants. Case notes contain written assessments from immigration officers who reviewed your file. Each entry carries a date and may include observations about your documents, concerns about eligibility, interview notes, and processing decisions. Because officers frequently use abbreviations and internal codes, you may want to refer to our <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-glossary-status-codes-and-what-they-mean\/\">GCMS notes glossary<\/a> for help understanding them.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Processing Activities<\/h3>\n\n\n\n<p>This section presents a chronological log of every action taken on your file: when IRCC received your application, when it assigned your file to an officer, when it initiated background checks, and when it recorded decisions. As a result, this timeline helps you pinpoint exactly where delays occurred.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Document Checklist<\/h3>\n\n\n\n<p>The document checklist shows which supporting documents IRCC received, which ones it still requires, and whether any documents raised concerns. If IRCC refused your application due to insufficient documentation, this section reveals exactly what went missing or proved problematic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Security Screening Status<\/h3>\n\n\n\n<p>If you ordered CBSA GCMS notes or the bundle, this section displays the status of your background checks. Specifically, it indicates whether security screening has finished, remains in progress, or requires additional checks. For more on what CBSA notes contain, see our guide on <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/ircc-vs-cbsa-gcms-notes\/\">IRCC vs CBSA GCMS notes<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Will You Learn From Your GCMS Notes?<\/h2>\n\n\n\n<p>Your GCMS notes will tell you:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The current processing stage of your application<\/li>\n\n\n\n<li>What officers have assessed and any concerns they noted<\/li>\n\n\n\n<li>Whether IRCC received and reviewed all required documents<\/li>\n\n\n\n<li>The status of background and security checks<\/li>\n\n\n\n<li>The reason for a refusal, if IRCC declined your application<\/li>\n\n\n\n<li>Whether a decision is pending or already finalized<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Sample GCMS Notes by Visa Type<\/h2>\n\n\n\n<p>Although the format of GCMS notes stays consistent across all application types, the content of officer assessments differs based on what they evaluate. For example, study permit notes focus on acceptance letters, finances, and ties to your home country. In contrast, visitor visa notes focus on your purpose of visit and intent to return. Meanwhile, Express Entry notes focus on CRS score verification and eligibility assessment.<\/p>\n\n\n\n<p>See our visa-type specific guides for details on what to expect: <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-study-permit\/\">GCMS notes for study permit<\/a>, <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-for-visitor-visa\/\">GCMS notes for visitor visa<\/a>, <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-express-entry\/\">GCMS notes for Express Entry<\/a>, <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-pr-application\/\">GCMS notes for PR application<\/a>, <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-citizenship\/\">GCMS notes for citizenship<\/a>, <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-work-permit\/\">GCMS notes for work permit<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What a Refusal Looks Like in GCMS Notes<\/h2>\n\n\n\n<p>If IRCC refused your application, the case notes section will contain the officer&#8217;s reasoning. Unlike the generic refusal letter you receive from IRCC, GCMS notes reveal the specific factors the officer weighed. You will see which documents the officer considered insufficient, which eligibility concerns they flagged, and what ultimately led to the negative decision.<\/p>\n\n\n\n<p>This information proves essential for building a stronger reapplication. After reviewing your notes, you may want to read our guide on <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/what-to-do-after-receiving-your-gcms-notes\/\">what to do after receiving GCMS notes<\/a> for next steps.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Common Abbreviations in GCMS Notes<\/h2>\n\n\n\n<p>GCMS notes use internal abbreviations and codes throughout. Some common ones include PA (Principal Applicant), SA (Spouse\/Accompanying), BF (Background Check\/Filing), VO (Visa Office), and R10 (referring to Regulation 10 of IRPR for application completeness). For a full reference, visit our<a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-glossary-status-codes-and-what-they-mean\/\"> GCMS notes glossary with status codes and their meanings<\/a>.<\/p>\n\n\n<!--\n  GCMS Notes Glossary & Code Lookup Tool\n  For: Knowledge article page (e.g., embedded in the glossary\/how-to-read page)\n  Implementation: Paste into an Elementor HTML widget\n  CSS: All rules scoped under #gcms-glossary-tool for WordPress theme isolation\n-->\n<div id=\"gcms-glossary-tool\"><\/div>\n\n<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Noto+Sans:wght@400;500;600;700&display=swap');\n\n  #gcms-glossary-tool {\n    --gcms-primary: #655bd9;\n    --gcms-primary-light: #E6E7FF;\n    --gcms-primary-mid: #7d7ae8;\n    --gcms-bg: #f4f4f4;\n    --gcms-card: #FFFFFF;\n    --gcms-text: #000000;\n    --gcms-text-mid: #3a3a3a;\n    --gcms-text-light: #606060;\n    --gcms-border: #d4d4d8;\n    --gcms-border-hover: #b0b0b8;\n    --gcms-font: 'Noto Sans', sans-serif;\n    --gcms-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.04);\n    --gcms-radius: 10px;\n    max-width: 720px;\n    margin: 0 auto !important;\n    font-family: var(--gcms-font) !important;\n    color: var(--gcms-text) !important;\n    -webkit-font-smoothing: antialiased;\n    line-height: 1.5 !important;\nbackground-color: #f8f8f8;\n  padding: 70px;\n  border-radius: 20px;\n  }\n\n  #gcms-glossary-tool *,\n  #gcms-glossary-tool *::before,\n  #gcms-glossary-tool *::after {\n    box-sizing: border-box !important;\n    margin: 0 !important;\n    padding: 0 !important;\n    font-family: var(--gcms-font) !important;\n  }\n\n  \/* \u2500\u2500\u2500 Header \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-header {\n    text-align: center !important;\n    margin-bottom: 24px !important;\n  }\n\n  #gcms-glossary-tool .ggt-badge {\n    display: inline-flex !important;\n    align-items: center !important;\n    gap: 6px !important;\n    background: var(--gcms-primary-light) !important;\n    padding: 5px 14px !important;\n    border-radius: 20px !important;\n    font-size: 12px !important;\n    font-weight: 600 !important;\n    color: var(--gcms-primary) !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.06em !important;\n    margin-bottom: 14px !important;\n    border: none !important;\n  }\n\n  #gcms-glossary-tool .ggt-title {\n    font-size: 24px !important;\n    font-weight: 700 !important;\n    color: var(--gcms-text) !important;\n    margin-bottom: 8px !important;\n    line-height: 1.3 !important;\n  }\n\n  #gcms-glossary-tool .ggt-subtitle {\n    font-size: 15px !important;\n    color: var(--gcms-text-light) !important;\n    line-height: 1.5 !important;\n  }\n\n  \/* \u2500\u2500\u2500 Search \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-search-wrap {\n    position: relative !important;\n    margin-bottom: 16px !important;\n  }\n\n  #gcms-glossary-tool input.ggt-search {\n    width: 100% !important;\n    padding: 14px 18px 14px 46px !important;\n    font-size: 15px !important;\n    border: 1.5px solid var(--gcms-border) !important;\n    border-radius: var(--gcms-radius) !important;\n    background: var(--gcms-card) !important;\n    color: var(--gcms-text) !important;\n    outline: none !important;\n    transition: border-color 0.2s !important;\n    box-shadow: none !important;\n    -webkit-appearance: none !important;\n    line-height: 1.4 !important;\n  }\n\n  #gcms-glossary-tool input.ggt-search:focus {\n    border-color: var(--gcms-primary) !important;\n    box-shadow: 0 0 0 3px rgba(101,91,217,0.12) !important;\n  }\n\n  #gcms-glossary-tool input.ggt-search::placeholder {\n    color: #999 !important;\n  }\n\n  #gcms-glossary-tool .ggt-search-icon {\n    position: absolute !important;\n    left: 16px !important;\n    top: 50% !important;\n    transform: translateY(-50%) !important;\n    color: #999 !important;\n    pointer-events: none !important;\n  }\n\n  #gcms-glossary-tool .ggt-search-icon svg {\n    width: 18px !important;\n    height: 18px !important;\n  }\n\n  \/* \u2500\u2500\u2500 Filters \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-filters {\n    display: flex !important;\n    gap: 8px !important;\n    flex-wrap: wrap !important;\n    margin-bottom: 20px !important;\n  }\n\n  #gcms-glossary-tool button.ggt-filter {\n    padding: 7px 16px !important;\n    font-size: 15px !important;\n    font-weight: 500 !important;\n    border: 1.5px solid var(--gcms-border) !important;\n    border-radius: 20px !important;\n    background: var(--gcms-card) !important;\n    color: var(--gcms-text-mid) !important;\n    cursor: pointer !important;\n    transition: all 0.2s ease !important;\n    outline: none !important;\n    box-shadow: none !important;\n    text-transform: none !important;\n    letter-spacing: normal !important;\n    white-space: nowrap !important;\n  }\n\n  #gcms-glossary-tool button.ggt-filter:hover {\n    border-color: var(--gcms-border-hover) !important;\n    background: var(--gcms-bg) !important;\n  }\n\n  #gcms-glossary-tool button.ggt-filter.active {\n    background: var(--gcms-primary) !important;\n    color: #fff !important;\n    border-color: var(--gcms-primary) !important;\n  }\n\n  \/* \u2500\u2500\u2500 Results count \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-count {\n    font-size: 15px !important;\n    color: var(--gcms-text-light) !important;\n    margin-bottom: 16px !important;\n  }\n\n  \/* \u2500\u2500\u2500 Entry cards \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-entry {\n    background: var(--gcms-card) !important;\n    border: 1px solid var(--gcms-border) !important;\n    border-radius: var(--gcms-radius) !important;\n    padding: 18px 20px !important;\n    margin-bottom: 10px !important;\n    transition: border-color 0.2s !important;\n    cursor: pointer !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry:hover {\n    border-color: var(--gcms-border-hover) !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry.expanded {\n    border-color: var(--gcms-primary) !important;\n    box-shadow: 0 0 0 1px var(--gcms-primary) !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-header {\n    display: flex !important;\n    justify-content: space-between !important;\n    align-items: flex-start !important;\n    gap: 12px !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-code {\n    font-size: 16px !important;\n    font-weight: 700 !important;\n    color: var(--gcms-primary) !important;\n    line-height: 1.3 !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-name {\n    font-size: 15px !important;\n    color: var(--gcms-text-mid) !important;\n    margin-top: 2px !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-cat {\n    font-size: 12px !important;\n    font-weight: 600 !important;\n    color: var(--gcms-primary) !important;\n    background: var(--gcms-primary-light) !important;\n    padding: 3px 10px !important;\n    border-radius: 12px !important;\n    white-space: nowrap !important;\n    flex-shrink: 0 !important;\n    text-transform: uppercase !important;\n    letter-spacing: 0.04em !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-detail {\n    display: none;\n    margin-top: 14px !important;\n    padding-top: 14px !important;\n    border-top: 1px solid var(--gcms-border) !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry.expanded .ggt-entry-detail {\n    display: block !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-desc {\n    font-size: 15px !important;\n    color: var(--gcms-text-mid) !important;\n    line-height: 1.6 !important;\n    margin-bottom: 10px !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-example {\n    font-size: 15px !important;\n    color: var(--gcms-text-light) !important;\n    background: var(--gcms-bg) !important;\n    padding: 10px 14px !important;\n    border-radius: 8px !important;\n    line-height: 1.5 !important;\n    border-left: 3px solid var(--gcms-primary-mid) !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry-example strong {\n    color: var(--gcms-text-mid) !important;\n    font-weight: 600 !important;\n  }\n\n  \/* \u2500\u2500\u2500 No results \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-no-results {\n    text-align: center !important;\n    padding: 40px 20px !important;\n    color: var(--gcms-text-light) !important;\n    font-size: 15px !important;\n  }\n\n  #gcms-glossary-tool .ggt-no-results-icon {\n    font-size: 32px !important;\n    margin-bottom: 12px !important;\n    opacity: 0.5 !important;\n  }\n\n  \/* \u2500\u2500\u2500 Footer \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-footer {\n    text-align: center !important;\n    margin-top: 20px !important;\n    font-size: 15px !important;\n    color: var(--gcms-text-light) !important;\n    line-height: 1.5 !important;\n  }\n\n  #gcms-glossary-tool .ggt-footer a {\n    color: var(--gcms-primary) !important;\n    text-decoration: underline !important;\n    text-underline-offset: 2px !important;\n  }\n\n  \/* \u2500\u2500\u2500 Chevron \u2500\u2500\u2500 *\/\n  #gcms-glossary-tool .ggt-chevron {\n    transition: transform 0.2s ease !important;\n    flex-shrink: 0 !important;\n    color: var(--gcms-text-light) !important;\n  }\n\n  #gcms-glossary-tool .ggt-entry.expanded .ggt-chevron {\n    transform: rotate(180deg) !important;\n  }\n<\/style>\n\n<script>\n(function() {\n  'use strict';\n\n  \/\/ \u2500\u2500\u2500 Glossary Data \u2500\u2500\u2500\n  \/\/ Categories: acronym, status, field, assessment, process, document\n  var DATA = [\n    \/\/ \u2500\u2500 Acronyms \u2500\u2500\n    { code: 'A11.2', name: 'IRPR Section 11.2', cat: 'acronym', desc: 'A rule that checks whether your Express Entry CRS points are valid both at the time you received the Invitation to Apply (ITA) and when you submitted your e-APR. \"A11.2 met\" means the officer confirmed your points hold up at both stages.', example: 'You may see: \"A11.2 met\" in an EE Eligibility note, meaning your CRS score was verified.' },\n    { code: 'ADR', name: 'Additional Document Requirement', cat: 'acronym', desc: 'A flag indicating IRCC needs more documents from you before processing can continue.', example: '' },\n    { code: 'AFU', name: 'Anti-Fraud Unit', cat: 'acronym', desc: 'An internal IRCC unit that verifies applicant claims such as employment history, family relationships, or education credentials.', example: '' },\n    { code: 'AIP', name: 'Approval in Principle', cat: 'acronym', desc: 'A preliminary approval indicating your application meets initial requirements, but final checks (medicals, security) are still pending.', example: '' },\n    { code: 'AL', name: 'Authorization Letter', cat: 'acronym', desc: 'A letter issued by IRCC granting authorization, often related to work or study permits.', example: '' },\n    { code: 'AOR', name: 'Acknowledgement of Receipt', cat: 'acronym', desc: 'Confirmation that IRCC received your application. This is the first status update most applicants see.', example: '' },\n    { code: 'ATIP', name: 'Access to Information and Privacy', cat: 'acronym', desc: 'The federal law under which GCMS notes are requested. All GCMS note requests are ATIP requests.', example: '' },\n    { code: 'BDEC', name: 'Background Decision', cat: 'acronym', desc: 'An internal decision code related to background checks.', example: '' },\n    { code: 'BELA', name: 'Batch Email and Letter Application', cat: 'acronym', desc: 'An IRCC system used by visa officers to send bulk messages or letters to applicants.', example: '' },\n    { code: 'BGC', name: 'Background Check', cat: 'acronym', desc: 'A general term covering criminality, security, and info-sharing checks that confirm you are admissible to Canada.', example: '' },\n    { code: 'BIL', name: 'Biometrics Instruction Letter', cat: 'acronym', desc: 'A letter from IRCC instructing you to provide fingerprints and a photo at a designated location.', example: '' },\n    { code: 'CAIPS', name: 'Computer Assisted Immigration Processing System', cat: 'acronym', desc: 'The predecessor to GCMS. Some applicants and older resources still refer to \"CAIPS notes,\" but they mean the same thing as GCMS notes from IRCC.', example: '' },\n    { code: 'CBSA', name: 'Canada Border Services Agency', cat: 'acronym', desc: 'The agency responsible for border security, admissibility checks, and security screening. CBSA GCMS notes contain security and travel history information separate from IRCC.', example: '' },\n    { code: 'CEC', name: 'Canadian Experience Class', cat: 'acronym', desc: 'An Express Entry immigration stream for applicants with Canadian work experience.', example: '' },\n    { code: 'CIBIDS', name: 'Canadian Immigration Biometric Identification System', cat: 'acronym', desc: 'The system that stores and matches biometric data (fingerprints and photos) collected from immigration applicants.', example: '' },\n    { code: 'CMAU', name: 'Centralized Medical Admissibility Unit', cat: 'acronym', desc: 'The IRCC unit that reviews and processes medical examination results submitted by panel physicians.', example: '' },\n    { code: 'CoPR \/ eCoPR', name: 'Confirmation of Permanent Residence', cat: 'document', desc: 'The document issued to approved permanent residence applicants. eCoPR is the electronic version. You will see this in the Document Issuance section of your GCMS notes when your PR application is approved.', example: 'You may see: \"eCoPR issued\" in the Document Issuance block after Final: Approved.' },\n    { code: 'CPC', name: 'Case Processing Centre', cat: 'acronym', desc: 'An IRCC office that processes applications. CPC-Ottawa handles many PR applications centrally.', example: '' },\n    { code: 'CRS', name: 'Comprehensive Ranking System', cat: 'acronym', desc: 'The points-based system used to rank Express Entry candidates. Your CRS score is recorded in GCMS at ITA and e-APR stages.', example: '' },\n    { code: 'C-check', name: 'Comprehensive Security Check', cat: 'process', desc: 'A request sent to the security screening unit for a deeper background review. When you see \"C-check submitted\" in your notes, it means your file was referred for security screening. There is no fixed timeline for completion.', example: 'You may see: Notes entry saying \"C-check submitted for PA\" with Security: In Progress.' },\n    { code: 'Chinook 3+', name: 'IRCC Processing Interface', cat: 'process', desc: 'An internal IRCC tool used to organize, batch, and triage application reviews. A note mentioning Chinook does not mean an automated decision was made. An officer still reviews and signs off.', example: 'You may see: \"File processed with the assistance of Chinook 3+\".' },\n    { code: 'DM', name: 'Decision Made', cat: 'acronym', desc: 'A status indicating a decision has been made on your application. Check the Final field and Notes for whether it was approved or refused.', example: '' },\n    { code: 'ECAS', name: 'Electronic Client Application Status', cat: 'acronym', desc: 'IRCC\\'s online system where applicants can check basic status updates. GCMS notes provide far more detail than ECAS.', example: '' },\n    { code: 'EE', name: 'Express Entry', cat: 'acronym', desc: 'Canada\\'s online immigration application system for skilled workers. Manages applications under FSW, CEC, and FST programs.', example: '' },\n    { code: 'FCC', name: 'Five Country Conference', cat: 'acronym', desc: 'An info-sharing arrangement between Canada, the USA, UK, Australia, and New Zealand. These countries share immigration and security information. FCC lines appear under Info Sharing in your notes.', example: 'You may see: Info Sharing entries with Partner values like \"USA\", \"GBR\", \"AUS\", \"NZL\".' },\n    { code: 'FOSS', name: 'Field Operations Support System', cat: 'acronym', desc: 'A legacy IRCC database. Occasionally referenced in older GCMS entries.', example: '' },\n    { code: 'FST', name: 'Federal Skilled Trades', cat: 'acronym', desc: 'An Express Entry stream for applicants with experience in skilled trades.', example: '' },\n    { code: 'FSW', name: 'Federal Skilled Worker', cat: 'acronym', desc: 'An Express Entry stream for skilled workers with foreign work experience. The most common Express Entry program.', example: '' },\n    { code: 'H&C', name: 'Humanitarian and Compassionate', cat: 'acronym', desc: 'A type of application or consideration based on humanitarian and compassionate grounds when standard eligibility is not met.', example: '' },\n    { code: 'HIRV', name: 'Human or International Rights Violation', cat: 'field', desc: 'An assessment field in GCMS that flags potential involvement in human rights violations. Often blank for most applicants.', example: '' },\n    { code: 'IME', name: 'Immigration Medical Exam', cat: 'acronym', desc: 'The medical examination conducted by an IRCC-designated panel physician. Results are submitted directly to IRCC and appear in the Medical assessment field.', example: '' },\n    { code: 'IRCC', name: 'Immigration, Refugees and Citizenship Canada', cat: 'acronym', desc: 'The Canadian government department that processes immigration, refugee, and citizenship applications. IRCC GCMS notes contain officer assessments, eligibility reviews, and processing history.', example: '' },\n    { code: 'ITA', name: 'Invitation to Apply', cat: 'acronym', desc: 'An invitation issued to Express Entry candidates to submit a full permanent residence application. Your CRS score at ITA is recorded in GCMS.', example: '' },\n    { code: 'LMIA', name: 'Labour Market Impact Assessment', cat: 'acronym', desc: 'A document from Employment and Social Development Canada that an employer needs before hiring a foreign worker. LMIA numbers are validated in work permit GCMS notes.', example: '' },\n    { code: 'LOE', name: 'Letter of Explanation', cat: 'acronym', desc: 'A document you provide to explain discrepancies, gaps, or unusual circumstances in your application.', example: '' },\n    { code: 'NOC', name: 'National Occupational Classification', cat: 'acronym', desc: 'The system used to classify jobs in Canada. Your claimed NOC code is verified against your duties in the eligibility review. NOC 2021 is the current version.', example: 'You may see: Officer notes referencing \"NOC 2021\" and verifying job duties match.' },\n    { code: 'NRT', name: 'No Reportable Trace', cat: 'status', desc: 'A response from a partner agency (RCMP, FCC) indicating no concerning records were found in their systems. This is a positive result.', example: 'You may see: \"Biometrics \\u2013 RCMP: Received \\u2013 NRT\" meaning fingerprint search came back clean.' },\n    { code: 'OGD', name: 'Other Government Department', cat: 'acronym', desc: 'Biometrics captured at a location other than a VAC, such as a Service Canada office or Passport Office.', example: '' },\n    { code: 'PA', name: 'Principal Applicant', cat: 'acronym', desc: 'The main applicant in an immigration application. In family applications, dependents are listed separately as \"DEP\".', example: '' },\n    { code: 'PFL', name: 'Procedural Fairness Letter', cat: 'process', desc: 'A letter from IRCC giving you a chance to respond to concerns before a refusal decision is made. PFLs have a deadline, usually 7 to 30 days. Missing the deadline can result in refusal.', example: 'You may see: \"PFL sent. Client has 7 days to provide a response.\" This requires immediate action.' },\n    { code: 'PNP', name: 'Provincial Nominee Program', cat: 'acronym', desc: 'A program where Canadian provinces and territories nominate individuals for permanent residence based on local labour market needs.', example: '' },\n    { code: 'PPR', name: 'Passport Request', cat: 'process', desc: 'A request from IRCC asking you to submit your passport so a visa can be stamped or issued. This typically means your application has been approved.', example: '' },\n    { code: 'PReVU', name: 'Pre-verification Utility', cat: 'process', desc: 'An internal IRCC tool used to cross-check identity and documents. It is a verification step, not a decision.', example: '' },\n    { code: 'R10', name: 'Completeness Check', cat: 'process', desc: 'The initial check where IRCC confirms all required forms, fees, and documents are present before processing begins. Your GCMS notes are only available after R10 is passed.', example: '' },\n    { code: 'R87.1', name: 'IRPR Section 87.1', cat: 'acronym', desc: 'The regulation that sets minimum requirements for the Canadian Experience Class (CEC) program.', example: '' },\n    { code: 'RPRF', name: 'Right of Permanent Residence Fee', cat: 'acronym', desc: 'The fee paid for permanent residence. \"RPRF: Complete\" in your notes means the fee has been paid.', example: '' },\n    { code: 'TFW', name: 'Temporary Foreign Worker', cat: 'acronym', desc: 'A subcategory tag that appears in some PR files when the applicant held a work permit.', example: '' },\n    { code: 'TRV', name: 'Temporary Resident Visa', cat: 'acronym', desc: 'A visitor visa. TRV applications are assessed for purpose of travel, ties to home country, financial capacity, and immigration history.', example: '' },\n    { code: 'UCI', name: 'Unique Client Identifier', cat: 'field', desc: 'Your permanent client number in the IRCC system. An 8 or 10 digit number that identifies you across all applications. Each person in a family application has their own UCI.', example: '' },\n    { code: 'UGI \/ Party ID', name: 'Unique GCMS ID', cat: 'field', desc: 'An internal identifier for a person or party in the GCMS system.', example: '' },\n    { code: 'VAC', name: 'Visa Application Centre', cat: 'acronym', desc: 'A designated location where you provide biometrics (fingerprints and photo). VAC locations are operated by third parties on behalf of IRCC.', example: '' },\n    { code: 'V-1', name: 'Visitor Visa Counterfoil', cat: 'document', desc: 'The category code for a visitor visa counterfoil (sticker) placed in your passport. Appears in the Document Issuance section when a visitor visa is approved.', example: '' },\n\n    \/\/ \u2500\u2500 Status Codes \u2500\u2500\n    { code: 'In Progress', name: 'Application or assessment is actively being processed', cat: 'status', desc: 'Indicates that work is underway on this part of your application. This is not a refusal signal. Multiple assessment fields can show \"In Progress\" simultaneously because checks run in parallel.', example: 'You may see: \"Security: In Progress\" while \"Eligibility: Passed\". This is normal and does not require action.' },\n    { code: 'Passed', name: 'Assessment completed with a positive result', cat: 'status', desc: 'The check or assessment was completed and no issues were found. Specific variants include \"Passed \\u2013 Bio\" (fingerprints cleared) and just \"Passed\" (general clearance).', example: 'You may see: \"Criminality: Passed \\u2013 Bio\" meaning fingerprints were searched and came back clean.' },\n    { code: 'Passed \\u2013 Bio', name: 'Biometric check cleared', cat: 'status', desc: 'Your fingerprint search through the RCMP returned no reportable trace. This supports the Criminality assessment passing.', example: '' },\n    { code: 'Review Required', name: 'Officer needs to take a closer look', cat: 'status', desc: 'An analyst or system could not fully confirm something from your documents, so it has been flagged for an officer to review more closely. This is not a refusal. It is a request for a closer look.', example: 'You may see: \"Eligibility: Review Required\" with a note saying \"duties not verified for NOC\".' },\n    { code: 'Not Started', name: 'Assessment has not begun', cat: 'status', desc: 'This check has not been initiated yet. Common early in processing before all assessments are triggered.', example: '' },\n    { code: 'Met', name: 'Requirements met', cat: 'status', desc: 'You meet the requirements for this assessment. Similar to \"Passed\" but used in specific eligibility contexts.', example: '' },\n    { code: 'Complete', name: 'Check finished', cat: 'status', desc: 'The check is finished. In the context of Info Sharing, \"Complete\" means partner responses have been received.', example: '' },\n    { code: 'Complete \\u2013 Not Reviewed', name: 'Response received but not yet reviewed by officer', cat: 'status', desc: 'A partner system sent a response and GCMS logged it, but an officer or automated check has not yet marked it as reviewed. The high-level status may still show \"In Progress\" until review is done.', example: '' },\n    { code: 'Ready to be Assessed', name: 'Queued for officer review', cat: 'status', desc: 'A response or check result is in the queue waiting for an officer to review it. No action required from you.', example: '' },\n    { code: 'No Fingerprints', name: 'Partner country had no fingerprints on file', cat: 'status', desc: 'The partner country in the Five Country Conference did not have your fingerprints, so only your name and date of birth were checked. Common if you have never given prints in that country.', example: '' },\n    { code: 'Cancelled', name: 'Entry was replaced or withdrawn', cat: 'status', desc: 'A previous entry was cancelled and replaced with a new one. In the Security field, a \"Cancelled\" entry followed by a new \"In Progress\" entry usually means the original referral was replaced with a corrected one. This is not a negative decision.', example: '' },\n    { code: 'Approved', name: 'Application approved', cat: 'status', desc: 'Your application has been approved. This appears in the Final field and in App Status Reason. Check Document Issuance for visa or eCoPR details.', example: '' },\n    { code: 'Refused', name: 'Application refused', cat: 'status', desc: 'Your application was refused. Check the officer Notes section and the refusal letter for detailed reasons. The Notes section contains the officer\\u2019s reasoning.', example: '' },\n    { code: 'Received \\u2013 NRT', name: 'RCMP search returned no trace', cat: 'status', desc: 'Your fingerprints were searched through the RCMP database and returned No Reportable Trace. This is a clean result that supports Criminality passing.', example: '' },\n    { code: 'Received \\u2013 IMM', name: 'RCMP matched to immigration records only', cat: 'status', desc: 'Your prints matched existing immigration records only (not criminal). This is a normal result and is not a concern.', example: '' },\n\n    \/\/ \u2500\u2500 Fields \u2500\u2500\n    { code: 'App Status', name: 'Application Status', cat: 'field', desc: 'Whether your file is active or closed. Values are \"Open\" (still being processed) or \"Closed\" (decision made). Always check App Status Reason for context.', example: '' },\n    { code: 'App Status Reason', name: 'Reason for application status', cat: 'field', desc: 'A short reason paired with App Status. Common values: \"In Progress\" (still processing), \"Approved\" (accepted), \"Refused\" (denied). For the detailed reasoning, check the officer Notes section.', example: '' },\n    { code: 'Eligibility', name: 'Program eligibility assessment', cat: 'assessment', desc: 'Whether you meet the rules for your specific program. For visitor visas, this covers purpose of travel, ties, and funds. For Express Entry, it covers CRS points, NOC duties, education, and work experience. Values: Passed, Review Required, Met, Not Started.', example: '' },\n    { code: 'Criminality', name: 'Criminal background check', cat: 'assessment', desc: 'RCMP and police certificate checks. \"Passed \\u2013 Bio\" means biometrics search came back clean. If police certificates are unreadable or expired, IRCC will request new ones.', example: '' },\n    { code: 'Medical', name: 'Medical examination assessment', cat: 'assessment', desc: 'The result of your immigration medical exam. \"Passed\" means a panel physician submitted results and IRCC accepted them. Medical results have a validity date; if processing takes too long, you may be asked to redo the exam.', example: '' },\n    { code: 'Info Sharing', name: 'Five Country Conference checks', cat: 'assessment', desc: 'IRCC checks with partner countries (USA, UK, Australia, New Zealand) to confirm identity and flag admissibility issues. This often stays \"In Progress\" for weeks and can continue after other assessments have passed. That is normal.', example: '' },\n    { code: 'Security', name: 'Security screening assessment', cat: 'assessment', desc: 'A deeper background check that usually starts after eligibility looks good. Conducted by CBSA or CSIS. \"In Progress\" after a \"C-check submitted\" note means your file was sent to the screening unit. There is no set timeline and nothing to upload unless IRCC contacts you.', example: '' },\n    { code: 'Final', name: 'Final decision', cat: 'assessment', desc: 'The overall decision on your application. Values: Approved, Refused, Not Started. Once all assessments clear, \"Final: Approved\" appears, followed by document issuance.', example: '' },\n    { code: 'RPRF Status', name: 'Right of Permanent Residence Fee status', cat: 'field', desc: '\"Complete\" means the PR fee has been paid. This field appears in permanent residence applications only.', example: '' },\n    { code: 'Cost Recovery', name: 'Application fee status', cat: 'field', desc: '\"Complete\" means your application fees have been received and processed.', example: '' },\n    { code: 'Document Issuance', name: 'Visa or document printing details', cat: 'field', desc: 'Contains details about the visa counterfoil, eCoPR, or other documents issued after approval. Includes validity dates, number of entries, and print queue information.', example: '' },\n\n    \/\/ \u2500\u2500 Note Labels \u2500\u2500\n    { code: 'EE Eligibility', name: 'Express Entry Eligibility Note', cat: 'process', desc: 'A note label used by officers or analysts reviewing Express Entry eligibility. These notes contain the clearest reasoning about whether your CRS points, work experience, and NOC duties were verified.', example: 'You may see: \"EE Eligibility: A11.2 met, Eligibility passed\" or \"Review Required due to duties not verified\".' },\n    { code: 'Case Analyst', name: 'Case Analyst Note', cat: 'process', desc: 'Notes from an IRCC case analyst who reviews applications before an officer makes a final decision. Analysts can recommend a result, but the officer finalizes it.', example: '' },\n    { code: 'Adm\/Security', name: 'Admissibility and Security Note', cat: 'process', desc: 'Notes related to security referrals and admissibility checks. These often include \"DO NOT DISCLOSE\" markers, which are internal routing notes about security requests.', example: '' },\n    { code: 'General', name: 'General Note', cat: 'process', desc: 'A catch-all label for contact centre tickets, triage actions, system entries, PFL instructions, or other administrative notes.', example: '' },\n    { code: 'Client Enquiry', name: 'Client Enquiry Note', cat: 'process', desc: 'Notes recording when you or your representative contacted IRCC, and any response or action taken.', example: '' }\n  ];\n\n  var CATEGORIES = {\n    all: 'All',\n    acronym: 'Acronyms',\n    status: 'Status Codes',\n    field: 'Fields',\n    assessment: 'Assessments',\n    process: 'Process',\n    document: 'Documents'\n  };\n\n  var state = { query: '', cat: 'all', expanded: null };\n  var root = document.getElementById('gcms-glossary-tool');\n\n  function filter() {\n    var q = state.query.toLowerCase().trim();\n    return DATA.filter(function(d) {\n      if (state.cat !== 'all' && d.cat !== state.cat) return false;\n      if (!q) return true;\n      return d.code.toLowerCase().indexOf(q) !== -1 ||\n             d.name.toLowerCase().indexOf(q) !== -1 ||\n             d.desc.toLowerCase().indexOf(q) !== -1;\n    });\n  }\n\n  function render() {\n    var results = filter();\n    var html = '';\n\n    \/\/ Header\n    html += '<div class=\"ggt-header\">';\n    html += '<div class=\"ggt-badge\"><svg width=\"14\" height=\"14\" viewBox=\"0 0 14 14\" fill=\"none\"><circle cx=\"7\" cy=\"7\" r=\"5.5\" stroke=\"currentColor\" stroke-width=\"1.2\"\/><path d=\"M7 5V7.5M7 9.5V9.4\" stroke=\"currentColor\" stroke-width=\"1.3\" stroke-linecap=\"round\"\/><\/svg>Reference Tool<\/div>';\n    html += '<h2 class=\"ggt-title\">GCMS Notes Glossary & Code Lookup<\/h2>';\n    html += '<p class=\"ggt-subtitle\">Search for any status code, acronym, or field from your GCMS notes to understand what it means.<\/p>';\n    html += '<\/div>';\n\n    \/\/ Search\n    html += '<div class=\"ggt-search-wrap\">';\n    html += '<span class=\"ggt-search-icon\"><svg viewBox=\"0 0 18 18\" fill=\"none\"><circle cx=\"7.5\" cy=\"7.5\" r=\"5.5\" stroke=\"currentColor\" stroke-width=\"1.5\"\/><path d=\"M12 12L16 16\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"\/><\/svg><\/span>';\n    html += '<input type=\"text\" class=\"ggt-search\" placeholder=\"Search codes, acronyms, or terms\\u2026\" value=\"' + state.query.replace(\/\"\/g, '&quot;') + '\" \/>';\n    html += '<\/div>';\n\n    \/\/ Filters\n    html += '<div class=\"ggt-filters\">';\n    var catKeys = Object.keys(CATEGORIES);\n    for (var i = 0; i < catKeys.length; i++) {\n      var k = catKeys[i];\n      html += '<button class=\"ggt-filter' + (state.cat === k ? ' active' : '') + '\" data-cat=\"' + k + '\">' + CATEGORIES[k] + '<\/button>';\n    }\n    html += '<\/div>';\n\n    \/\/ Count\n    html += '<div class=\"ggt-count\">' + results.length + ' result' + (results.length !== 1 ? 's' : '') + (state.query ? ' for \"' + state.query.replace(\/<\/g,'&lt;') + '\"' : '') + '<\/div>';\n\n    \/\/ Results\n    if (results.length === 0) {\n      html += '<div class=\"ggt-no-results\"><div class=\"ggt-no-results-icon\">\\uD83D\\uDD0D<\/div>No matching codes or terms found.<br>Try a different search term or clear filters.<\/div>';\n    } else {\n      for (var j = 0; j < results.length; j++) {\n        var d = results[j];\n        var isExp = state.expanded === d.code;\n        html += '<div class=\"ggt-entry' + (isExp ? ' expanded' : '') + '\" data-code=\"' + d.code.replace(\/\"\/g,'&quot;') + '\">';\n        html += '<div class=\"ggt-entry-header\">';\n        html += '<div><div class=\"ggt-entry-code\">' + d.code + '<\/div><div class=\"ggt-entry-name\">' + d.name + '<\/div><\/div>';\n        html += '<div style=\"display:flex !important;align-items:center !important;gap:8px !important\">';\n        html += '<span class=\"ggt-entry-cat\">' + CATEGORIES[d.cat] + '<\/span>';\n        html += '<svg class=\"ggt-chevron\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M4 6L8 10L12 6\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/><\/svg>';\n        html += '<\/div><\/div>';\n        html += '<div class=\"ggt-entry-detail\">';\n        html += '<div class=\"ggt-entry-desc\">' + d.desc + '<\/div>';\n        if (d.example) {\n          html += '<div class=\"ggt-entry-example\"><strong>Example in your notes:<\/strong> ' + d.example + '<\/div>';\n        }\n        html += '<\/div><\/div>';\n      }\n    }\n\n    \/\/ Footer\n    html += '<div class=\"ggt-footer\">Can\\u2019t find what you\\u2019re looking for? Read the full guide on <a href=\"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-glossary-status-codes-and-what-they-mean\/\" target=\"_blank\" rel=\"noopener noreferrer\">how to read GCMS notes<\/a>.<\/div>';\n\n    root.innerHTML = html;\n    bindEvents();\n  }\n\n  function bindEvents() {\n    var searchInput = root.querySelector('.ggt-search');\n    if (searchInput) {\n      searchInput.addEventListener('input', function() {\n        state.query = this.value;\n        state.expanded = null;\n        render();\n        \/\/ Re-focus and restore cursor position\n        var newInput = root.querySelector('.ggt-search');\n        if (newInput) {\n          newInput.focus();\n          newInput.setSelectionRange(newInput.value.length, newInput.value.length);\n        }\n      });\n    }\n\n    var filterBtns = root.querySelectorAll('.ggt-filter');\n    for (var i = 0; i < filterBtns.length; i++) {\n      filterBtns[i].addEventListener('click', function() {\n        state.cat = this.getAttribute('data-cat');\n        state.expanded = null;\n        render();\n      });\n    }\n\n    var entries = root.querySelectorAll('.ggt-entry');\n    for (var j = 0; j < entries.length; j++) {\n      entries[j].addEventListener('click', function() {\n        var code = this.getAttribute('data-code');\n        state.expanded = state.expanded === code ? null : code;\n        render();\n      });\n    }\n  }\n\n  render();\n})();\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">How to Read Your GCMS Notes Effectively<\/h2>\n\n\n\n<p>Start with the case notes section first, as it contains the most actionable information. Then, read entries from newest to oldest to understand your application&#8217;s current state right away. Pay close attention to any flags or concerns that officers raised. If you see references to missing documents, additional verification, or security holds, these typically explain processing delays.<\/p>\n\n\n\n<p>For legal matters or complex cases, consider sharing your GCMS notes with a Regulated Canadian Immigration Consultant (RCIC) or immigration lawyer. Our RCIC consultation services can help you interpret what the notes reveal about your case.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<div class=\"schema-faq wp-block-yoast-faq-block\"><div class=\"schema-faq-section\" id=\"faq-question-1771282504661\"><strong class=\"schema-faq-question\"><strong>Are all GCMS notes reports the same length?<\/strong><\/strong> <p class=\"schema-faq-answer\">No. The length depends on your application type, processing history, and how many officer interactions have taken place. A straightforward visitor visa may produce 5 to 10 pages, while a complex permanent residence case could run 30 to 50+ pages.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1771282522901\"><strong class=\"schema-faq-question\"><strong>Will my GCMS notes show the final decision on my application?<\/strong><\/strong> <p class=\"schema-faq-answer\">If IRCC has already made a decision by the time it generates the notes, the report will typically include the decision rationale. However, if your application is still in process, the notes will show the current stage and any pending actions.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1771282538720\"><strong class=\"schema-faq-question\"><strong>Can I see a sample before ordering?<\/strong><\/strong> <p class=\"schema-faq-answer\">GCMS notes are specific to each applicant and application, so a generic sample would not accurately reflect your actual file. That said, the sections described on this page remain consistent across all reports, giving you a clear picture of what to expect.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1771282569645\"><strong class=\"schema-faq-question\"><strong>How does a GCMS notes sample for a study permit differ from a visitor visa?<\/strong><\/strong> <p class=\"schema-faq-answer\">The format remains the same, but the officer assessments focus on different criteria. Study permit notes assess your study plan, finances, and ties to home. Visitor visa notes, on the other hand, assess your purpose of visit and intent to leave Canada. The processing activities and document checklist sections follow an identical structure.<\/p> <\/div> <div class=\"schema-faq-section\" id=\"faq-question-1771282582987\"><strong class=\"schema-faq-question\"><strong>What is the difference between GCMS notes and the complete application file?<\/strong><\/strong> <p class=\"schema-faq-answer\">GCMS notes contain officer assessments and processing history. The complete application file, however, includes everything in GCMS notes plus all forms you submitted, supporting documents, and correspondence between you and IRCC. As a result, the case file provides the most comprehensive record available.<\/p> <\/div> <\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Order Your GCMS Notes<\/h2>\n\n\n\n<p>See exactly what your immigration file contains. Visit <a href=\"https:\/\/gcmsnotesrequest.ca\/\">gcmsnotesrequest.ca<\/a> to order your GCMS notes. We deliver your report as a secure, downloadable PDF to your account. Check the pricing on our <a href=\"https:\/\/gcmsnotesrequest.ca\/order\/\">gcms order<\/a> page.<\/p>\n","protected":false},"author":1,"featured_media":39250,"template":"","knowledge_category":[2457],"class_list":{"0":"post-49084","1":"knowledge-article","2":"type-knowledge-article","3":"status-publish","4":"has-post-thumbnail","6":"knowledge_category-gcms-notes-basics"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>GCMS Notes Sample | See What They Look Like | GCMS Notes Request<\/title>\n<meta name=\"description\" content=\"See a sample GCMS notes report. Learn what sections to expect, how officer notes are formatted, and what key fields mean for your case.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/gcmsnotesrequest.ca\/zh\/\u77e5\u8bc6\u5e93\u6587\u7ae0\/gcms-notes-sample\/\" \/>\n<meta property=\"og:locale\" content=\"zh_CN\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"GCMS Notes Sample | See What They Look Like | GCMS Notes Request\" \/>\n<meta property=\"og:description\" content=\"See a sample GCMS notes report. Learn what sections to expect, how officer notes are formatted, and what key fields mean for your case.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/gcmsnotesrequest.ca\/zh\/\u77e5\u8bc6\u5e93\u6587\u7ae0\/gcms-notes-sample\/\" \/>\n<meta property=\"og:site_name\" content=\"GCMS Notes Request\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/GCMSnotesrequest\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-16T18:03:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1545\" \/>\n\t<meta property=\"og:image:height\" content=\"2000\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 \u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/\"},\"author\":{\"name\":\"GCMS Notes Request\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/person\\\/27c5ab084ddad428e06cd009723b2146\"},\"headline\":\"GCMS Notes Sample\",\"datePublished\":\"2026-02-16T22:53:49+00:00\",\"dateModified\":\"2026-03-16T18:03:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/\"},\"wordCount\":1191,\"publisher\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/GCMS-notes-sample.png\",\"inLanguage\":\"zh-Hans\"},{\"@type\":[\"WebPage\",\"FAQPage\"],\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/\",\"name\":\"GCMS Notes Sample | See What They Look Like | GCMS Notes Request\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/GCMS-notes-sample.png\",\"datePublished\":\"2026-02-16T22:53:49+00:00\",\"dateModified\":\"2026-03-16T18:03:56+00:00\",\"description\":\"See a sample GCMS notes report. Learn what sections to expect, how officer notes are formatted, and what key fields mean for your case.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#breadcrumb\"},\"mainEntity\":[{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282504661\"},{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282522901\"},{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282538720\"},{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282569645\"},{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282582987\"}],\"inLanguage\":\"zh-Hans\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#primaryimage\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/GCMS-notes-sample.png\",\"contentUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/GCMS-notes-sample.png\",\"width\":1545,\"height\":2000,\"caption\":\"Sample GCMS notes page showing application status, eligibility assessment, and officer notes\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"GCMS Notes Request\",\"item\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GCMS Notes Basics\",\"item\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-articles\\\/gcms-notes-basics\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"GCMS Notes Sample\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#website\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\",\"name\":\"GCMS Notes Request\",\"description\":\"Easily order GCMS notes from IRCC and CBSA\",\"publisher\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\"},\"alternateName\":\"GCMS Notes Request Canada\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#organization\",\"name\":\"GCMS Notes Request\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-Square-512-x-512-px.png\",\"contentUrl\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/GCMS-Notes-Request-Square-512-x-512-px.png\",\"width\":512,\"height\":512,\"caption\":\"GCMS Notes Request\"},\"image\":{\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/GCMSnotesrequest\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@GCMSNotesRequest\",\"https:\\\/\\\/www.instagram.com\\\/gcmsnotesrequest\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/#\\\/schema\\\/person\\\/27c5ab084ddad428e06cd009723b2146\",\"name\":\"GCMS Notes Request\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"zh-Hans\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g\",\"caption\":\"GCMS Notes Request\"},\"sameAs\":[\"http:\\\/\\\/gcmsnotesrequest.ca\"],\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/zh\\\/news\\\/author\\\/gcmsnotesrequest-ca\\\/\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282504661\",\"position\":1,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282504661\",\"name\":\"Are all GCMS notes reports the same length?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"No. The length depends on your application type, processing history, and how many officer interactions have taken place. A straightforward visitor visa may produce 5 to 10 pages, while a complex permanent residence case could run 30 to 50+ pages.\",\"inLanguage\":\"zh-Hans\"},\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282522901\",\"position\":2,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282522901\",\"name\":\"Will my GCMS notes show the final decision on my application?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"If IRCC has already made a decision by the time it generates the notes, the report will typically include the decision rationale. However, if your application is still in process, the notes will show the current stage and any pending actions.\",\"inLanguage\":\"zh-Hans\"},\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282538720\",\"position\":3,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282538720\",\"name\":\"Can I see a sample before ordering?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"GCMS notes are specific to each applicant and application, so a generic sample would not accurately reflect your actual file. That said, the sections described on this page remain consistent across all reports, giving you a clear picture of what to expect.\",\"inLanguage\":\"zh-Hans\"},\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282569645\",\"position\":4,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282569645\",\"name\":\"How does a GCMS notes sample for a study permit differ from a visitor visa?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The format remains the same, but the officer assessments focus on different criteria. Study permit notes assess your study plan, finances, and ties to home. Visitor visa notes, on the other hand, assess your purpose of visit and intent to leave Canada. The processing activities and document checklist sections follow an identical structure.\",\"inLanguage\":\"zh-Hans\"},\"inLanguage\":\"zh-Hans\"},{\"@type\":\"Question\",\"@id\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282582987\",\"position\":5,\"url\":\"https:\\\/\\\/gcmsnotesrequest.ca\\\/knowledge-article\\\/gcms-notes-sample\\\/#faq-question-1771282582987\",\"name\":\"What is the difference between GCMS notes and the complete application file?\",\"answerCount\":1,\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"GCMS notes contain officer assessments and processing history. The complete application file, however, includes everything in GCMS notes plus all forms you submitted, supporting documents, and correspondence between you and IRCC. As a result, the case file provides the most comprehensive record available.\",\"inLanguage\":\"zh-Hans\"},\"inLanguage\":\"zh-Hans\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"GCMS Notes Sample | See What They Look Like | GCMS Notes Request","description":"See a sample GCMS notes report. Learn what sections to expect, how officer notes are formatted, and what key fields mean for your case.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/gcmsnotesrequest.ca\/zh\/\u77e5\u8bc6\u5e93\u6587\u7ae0\/gcms-notes-sample\/","og_locale":"zh_CN","og_type":"article","og_title":"GCMS Notes Sample | See What They Look Like | GCMS Notes Request","og_description":"See a sample GCMS notes report. Learn what sections to expect, how officer notes are formatted, and what key fields mean for your case.","og_url":"https:\/\/gcmsnotesrequest.ca\/zh\/\u77e5\u8bc6\u5e93\u6587\u7ae0\/gcms-notes-sample\/","og_site_name":"GCMS Notes Request","article_publisher":"https:\/\/www.facebook.com\/GCMSnotesrequest\/","article_modified_time":"2026-03-16T18:03:56+00:00","og_image":[{"width":1545,"height":2000,"url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"6 \u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#article","isPartOf":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/"},"author":{"name":"GCMS Notes Request","@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/person\/27c5ab084ddad428e06cd009723b2146"},"headline":"GCMS Notes Sample","datePublished":"2026-02-16T22:53:49+00:00","dateModified":"2026-03-16T18:03:56+00:00","mainEntityOfPage":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/"},"wordCount":1191,"publisher":{"@id":"https:\/\/gcmsnotesrequest.ca\/#organization"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#primaryimage"},"thumbnailUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png","inLanguage":"zh-Hans"},{"@type":["WebPage","FAQPage"],"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/","url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/","name":"GCMS Notes Sample | See What They Look Like | GCMS Notes Request","isPartOf":{"@id":"https:\/\/gcmsnotesrequest.ca\/#website"},"primaryImageOfPage":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#primaryimage"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#primaryimage"},"thumbnailUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png","datePublished":"2026-02-16T22:53:49+00:00","dateModified":"2026-03-16T18:03:56+00:00","description":"See a sample GCMS notes report. Learn what sections to expect, how officer notes are formatted, and what key fields mean for your case.","breadcrumb":{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#breadcrumb"},"mainEntity":[{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282504661"},{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282522901"},{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282538720"},{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282569645"},{"@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282582987"}],"inLanguage":"zh-Hans","potentialAction":[{"@type":"ReadAction","target":["https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/"]}]},{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#primaryimage","url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png","contentUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/07\/GCMS-notes-sample.png","width":1545,"height":2000,"caption":"Sample GCMS notes page showing application status, eligibility assessment, and officer notes"},{"@type":"BreadcrumbList","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"GCMS Notes Request","item":"https:\/\/gcmsnotesrequest.ca\/"},{"@type":"ListItem","position":2,"name":"GCMS Notes Basics","item":"https:\/\/gcmsnotesrequest.ca\/knowledge-articles\/gcms-notes-basics\/"},{"@type":"ListItem","position":3,"name":"GCMS Notes Sample"}]},{"@type":"WebSite","@id":"https:\/\/gcmsnotesrequest.ca\/#website","url":"https:\/\/gcmsnotesrequest.ca\/","name":"GCMS Notes Request","description":"\u8f7b\u677e\u4ece IRCC \u548c CBSA \u8ba2\u8d2d GCMS \u7968\u636e","publisher":{"@id":"https:\/\/gcmsnotesrequest.ca\/#organization"},"alternateName":"GCMS Notes Request Canada","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/gcmsnotesrequest.ca\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"zh-Hans"},{"@type":"Organization","@id":"https:\/\/gcmsnotesrequest.ca\/#organization","name":"GCMS Notes Request","url":"https:\/\/gcmsnotesrequest.ca\/","logo":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/logo\/image\/","url":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-Square-512-x-512-px.png","contentUrl":"https:\/\/gcmsnotesrequest.ca\/wp-content\/uploads\/2025\/04\/GCMS-Notes-Request-Square-512-x-512-px.png","width":512,"height":512,"caption":"GCMS Notes Request"},"image":{"@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/GCMSnotesrequest\/","https:\/\/www.youtube.com\/@GCMSNotesRequest","https:\/\/www.instagram.com\/gcmsnotesrequest\/"]},{"@type":"Person","@id":"https:\/\/gcmsnotesrequest.ca\/#\/schema\/person\/27c5ab084ddad428e06cd009723b2146","name":"GCMS Notes Request","image":{"@type":"ImageObject","inLanguage":"zh-Hans","@id":"https:\/\/secure.gravatar.com\/avatar\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/3c506ce5f49f04882f01753a69296e383f248868fd2939275145fba82a1dbc2e?s=96&d=mm&r=g","caption":"GCMS Notes Request"},"sameAs":["http:\/\/gcmsnotesrequest.ca"],"url":"https:\/\/gcmsnotesrequest.ca\/zh\/news\/author\/gcmsnotesrequest-ca\/"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282504661","position":1,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282504661","name":"Are all GCMS notes reports the same length?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"No. The length depends on your application type, processing history, and how many officer interactions have taken place. A straightforward visitor visa may produce 5 to 10 pages, while a complex permanent residence case could run 30 to 50+ pages.","inLanguage":"zh-Hans"},"inLanguage":"zh-Hans"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282522901","position":2,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282522901","name":"Will my GCMS notes show the final decision on my application?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"If IRCC has already made a decision by the time it generates the notes, the report will typically include the decision rationale. However, if your application is still in process, the notes will show the current stage and any pending actions.","inLanguage":"zh-Hans"},"inLanguage":"zh-Hans"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282538720","position":3,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282538720","name":"Can I see a sample before ordering?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"GCMS notes are specific to each applicant and application, so a generic sample would not accurately reflect your actual file. That said, the sections described on this page remain consistent across all reports, giving you a clear picture of what to expect.","inLanguage":"zh-Hans"},"inLanguage":"zh-Hans"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282569645","position":4,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282569645","name":"How does a GCMS notes sample for a study permit differ from a visitor visa?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"The format remains the same, but the officer assessments focus on different criteria. Study permit notes assess your study plan, finances, and ties to home. Visitor visa notes, on the other hand, assess your purpose of visit and intent to leave Canada. The processing activities and document checklist sections follow an identical structure.","inLanguage":"zh-Hans"},"inLanguage":"zh-Hans"},{"@type":"Question","@id":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282582987","position":5,"url":"https:\/\/gcmsnotesrequest.ca\/knowledge-article\/gcms-notes-sample\/#faq-question-1771282582987","name":"What is the difference between GCMS notes and the complete application file?","answerCount":1,"acceptedAnswer":{"@type":"Answer","text":"GCMS notes contain officer assessments and processing history. The complete application file, however, includes everything in GCMS notes plus all forms you submitted, supporting documents, and correspondence between you and IRCC. As a result, the case file provides the most comprehensive record available.","inLanguage":"zh-Hans"},"inLanguage":"zh-Hans"}]}},"_links":{"self":[{"href":"https:\/\/gcmsnotesrequest.ca\/zh\/wp-json\/wp\/v2\/knowledge-article\/49084","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gcmsnotesrequest.ca\/zh\/wp-json\/wp\/v2\/knowledge-article"}],"about":[{"href":"https:\/\/gcmsnotesrequest.ca\/zh\/wp-json\/wp\/v2\/types\/knowledge-article"}],"author":[{"embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/zh\/wp-json\/wp\/v2\/users\/1"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/zh\/wp-json\/wp\/v2\/media\/39250"}],"wp:attachment":[{"href":"https:\/\/gcmsnotesrequest.ca\/zh\/wp-json\/wp\/v2\/media?parent=49084"}],"wp:term":[{"taxonomy":"knowledge_category","embeddable":true,"href":"https:\/\/gcmsnotesrequest.ca\/zh\/wp-json\/wp\/v2\/knowledge_category?post=49084"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}