diff --git a/Frontend/bun.lockb b/Frontend/bun.lockb
index cafcd5c..f936f11 100644
Binary files a/Frontend/bun.lockb and b/Frontend/bun.lockb differ
diff --git a/Frontend/docs/home.md b/Frontend/docs/home.md
index cd15e51..0d680ad 100644
--- a/Frontend/docs/home.md
+++ b/Frontend/docs/home.md
@@ -4,17 +4,131 @@ published: '04-19-2024'
summary: 'Get started with RESTfulMC! duis numquam himenaeos lectus quisque assueverit aperiri'
---
-# Get started with RESTfulMC!
-Welcome to the RESTfulMC documentation! feugait pertinax duis laudem vix integer tempus conubia graece interpretaris
+[//]: # (# Get started with RESTfulMC!)
-## Table of Contents
-- [Get started with RESTfulMC!](#get-started-with-restfulmc)
- - [Features](#features)
+[//]: # (Welcome to the RESTfulMC documentation! feugait pertinax duis laudem vix integer tempus conubia graece interpretaris)
-## Features
-Some of the core features of RESTfulMC include:
+[//]: # ()
+[//]: # (## Table of Contents)
-| Feature | Description |
-|-------------------------:|------------------------------------------------------------------:|
-| [Player Lookup](/player) | praesent omittam mollis maximus has pretium mediocritatem eripuit |
-| [Server Lookup](/server) | sapien faucibus numquam ponderum utamur himenaeos menandri tation |
\ No newline at end of file
+[//]: # (- [Get started with RESTfulMC!](#get-started-with-restfulmc))
+
+[//]: # ( - [Features](#features))
+
+[//]: # ()
+[//]: # (## Features)
+
+[//]: # (Some of the core features of RESTfulMC include:)
+
+[//]: # ()
+[//]: # (| Feature | Description |)
+
+[//]: # (|-------------------------:|------------------------------------------------------------------:|)
+
+[//]: # (| [Player Lookup](/player) | praesent omittam mollis maximus has pretium mediocritatem eripuit |)
+
+[//]: # (| [Server Lookup](/server) | sapien faucibus numquam ponderum utamur himenaeos menandri tation |)
+# Heading level 1
+I really like using Markdown.
+
+```typescript
+"use client";
+
+import { ThemeProvider as NextThemesProvider } from "next-themes";
+import { type ThemeProviderProps } from "next-themes/dist/types";
+
+/**
+ * The provider of themes!!
+ */
+const ThemeProvider = ({ children, ...props }: ThemeProviderProps) => (
+ {children}
+);
+export default ThemeProvider;
+```
+
+
+I think I'll use it to format all of my documents from now on.
+
+## Heading level 2
+### Heading level 3
+#### Heading level 4
+##### Heading level 5
+###### Heading level 6
+
+Heading level 1
+===============
+
+Heading level 2
+---------------
+
+I just love **bold text**.
+I just love __bold text__.
+
+This text is ***really important***.
+This text is ___really important___.
+This text is __*really important*__.
+This text is **_really important_**.
+This is really***very***important text.
+
+> Dorothy followed her through many of the beautiful rooms in her castle.
+>
+> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
+
+> Dorothy followed her through many of the beautiful rooms in her castle.
+>
+>> The Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
+
+> #### The quarterly results look great!
+>
+> - Revenue was off the chart.
+> - Profits were higher than ever.
+ >
+ > *Everything* is going according to **plan**.
+
+1. First item
+2. Second item
+3. Third item
+4. Fourth item
+
+1. First item
+2. Second item
+3. Third item
+ 1. Indented item
+ 2. Indented item
+4. Fourth item
+
+- First item
+- Second item
+- Third item
+- Fourth item
+
+* First item
+* Second item
+* Third item
+* Fourth item
+
++ First item
++ Second item
++ Third item
++ Fourth item
+
+- First item
+- Second item
+- Third item
+ - Indented item
+ - Indented item
+- Fourth item
+
+At the command prompt, type `nano`.
+
+``Use `code` in your Markdown file.``
+
+
+
+***
+
+---
+
+_________________
+
+My favorite search engine is [Duck Duck Go](https://duckduckgo.com).
\ No newline at end of file
diff --git a/Frontend/docs/server/query.md b/Frontend/docs/server/query.md
new file mode 100644
index 0000000..122a865
--- /dev/null
+++ b/Frontend/docs/server/query.md
@@ -0,0 +1,8 @@
+---
+title: 'Query a server'
+published: '04-19-2024'
+summary: 'utinam delicata nominavi ornare eirmod pharetra decore interesset necessitatibus.'
+---
+
+# bob
+HELLO JOHN
\ No newline at end of file
diff --git a/Frontend/package.json b/Frontend/package.json
index b177c09..57beb3f 100644
--- a/Frontend/package.json
+++ b/Frontend/package.json
@@ -24,6 +24,7 @@
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.2",
"@radix-ui/react-context-menu": "^2.1.5",
+ "@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.0.5",
@@ -36,6 +37,7 @@
"class-variance-authority": "^0.7.0",
"clipboard-copy": "^4.0.1",
"clsx": "^2.1.0",
+ "fuse.js": "^7.0.0",
"lucide-react": "^0.372.0",
"moment": "^2.30.1",
"next": "14.2.2",
diff --git a/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx b/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx
index f3ebee7..de220b2 100644
--- a/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx
+++ b/Frontend/src/app/(pages)/docs/[[...slug]]/page.tsx
@@ -71,7 +71,7 @@ const ContentPage = ({ params }: PageProps): ReactElement => {
{/* Publish Date */}
-