Skip to content

Commit 9474390

Browse files
docs: add gcloud auth instructions for Vertex AI users in quickstart (#515)
1 parent 790dab5 commit 9474390

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/get-started/quickstart.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,17 @@ agent will be unable to function.
222222
There are multiple ways to interact with your agent:
223223

224224
=== "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+
225236
Run the following command to launch the **dev UI**.
226237

227238
```shell

0 commit comments

Comments
 (0)