diff --git a/docs.fsdproject.org/static/fp.html b/docs.fsdproject.org/static/fp.html
new file mode 100644
index 0000000..b0003f0
--- /dev/null
+++ b/docs.fsdproject.org/static/fp.html
@@ -0,0 +1,252 @@
+
+
+
+
+
+ Documentation
+
+
+
+
+
+
+
+
+
+ Introduction
+ Fp, or FreePkg, is a minimal package manager that install fSD packages.
+
+
+
+ Installation
+ From Source
+ git clone https://git.vxserver.dev/fSD/fp
+ cd fp
+ sudo make install
+ One Shot
+ curl --proto '=https' --tlsv1.2 -sSf https://dl.fsdproject.org/fp | sh -s -- --web-ver
+
+
+
+ Quick Start
+ fp install fes
+ This installs the Fes package
+
+
+ Cli Reference
+
+
+ | Name |
+ Description |
+
+
+
+
+ --help |
+ Display help information. |
+
+
+ --version |
+ Print version information. |
+
+
+ install |
+ Installs a package |
+
+
+ remove |
+ Uninstalls a package |
+
+
+ update |
+ Update fp's version |
+
+
+ search |
+ Search for a package, this checks against both the name and the description. |
+
+
+
+
+
+
+
+
+
diff --git a/docs.fsdproject.org/www/index.lua b/docs.fsdproject.org/www/index.lua
index 0147838..dc1e9cf 100644
--- a/docs.fsdproject.org/www/index.lua
+++ b/docs.fsdproject.org/www/index.lua
@@ -23,6 +23,8 @@ site:note(u.cc {
std.center(std.h3("Tools")),
std.a("/static/yait.html", std.h4("Yait")),
std.p(" Yet Another Init Tool Online Documentation. [" .. std.a("https://fsdproject.org/releases/yait", "yait home") .. "]"),
+ std.a("/static/fp.html", std.h4("Fp")),
+ std.p(" Free Pkg Online Documentation. [" .. std.a("https://fsdproject.org/releases/yait", "yait home") .. "]"),
})
})