diff --git a/docs/administrator_documentation/configuration_docs/index.md b/docs/administrator_documentation/configuration_docs/index.md
index d66fc1aa0e28a96667f80771954939c3a9028252..98b2187124ce4fe85dd2fae0aa1a19e937468943 100644
--- a/docs/administrator_documentation/configuration_docs/index.md
+++ b/docs/administrator_documentation/configuration_docs/index.md
@@ -1,5 +1,7 @@
 # Configure your Funkwhale pod
 
+You can customize a lot of settings relating to your Funkwhale pod. These range from server-level settings to user-specific settings. Check out the guides in this section to get started.
+
 ```{toctree}
 ---
 caption: Configuration options
diff --git a/docs/administrator_documentation/index.md b/docs/administrator_documentation/index.md
index 3c2eeec63a05f9932b77bbc06c01fa5f0f37b915..5734f950eb7f4887374247b7a59e6aa1d655e990 100644
--- a/docs/administrator_documentation/index.md
+++ b/docs/administrator_documentation/index.md
@@ -9,3 +9,15 @@ Follow the guides in this section to set up and administrate your pod.
 ## Install Funkwhale on your server
 
 Funkwhale is self-hosted, meaning you run it on your own server. To set up your own Funkwhale pod, check out [our installation guides](installation_docs/index.md). Choose the installation method that works for you!
+
+## Configure your Funkwhale pod
+
+Once you've installed Funkwhale, you can use [the guides in this section](configuration_docs/index.md) to configure it.
+
+## Upgrade your Funkwhale pod
+
+Funkwhale releases new updates regularly. To keep up-to-date with these changes, check out our [upgrade guides](upgrade_docs/index.md). If you're moving from our deprecated mono-container Docker setup, check out our [migration guide](migration_guide/index.md).
+
+## Manage your Funkwhale pod
+
+Funkwhale provides tools for managing content and users on your Funkwhale pod. In addition to the [frontend moderation tools](../moderator_documentation/index.md), pod admins can use some extra tools for more powerful administration. Check out our [guide to the Django dashboard](django/index.md) and our [management script](manage_script/index.md) to get started.
diff --git a/docs/administrator_documentation/manage_script/index.md b/docs/administrator_documentation/manage_script/index.md
index 6c40e8cfe104991e436fa3a987d9dc7c9aff54bd..04987103378d5f5867a5e550dc001036bfd071a3 100644
--- a/docs/administrator_documentation/manage_script/index.md
+++ b/docs/administrator_documentation/manage_script/index.md
@@ -1,5 +1,7 @@
 # Funkwhale management script
 
+Funkwhale includes a {file}`manage.py` script that can help you automate a lot of admin tasks. Check out the guides in this section for instructions on how to use this tool.
+
 ```{toctree}
 ---
 caption: Administration tasks