We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 790dab5 commit 9474390Copy full SHA for 9474390
docs/get-started/quickstart.md
@@ -222,6 +222,17 @@ agent will be unable to function.
222
There are multiple ways to interact with your agent:
223
224
=== "Dev UI (adk web)"
225
+
226
+ !!! success "Authentication Setup for Vertex AI Users"
227
+ If you selected **"Gemini - Google Cloud Vertex AI"** in the previous step, you must authenticate with Google Cloud before launching the dev UI.
228
229
+ Run this command and follow the prompts:
230
+ ```bash
231
+ gcloud auth application-default login
232
+ ```
233
234
+ **Note:** Skip this step if you're using "Gemini - Google AI Studio".
235
236
Run the following command to launch the **dev UI**.
237
238
```shell
0 commit comments