diff --git a/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_6_Cross_match_to_uploaded_table.ipynb b/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_6_Cross_match_to_uploaded_table.ipynb
index ec173299..e8762700 100644
--- a/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_6_Cross_match_to_uploaded_table.ipynb
+++ b/DP1/100_How_to_Use_RSP_Tools/102_Catalog_access/102_6_Cross_match_to_uploaded_table.ipynb
@@ -19,7 +19,7 @@
"Data Release: Data Preview 1
\n",
"Container Size: Large
\n",
"LSST Science Pipelines version: r29.2.0
\n",
- "Last verified to run: 2025-09-22
\n",
+ "Last verified to run: 2025-12-12
\n",
"Repository: github.com/lsst/tutorial-notebooks
\n",
"DOI: 10.11578/rubin/dc.20250909.20
"
]
@@ -62,6 +62,10 @@
"Full [documentation for TAP](http://www.ivoa.net/documents/TAP) is provided by the\n",
"International Virtual Observatory Alliance (IVOA).\n",
"\n",
+ "This tutorial demonstrates the workflow for ingesting user-provided tables into the TAP service to enable queries against the LSST/DP1 data. The system's ingestion capability automatically handles columns containing any variations of `NaN` and `Inf` values in uploaded tables; therefore, no manual pre-processing is needed. \n",
+ "\n",
+ "**Warning:** When uploading plain text formats (such as CSV), explicitly convert all Boolean `True/False` strings to integers `1/0` to avoid ingestion errors. For metadata-rich formats like VOTable, ensure the column metadata is correctly defined as `boolean`. \n",
+ "\n",
"**Related tutorials:** The other 100-level tutorials in this series demonstrate how to use the TAP service. "
]
},