SLED Opportunity · TEXAS · FORT BEND INDEPENDENT SCHOOL DISTRICT
AI Summary
Fort Bend ISD seeks competitive sealed proposals for sitework construction services under Package B (alternates) and Package C (SBE documents). Key dates include a pre-proposal meeting on Jan 29, 2026, and proposal submission by Feb 19, 2026. Attendance at pre-proposal events is highly recommended.
CSP Project Template Proposal Package “B” Due 3:00 PM (CST) Alternates only Proposal Package “C” Due 3:00 PM (CST) SBE documents only Important Events: Search Search Status Event Name Location Description Dates Mandatory Status Event Name Location Description Dates Mandatory Ongoing Open Date Online Portal Posting date for the Opportunity Jan 15th 2026, 10:00 AM CST N/A Upcoming Pre-Proposal Meeting Microsoft Teams The pre-proposal Meeting is scheduled for Thursday, January 29, 2026, at 2:00 P.M. CST via Microsoft Teams. Attendance is highly recommended in order to have an understanding of the requirements of this CSP. Jan 29th 2026, 2:00 PM CST - Jan 29th 2026, 3:00 PM CST No Upcoming Pre-proposal Walk Various Schools A pre-proposal walk is scheduled for Friday, January 30, 2026, at 10:00 AM CST at various schools. Attendance is highly recommended in order to understand the requirements of this CSP.. Jan 30th 2026, 10:00 AM CST - Jan 30th 2026, 2:00 PM CST No Upcoming Questions Due Date Online Portal Deadline to submit Questions Feb 5th 2026, 10:00 AM CST N/A Upcoming Close Date Online Portal Deadline for Submissions Feb 19th 2026, 3:00 PM CST N/A Upcoming Intent to Bid Due Date Online Portal Deadline to indicate your intent to Bid Feb 19th 2026, 3:00 PM CST Yes Supporting Documentation: Download All Files Search Search File Type Description Date Created Actions File Type Description Date Created Actions BP037 CSP Advertising Request Document.docx.pdf Documentation BP037 General Information Jan 13th 2026, 6:57 AM CST Download BP037 Meeting Links.pdf Documentation BP037 Meeting Links Jan 13th 2026, 6:57 AM CST Download BP037 Site Package 02 - CD Drawings.pdf Documentation BP037 Site Package 02 - CD Drawings. Jan 14th 2026, 1:42 PM CST Download CSP Instruction to Bidders.pdf Documentation Instructions on how to complete and submit your proposal. Sep 17th 2024, 12:40 PM CDT Download FBISD BP037 ALTERNATE BID FORM.pdf Documentation FBISD BP037 ALTERNATE BID FORM Jan 14th 2026, 1:43 PM CST Download FBISD Contractor and Sub-Contractor Participation Form.pdf Documentation SBE Form - Vendors should download, complete and upload as part of their Package "C" Submission Read more... Sep 17th 2024, 12:31 PM CDT Download Instructions for CSP Package B Base Bid Adjustment.pdf Documentation Instruction for CSP Package B – Alternates and Base Bid Adjustment Read more... Sep 17th 2024, 12:40 PM CDT Download Project Manuell BP037 1.12.2026.pdf Documentation Project Manuell BP037 Jan 14th 2026, 1:44 PM CST Download SBE CSP Form(s) - Small Business Participation Points.pdf Documentation SBE Form - Vendors should download, complete and upload as part of their Package "C" Submission Read more... Sep 17th 2024, 12:30 PM CDT Download Small Business Enterprise Program Procedures.pdf Documentation SBE Instructions for CSP Package C – Instruction on the FBISD SBE Program and Forms Read more... Sep 17th 2024, 12:29 PM CDT Download $(document).ready(function () { BFDataTables.create($('#publicProjectDocumentsTable'), {scrollX: true}); /** * publicProjectDocumentsTable is dynamically created (above) * download all files button needs to be within the table (next to the filter) * button must be inserted into DOM after publicProjectDocumentsTable has been rendered */ var downloadAllPublicFilesButton ; downloadAllPublicFilesButton = document.createElement('button'); downloadAllPublicFilesButton.setAttribute('onClick', "BFUtil.downloadOpportunityPublicDocuments('216478')"); downloadAllPublicFilesButton.innerText = "Download All Files"; downloadAllPublicFilesButton.setAttribute('data-cy', "opportunity_download_public_documents"); downloadAllPublicFilesButton.style.margin = '2px 4px'; downloadAllPublicFilesButton.setAttribute('class', "btn small"); var publicProjectDocumentsTableFilter = document.querySelector('#publicProjectDocumentsTable_filter'); publicProjectDocumentsTableFilter.before(downloadAllPublicFilesButton); BFApp.initReadmore($('#publicProjectDocumentsTable .readmore-tmp')); }); $(document).ready(function() { var slotGroupId = '218186'; var name = '#portalRequestedInformationTable' + slotGroupId; BFDataTables.create($(name), { searching: false, ordering: false, scrollX: true }); var slotGroupId = '218187'; var name = '#portalRequestedInformationTable' + slotGroupId; BFDataTables.create($(name), { searching: false, ordering: false, scrollX: true }); BFDataTables.create($('#portalRequestedInformationTable-no-group'), { searching: false, ordering: false, scrollX: true }); BFDataTables.create($('#portalPublicAwardTable'), { searching: false, scrollX: true }); BFDataTables.create($('#portalDecisionList'), { searching: false, scrollX: true }); }); Requested Information: Listed below are the documents and information needed to complete your submission: Price Proposal Name Type # Files Requirement Name Type # Files Requirement Package "B" Alternate Bid Proposal Form File Type: PDF (.pdf) Multiple Required SBE Name Type # Files Requirement Name Type # Files Requirement SBE Forms File Type: PDF (.pdf) Multiple Required $(document).ready(function () { BFApp.bootstrapToolTips($('#opportunityMetaSection')); }); Messages (0) Public Notices (0) Public Notices are visible to anyone who can view the opportunity Vendor Discussions (0) Re-subscribe to Public Notices There is currently nothing to display here. There is currently nothing to display here. Start a new Vendor Discussion Submission $(document).ready(function () { var opportunityIntentToBid = null; var reactBridgeRegistry = {}; BFDataTables.create($('#completeSubmissionsTable'), {scrollX: true}); BFDataTables.create($('#workInProgressSubmissionsTable'), {scrollX: true}); BFDataTables.create($('#missedSubmissionsTable'), {scrollX: true}); $('#submissionTabs').on('click', 'a', function (e) { e.preventDefault(); $(this).tab('show'); if (this.hash === '#subcontractorListingContainer') { if (reactBridgeRegistry['subcontracting-submit']) { reactBridgeRegistry['subcontracting-submit'].setState(function() { return { hidden: false }; }); } } }); // Show the prepare tab by default if present if ($('#prepareSubmissionsTab a').length) { $('#prepareSubmissionsTab a').trigger('click'); } else { $('#submissionTabs a').first().trigger('click'); } // -- Intent to Bid function fail(message) { $('#masterLoading').get(0).close(); $('#intentToBidNotificationBar').html(message).slideDown('fast'); } function hideNotificationBar() { if ($('#intentToBidNotificationBar').is(':visible')) { $('#intentToBidNotificationBar').slideUp('fast'); } } $('.js-edit-intent-to-bid').on('click', function (e) { e.preventDefault(); $('#intentToBidSummary').hide(); $('#intentToBidForm').show(); hideShowReasonTextArea(); }); $('.js-cancel-intent-to-bid-form').on('click', function (e) { e.preventDefault(); hideNotificationBar(); $('#intentToBidForm').hide(); $('#intentToBidSummary').show(); if (opportunityIntentToBid !== null) { // reset form if (!!parseInt(opportunityIntentToBid.IntentToBid, 10)) { $('#intentToBidCheckboxYes').prop('checked', true); } else { $('#intentToBidCheckboxNo').prop('checked', true); } $('#reasonTextarea').val(opportunityIntentToBid.Reason); } }); $('.js-submit-intent-to-bid-form').on('click', function (e) { e.preventDefault(); hideNotificationBar(); $('#masterLoading').get(0).showModal(); var intentToBid = $('input[name=intentToBid]:checked').val(); // make sure at least one radio is checked if (intentToBid === undefined) { // error fail("Error"); return; } var reason = $('#reasonTextarea').val().trim(); if (!(!!parseInt(intentToBid, 10)) && reason === '') { // error fail("Please provide a reason."); return; } var data = { IntentToBid: intentToBid, Reason: reason }; // success handler var success = function () { location.reload(true); }; // error handler var error = function () { fail("There was an error. Please refresh the page and try again or contact support.bonfire@eunasolutions.com.") } if (opportunityIntentToBid === null) { return BFUtil.postJson( '/internalApi/projects/216478/opportunityintenttobids', data, success, error ); } else { return BFUtil.patchJson( '/internalApi/projects/216478/opportunityintenttobids/' + opportunityIntentToBid.OpportunityIntentToBidID, data, success, error ); } }); $('input[name=intentToBid]').on({ change: function (e) { e.preventDefault(); hideShowReasonTextArea(); } }); // clear and disable the textarea if "Yes" is checked const hideShowReasonTextArea = function () { if ($('#intentToBidCheckboxYes').prop('checked')) { $('#reasonTextarea').val(''); $('#reasonTextarea').prop('disabled', true); $('#reasonTextareaContainer').hide(); } else { $('#reasonTextarea').prop('disabled', false); $('#reasonTextareaContainer').show(); } } // Register Subcontracting Submission Form Bridge App const onPublishStateHandler = function (state) { if (state.containerHeight) { $("#subcontractingSubmissionForm").height(state.containerHeight) } }; window.registerSubcontractingSubmissionFormBridge = function (api, id) { reactBridgeRegistry[id] = api; api.onPublishState(onPublishStateHandler); api.setState(function() { return { hidden: $('#subcontractorListingContainer').is(':hidden') }; }); api.bus.on('subcontractingInterestSubmitted', function () { // Reload subcontractors list table contents $('#interestedSubcontractorsTable').DataTable().ajax.reload() }) }; }); Intent to Bid In order to prepare a submission you must first submit your Intent to Bid by Feb 19, 2026 3:00 PM CST. Do you intend to bid on this opportunity? Yes No If no, please provide a reason * : Submit Technical Support Portal Security Terms of Service Privacy Policy Sitemap Show Closed Projects var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-36372450-1']); _gaq.push(['_setDomainName', '*.bonfirehub.com']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); var Bonfire = (function (bonfire) { var timezone = "America\/Chicago"; // -- Public Api bonfire.timezone = timezone; return bonfire; }(Bonfire || {})); var Bonfire = (function (bonfire) { var bonfireApiBaseUrl = "https:\/\/us-production-api-internal.bonfirehub.com\/v1.0"; var organizationId = "286"; var agGridLicenseKey = "Using_this_{AG_Grid}_Enterprise_key_{AG-060159}_in_excess_of_the_licence_granted_is_not_permitted___Please_report_misuse_to_legal@ag-grid.com___For_help_with_changing_this_key_please_contact_info@ag-grid.com___{GTY_Software,_Inc.}_is_granted_a_{Single_Application}_Developer_License_for_the_application_{Bonfire_Core}_only_for_{6}_Front-End_JavaScript_developers___All_Front-End_JavaScript_developers_working_on_{Bonfire_Core}_need_to_be_licensed___{Bonfire_Core}_has_been_granted_a_Deployment_License_Add-on_for_{1}_Production_Environment___This_key_works_with_{AG_Grid}_Enterprise_versions_released_before_{15_September_2025}____[v3]_[01]_MTc1Nzg5MDgwMDAwMA==c9f11d69a175ccb7568453169ae5eeb2"; var googleMapsApiKey = "AIzaSyBByiy6KO1rIXkIPrapGgE_IFdpXkWNeUQ"; var recaptchaSiteKey = "6Lcr47oqAAAAACf-o8cP8E9785gYxyylUMk1rN4o"; var defaultRegionId = 2; var sendCredentialsCrossDomain = true; // -- Public Api bonfire.sendCredentialsCrossDomain = sendCredentialsCrossDomain; bonfire.bonfireApiBaseUrl = bonfireApiBaseUrl; bonfire.organizationId = organizationId; bonfire.agGridLicenseKey = agGridLicenseKey; bonfire.googleMapsApiKey = googleMapsApiKey; bonfire.recaptchaSiteKey = recaptchaSiteKey; bonfire.defaultRegionId = defaultRegionId; return bonfire; }(Bonfire || {})); 4
SLED stands for State, Local, and Education. These are solicitations issued by state governments, counties, cities, school districts, utilities, and higher education institutions — as opposed to federal agencies.
SamSearch Platform
AI-powered intelligence for the right opportunities, the right leads, and the right time.