Skip to content

College Ready Family:
Essential Financial Aid Information

Saturday November 8
10:00 am – 12:00 pm
Where: 325 Central Ave.
White Plains, NY  10606

Register Here »

Join us for a free, family-friendly workshop. Enjoy refreshments and learn about financial aid, scholarships, and
supporting your student in one session!

You will learn about:

  • The financial aid process and key timelines
  • How to understand and compare college costs
  • Federal, state, and institutional financial aid options
  • Tips for preparing and organizing the documents you’ll need

Step-by-step guidance:

  • FAFSA* (Free Application for Federal Student Aid) – CW FAFSA Code: 005208

    * (The Free Application for Federal Student Aid (FAFSA) is the main form that a student is required to complete to be considered for student assistance from any of the Federal Title IV, HEA programs.)

  • New York State TAP application
  • CSS Profile (when required)
  • Scholarships and Grants

Upon completion of this workshop:

Families will leave with the knowledge and resources to make informed decisions and maximize
available financial support.

document.addEventListener("DOMContentLoaded", function() { // Get all accordion toggle elements var accordions = document.querySelectorAll('.accordion-toggle'); // Add click event listeners to each accordion toggle accordions.forEach(function(accordion) { accordion.addEventListener('click', function() { // Get the panel-collapse element directly following this accordion-toggle var panelCollapse = this.nextElementSibling; // Check if this panel-collapse is currently open var isOpen = panelCollapse.classList.contains('open'); // Remove 'open' class from all panel-collapses accordions.forEach(function(acc) { var collapse = acc.nextElementSibling; collapse.classList.remove('open'); }); // Toggle 'open' class only on the clicked panel-collapse if (!isOpen) { panelCollapse.classList.add('open'); } }); }); });