diff --git a/changelog.d/14845.doc b/changelog.d/14845.doc
new file mode 100644
index 0000000000000000000000000000000000000000..dd969aa05cea045171d43b9a30b5ec4caa447621
--- /dev/null
+++ b/changelog.d/14845.doc
@@ -0,0 +1 @@
+Fix the example config missing the `id` field in [application service documentation](https://matrix-org.github.io/synapse/latest/application_services.html).
diff --git a/docs/application_services.md b/docs/application_services.md
index e4592010a2b5d5125f18c5b21ca8ac54c40a0d2c..1f988185a95ea6bb6eba8d28e1f405845d5181fa 100644
--- a/docs/application_services.md
+++ b/docs/application_services.md
@@ -15,6 +15,7 @@ app_service_config_files:
 The format of the AS configuration file is as follows:
 
 ```yaml
+id: <your-AS-id>
 url: <base url of AS>
 as_token: <token AS will add to requests to HS>
 hs_token: <token HS will add to requests to AS>