diff --git a/SubAPI.md b/SubAPI.md
index 310411c..68e86ad 100644
--- a/SubAPI.md
+++ b/SubAPI.md
@@ -1,5 +1,11 @@
SubAPI is the way to access the server manager through custom plugins. This page goes over how get started using it.
+> **Topics on This Page:**
+> [SubServers.Bungee](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersBungee)
+> [SubServers.Host](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersSync)
+> [SubServers.Sync](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersHost)
+> [SubServers.Client](https://github.com/ME1312/SubServers-2/wiki/SubAPI#SubServersClient)
+
### SubAPI via Maven
You may want to use Maven to handle the SubAPI dependency for you. If so, here's the code you need to make it happen.
```xml