From 4e702c65f10d162c0a4ba308d9cf87ffc08ee679 Mon Sep 17 00:00:00 2001 From: adk-bot Date: Thu, 9 Oct 2025 19:23:57 +0000 Subject: [PATCH] docs: Add documentation for adk web custom logo --- docs/get-started/quickstart.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/get-started/quickstart.md b/docs/get-started/quickstart.md index 672322ce7..dd87dc956 100644 --- a/docs/get-started/quickstart.md +++ b/docs/get-started/quickstart.md @@ -300,6 +300,16 @@ agent will be unable to function. ![adk-web-dev-ui-audio.png](../assets/adk-web-dev-ui-audio.png) + **Customizing the Logo** + + You can customize the logo displayed in the web UI by using the `--logo-text` and `--logo-image-url` options with the `adk web` command. + + ```shell + adk web --logo-text "My Agent" --logo-image-url "https://www.example.com/logo.png" + ``` + + Both options must be provided to customize the logo. + === "Terminal (adk run)" !!! tip