diff --git a/docs/products/Data Management and Access Tools/bigquery-api/index.md b/docs/products/Data Management and Access Tools/bigquery-api/index.md
index f707a17..0d4eebf 100644
--- a/docs/products/Data Management and Access Tools/bigquery-api/index.md
+++ b/docs/products/Data Management and Access Tools/bigquery-api/index.md
@@ -14,12 +14,13 @@ tags:
More details about “Design and implementation of a BigQuery dataset and application programmer interface (API) for the U.S. National Water Model” paper can be found [here.](https://www.sciencedirect.com/science/article/pii/S1364815224001841)
:::
-**Please submit the form below to request access to NWM BigQuery API.**
+# Steps to use CIROH NWM API
+1. Submit the form below to request access to [NWM BigQuery API](https://nwm-api.ciroh.org/).
NWM BigQuery API Access Request Form
+2. For an example usage, please refer to [this script](https://github.com/CIROH-UA/api-nwm-gcp/blob/main/examples/notebooks/nwm_usgs_streamflow_plot.ipynb). Replace your API key and API_URL = 'https://nwm-api.ciroh.org'.
-import GitHubReadme from '@site/src/components/GitHubReadme';
-
-
+3. Estimate your query before running the actual query. If you're not sure this step, please contact [ciroh it support](mailto:ciroh-it-support@ua.edu).
+For implementation detail, please refer to [this repository](https://github.com/CIROH-UA/api-nwm-gcp).