diff --git a/api.md b/api.md
index af5b339..22fb184 100644
--- a/api.md
+++ b/api.md
@@ -98,7 +98,12 @@ Action|Description|Parameters
------|-----------|----------
`getAvailableModules`|Return an array of modules available for download|_none_
`getInstalledModules`|Return an array of modules currently installed|_none_
-`installModule`|Install a module|
- `moduleName`
- Name of module to install
- `destination`
+`downloadModule`|Download a specified module|
- `moduleName`
- Name of module to install
- `destination`
+`installModule`|Install a specified module|
- `moduleName`
- Name of module to install
- `destination`
+`removeModule`|Remove a specified module|
+`downloadStatus`|Check status of module download|_none_
+`installStatus`|Check status of module install|_none_
+`checkDestination`|Check if the specified destination has the specified space free|
### Networking
#### Description
The Networking module API allows you to interface with the networking side of the WiFi Pineapple without having to write your own functions to manage interfaces, the DNS, and the routing table. As described above, you can use these actions in your own module like so: