diff --git a/docs/evaluate/user-sim.md b/docs/evaluate/user-sim.md
index 0ca2c8d20b..06fa0e8a5b 100644
--- a/docs/evaluate/user-sim.md
+++ b/docs/evaluate/user-sim.md
@@ -178,6 +178,19 @@ adk eval \
--print_detailed_results
```
+
+
+
+## Automated Eval Scenario Generation
+
+In addition to manually adding eval cases, you can also automatically generate them using the `adk eval_set generate_eval_cases` command. This command leverages the Vertex AI Eval SDK (`ScenarioGenerator`) to dynamically generate a suite of conversation scenarios and automatically adds them to the specified eval set based on a user simulation config file.
+
+Here is an example of how to use it:
+
+```bash
+adk eval_set generate_eval_cases --user_simulation_config_file
+```
+
## User simulator configuration
You can override the default user simulator configuration to change the model,
@@ -255,4 +268,3 @@ Example of a custom persona definition:
}
}
```
-