diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml
new file mode 100644
index 000000000..c70a20830
--- /dev/null
+++ b/.github/workflows/docs.yaml
@@ -0,0 +1,18 @@
+name: Publish wiki
+on:
+ push:
+ branches: [main]
+ paths:
+ - docs/wiki/**
+ - .github/workflows/publish-wiki.yml
+concurrency:
+ group: publish-wiki
+ cancel-in-progress: true
+permissions:
+ contents: write
+jobs:
+ publish-wiki:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v3
+ - uses: Andrew-Chen-Wang/github-wiki-action@v4
diff --git a/.github/workflows/release-linux.yaml b/.github/workflows/release-linux.yaml
index 542495adf..25a280e0d 100644
--- a/.github/workflows/release-linux.yaml
+++ b/.github/workflows/release-linux.yaml
@@ -1,6 +1,6 @@
# This workflow will...
-name: Realease Linux
+name: Release Linux
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
diff --git "a/docs/wiki/AMD-Sofware-\342\200\220-Nothing-opens-when-I-press-`Ctrl`\342\200\220`Shift`\342\200\220`I`.md" "b/docs/wiki/AMD-Sofware-\342\200\220-Nothing-opens-when-I-press-`Ctrl`\342\200\220`Shift`\342\200\220`I`.md"
new file mode 100644
index 000000000..f4ca69782
--- /dev/null
+++ "b/docs/wiki/AMD-Sofware-\342\200\220-Nothing-opens-when-I-press-`Ctrl`\342\200\220`Shift`\342\200\220`I`.md"
@@ -0,0 +1,21 @@
+If you encounter a keyboard shortcut conflict between AMD Software and Oculus Rift, you can either disable or modify the conflicting shortcut.
+
+_Special thanks to_ `𝔽𝕪𝕟𝕟 (fynn07)` _for its contribution with information and screenshots_
+### __Follow these steps to disable the shortcut in AMD Software:__
+# Step 1 - Access Settings:
+- Open AMD Software and click on the gear icon in the top right corner to go to settings.
+
+
+# Step 2 - Modify Keyboard Shortcuts:
+- In the settings menu, select the "Hotkey" tab.
+
+
+# Step 3 -Disabling Shortcuts:
+- Turn off the "Use Hotkeys" option to prevent any conflicts with Oculus Rift.
+
+
+# Step 3 alt - Modify the Shortcut:
+- If you prefer to keep using keyboard shortcuts, consider changing the specific conflicting shortcut (e.g., "Ctrl + Shift + I") to another combination that is less likely to interfere.
+
+ℹ️ _**Keep in mind you can't change the full keybind!**_
+_**You can only Change the "i" to an different Button!**_ ℹ️
\ No newline at end of file
diff --git a/docs/wiki/Home.md b/docs/wiki/Home.md
new file mode 100644
index 000000000..95c154c40
--- /dev/null
+++ b/docs/wiki/Home.md
@@ -0,0 +1,3 @@
+Welcome to the bs-manager wiki! (wip c:)
+
+to get you oculus token check here : https://github.com/Zagrios/bs-manager/wiki/How-to-obtain-your-Oculus-Token
\ No newline at end of file
diff --git a/docs/wiki/How-to-obtain-your-Oculus-Token.md b/docs/wiki/How-to-obtain-your-Oculus-Token.md
new file mode 100644
index 000000000..93214d6ed
--- /dev/null
+++ b/docs/wiki/How-to-obtain-your-Oculus-Token.md
@@ -0,0 +1,30 @@
+### Important
+
+Your token is a confidential piece of information. Possession of this token allows individuals to download applications, send messages, among other actions, under your identity.
+
+However, you might wonder why it is necessary to provide this token to BSManager. The reason is that BSManager requires the token to continue the download with Oculus. Once you've input the token, it is used exclusively to communicate with Oculus servers to verify that you are the rightful owner of the game.
+
+## Step 1 - Install and log into the Oculus Rift app
+- Get the Oculus Rift app setup from the [Meta website](https://www.oculus.com/rift/setup/)
+- Install the Oculus Rift app
+
+ℹ️ **If you bought Beat Saber from the Quest store, it won't appear in your Rift library by default. To download it with BSManager, first claim it from its store page** ℹ️
+
+## Step 2 - Open developer tools
+
+- Open Oculus app
+- Open the developer tools by pressing Ctrl + Shift + i.
+
+## Step 3 - Copy your Token
+In the developer tools :
+- Open the `Network` tab ***(1)***
+- Filter for `graph` ***(2)***
+- Click on the first request ***(3)***
+- Open the `Headers` tab ***(4)***
+- Scroll to the bottom to locate your token, it should start with `FRL` ***(5)***
+- Select the token using your mouse and press Ctrl + c to copy it
+
+
+
+# Known bugs
+- [Nothing opens when I press `Ctrl`+`Shift`+`i`.](https://github.com/Zagrios/bs-manager/wiki/Nothing-opens-when-I-press-%60Ctrl%60%E2%80%90%60Shift%60%E2%80%90%60i%60.)
\ No newline at end of file
diff --git "a/docs/wiki/Nothing-opens-when-I-press-`Ctrl`\342\200\220`Shift`\342\200\220`i`..md" "b/docs/wiki/Nothing-opens-when-I-press-`Ctrl`\342\200\220`Shift`\342\200\220`i`..md"
new file mode 100644
index 000000000..e2e7762b9
--- /dev/null
+++ "b/docs/wiki/Nothing-opens-when-I-press-`Ctrl`\342\200\220`Shift`\342\200\220`i`..md"
@@ -0,0 +1,4 @@
+If nothing opens when you press `Ctrl` + `Shift` + `I`, it's possible that the keyboard shortcut to open the development tools is being used by another application.
+
+Here's a non-exhaustive list of applications that have caused a problem and their suggested solutions:
+- [AMD software](https://github.com/Zagrios/bs-manager/wiki/AMD-Sofware-%E2%80%90-Nothing-opens-when-I-press-%60Ctrl%60%E2%80%90%60Shift%60%E2%80%90%60I%60)
\ No newline at end of file