diff --git a/Webfront.md b/Webfront.md
new file mode 100644
index 0000000..2a68469
--- /dev/null
+++ b/Webfront.md
@@ -0,0 +1,35 @@
+### Webfront
+`Home`
+* Shows an overview of the monitored server(s)
+
+`Penalties`
+* Shows a chronological ordered list of client penalties (scrolling down loads older penalties)
+
+`Admins`
+* Shows a list of privileged clients
+
+`Login`
+* Allows privileged users to login using their `Client ID` and password set via `setpassword`
+* `ClientID` is a number that can be found by using `!find <client name>` or find the client on the webfront and copy the ID following `ProfileAsync/`
+
+`Profile`
+* Shows a client's information and history 
+
+`Web Console`
+* Allows logged in privileged users to execute commands as if they are in-
+
+`Search`
+* Query clients and messages
+
+Advanced filters can be constructed to search for resources using the following filter table.
+| Filter    | Description                                            | Format                | Example             |
+|-----------|--------------------------------------------------------|-----------------------|---------------------|
+| before    | include items occurring on or before the provided date | YYYY-MM-DD hh:mm:ss (UTC inferred) | 2020-05-21 23:00:00 |
+| after     | include items occurring on or after the provided date  | YYYY-MM-DD hh:mm:ss (UTC inferred) | 2015-01-01          |
+| server | include items matching the server id                   | ip:port               | 127.0.0.1:28960     |
+| client | include items matching the client id                   | integer               | 8947                |
+| contains  | include items containing this substring                | string                | hack                |
+| sort      | display results in this order                          | ascending\|descending | descending          |
+
+Any number of filters can be combined in any order.
+Example &mdash; `chat|before 2020-05-21|after 2020-05-01|server 127.0.0.1:28960|client 444|contains cheating|sort descending`