aboutsummaryrefslogtreecommitdiff
path: root/docs/content/AutoGPT/usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/AutoGPT/usage.md')
-rw-r--r--docs/content/AutoGPT/usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/AutoGPT/usage.md b/docs/content/AutoGPT/usage.md
index 4ab752dcf..09447f03d 100644
--- a/docs/content/AutoGPT/usage.md
+++ b/docs/content/AutoGPT/usage.md
@@ -115,7 +115,7 @@ To exit the program, press ++ctrl+c++
### `serve` – Agent Protocol mode with UI
With `serve`, the application exposes an Agent Protocol compliant API and serves a
-frontend, by default on `http://localhost:8000`.
+frontend, by default on `http://localhost:8000`. You can configure the port it is served on with the `AP_SERVER_PORT` environment variable.
<details>
<summary>