diff --git a/docs/my-website/docs/proxy/self_serve.md b/docs/my-website/docs/proxy/self_serve.md
index 568e6541a..27fefc7f4 100644
--- a/docs/my-website/docs/proxy/self_serve.md
+++ b/docs/my-website/docs/proxy/self_serve.md
@@ -123,4 +123,18 @@ LiteLLM Enterprise: Enable [SSO login](./ui.md#setup-ssoauth-for-ui)
4. User can now create their own keys
-
\ No newline at end of file
+
+
+
+## Advanced
+### Setting custom logout URLs
+
+Set `PROXY_LOGOUT_URL` in your .env if you want users to get redirected to a specific URL when they click logout
+
+```
+export PROXY_LOGOUT_URL="https://www.google.com"
+```
+
+
+
+
diff --git a/docs/my-website/img/ui_logout.png b/docs/my-website/img/ui_logout.png
new file mode 100644
index 000000000..1b45ed064
Binary files /dev/null and b/docs/my-website/img/ui_logout.png differ