diff --git a/SUMMARY.md b/SUMMARY.md
new file mode 100644
index 0000000..65ace03
--- /dev/null
+++ b/SUMMARY.md
@@ -0,0 +1,12 @@
+# Table of contents
+
+* [👋 welcome](README.md)
+
+## getting a subdomain
+
+* [🏃♂️ quickstart](getting-a-subdomain/quickstart.md)
+* [🤝 making a pull request](getting-a-subdomain/publish-your-docs.md)
+
+## Basics
+
+* [Github Pages](basics/editor.md)
diff --git a/basics/editor.md b/basics/editor.md
new file mode 100644
index 0000000..635e407
--- /dev/null
+++ b/basics/editor.md
@@ -0,0 +1,12 @@
+---
+icon: github
+---
+
+# Github Pages
+
+using github pages as your provider is really easy, just first follow the steps on "quickstart", after your pull request gets accepted, go to your repository settings, click "Pages", then "Deploy from a branch" then scroll down until "Custom Domain", if my subdomain was "brainrot", i would put in brainrot.is-not.cool.
+
+
+
+###
+
diff --git a/getting-a-subdomain/publish-your-docs.md b/getting-a-subdomain/publish-your-docs.md
new file mode 100644
index 0000000..f6d1cd6
--- /dev/null
+++ b/getting-a-subdomain/publish-your-docs.md
@@ -0,0 +1,5 @@
+# 🤝 making a pull request
+
+making a pull request is really simple!
+
+go to the "Pull Requests" tab on the repository, click "New pull request", after that click "Create pull request", after that wait for a maintainer to read the pull request.
diff --git a/getting-a-subdomain/quickstart.md b/getting-a-subdomain/quickstart.md
new file mode 100644
index 0000000..bd6911d
--- /dev/null
+++ b/getting-a-subdomain/quickstart.md
@@ -0,0 +1,37 @@
+# 🏃♂️ quickstart
+
+
+
+first, fork the repository as shown in the photo above this text.
+
+{% hint style="info" %}
+want to learn how to make your own? buy ur own domain
+{% endhint %}
+
+### setting up
+
+to set up, you will need to make a json file in the "domains" folder, you will need to make sure it follows this format in json and goes like "yoursubdomain".is-not.cool.json
+
+```
+{
+ "description": "insert ur description",
+
+ "domain": "is-not.cool",
+ "subdomain": "yoursubdomain",
+
+ "owner": {
+ "repo": "https://github.com/is-not-cool/registration",
+ "email": "ur email adress"
+ },
+
+ "record": {
+ // choose any dns record that exists and we can try to make it happen
+ },
+
+ "proxied": false
+}
+```
+
+
+
+###