diff --git a/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md b/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md
index 709e9c30..1c21e305 100644
--- a/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md
+++ b/site/sigmaguides/src/embedding_01_getting_started_v3/embedding_01_getting_started_v3.md
@@ -275,10 +275,27 @@ Specify the folder you want to clone by adding it to the sparse-checkout configu
echo "embedding_qs_series_2" >> .git/info/sparse-checkout
```
-Finally, pull the specified folder from the repository:
+Pull the specified folder from the repository:
```code
git pull origin main
```
+
+
+Finally, load node into the local project:
+```code
+npm install
+```
After the command runs, click the button to `Open Folder`:
@@ -505,7 +522,7 @@ In the `Create client credentials` modal, select `Embedding`, give it a name, an
Click `Create`.
@@ -713,11 +730,7 @@ There are a few ways to see what embed users are doing in Sigma. After a user ac
IMPORTANT: Any changes to an embed user’s account type or team assignment in Sigma will be overwritten the next time they access embedded content. This is because the native application is responsible for passing those parameters at runtime. Users marked as "embed" in Sigma cannot log in directly to Sigma.
-Sigma also provides extensive usage reporting in `Administration` > `Usage` > `Embedding`:
-
-
-
-Customers can also enable audit logging and manually analyze raw event logs if preferred. Logs can be exported for integration with external systems.
+Customers can enable audit logging and manually analyze raw event logs if preferred. Logs can be exported for integration with external systems.
To learn more, see [Access and explore audit logs](https://help.sigmacomputing.com/docs/access-and-explore-audit-logs)
diff --git a/site/sigmaguides/src/embedding_16_JWT/embedding_16_JWT.md b/site/sigmaguides/src/embedding_16_JWT/embedding_16_JWT.md
index 45c3bdc5..175ed951 100644
--- a/site/sigmaguides/src/embedding_16_JWT/embedding_16_JWT.md
+++ b/site/sigmaguides/src/embedding_16_JWT/embedding_16_JWT.md
@@ -225,6 +225,24 @@ Finally, pull the specified folder from the repository:
git pull origin main
```
+
+
+Finally, load node into the local project:
+```code
+npm install
+```
+
After the command runs, click the button to `Open Folder`: