diff --git a/README.md b/README.md
index 445b6a5..aa994d1 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,85 @@
-# Booly
+
+
+# Overview
+
+Booly bot (or better tooly) is a fork of my original discord bot tooly bot this is a updated fork that is easier to develop and use.
+
+Fork freely just credit booly
+
+# Installation
+
+there is 2 methods of install:
+1. prehosted 100 servers limit servers can be slow and updates are tested there.
+2. self host it
+
+## Prehosted
+
+[Click me for invite](https://discord.com/oauth2/authorize?client_id=1462727094575562916&permissions=8&integration_type=0&scope=bot+applications.commands)
+notes: again servers will most likely be slow and only 100 servers at a time if it reaches over a 100 servers I might host another one links will be updated.
+
+## Self hosting
+
+I recommended using the main stable repo (https://github.com/chersbobers/booly) for yours but the nightly branch is usable too (https://github.com/chersbobers/booly/tree/nightly)
+
+### what you need
+
+A server I use render because im broke with uptimerobot (note: Oregen servers are ip banned for me they might not be for you)
+
+Also a discord bot with Presence Intent, Server Members Intent and Message Content Intent
+
+Envs:
+DISCORD_TOKEN (your bot token)
+PORT 3000
+
+For the invite link it just needs bot and applications.commands
+
+# Commands
+
+## Leveling & Economy
+- `/rank` - View your rank and progress
+- `/leaderboard` - See the top 10 users
+- `/balance` - Check your balance
+- `/daily` - Claim your daily reward
+- `/work` - Work for coins
+
+## Fun Commands
+- `/8ball` - Ask the magic 8ball a question
+- `/roll` - Roll dice
+- `/flip` - Flip a coin
+- `/cat` - Get a random cat picture
+- `/dog` - Get a random dog picture
+
+## System & Moderation
+- `/kick` - Kick a member from the server
+- `/ban` - Ban a member from the server
+- `/unban` - Unban a user
+- `/timeout` - Timeout a member
+- `/warn` - Warn a member
+- `/warnings` - View warnings for a user
+- `/clearwarnings` - Clear warnings for a user
+- `/purge` - Delete multiple messages
+- `/lock` - Lock a channel
+- `/unlock` - Unlock a channel
+
+## Reaction Roles & YouTube
+- `/reactionrole` - Create a reaction role
+- `/removereactionrole` - Remove a reaction role
+- `/listreactionroles` - List all reaction roles
+- `/createreactionpanel` - Create a reaction role panel
+- `/setupyoutube` - Setup YouTube notifications
+- `/toggleyoutube` - Toggle YouTube notifications on/off
+- `/youtubestatus` - Check YouTube notification status
+- `/testlastvideo` - Test the last video notification
+
+## Info Commands
+- `/ping` - Check bot latency
+- `/serverinfo` - Get information about the server
+- `/userinfo` - Get information about a user
\ No newline at end of file