diff --git a/Writerside/images/dickerase.png b/Writerside/images/dickerase.png
new file mode 100644
index 0000000..856bc14
Binary files /dev/null and b/Writerside/images/dickerase.png differ
diff --git a/Writerside/images/disk.png b/Writerside/images/disk.png
new file mode 100644
index 0000000..7ffcb34
Binary files /dev/null and b/Writerside/images/disk.png differ
diff --git a/Writerside/images/downubuntu.png b/Writerside/images/downubuntu.png
new file mode 100644
index 0000000..4ee0a6f
Binary files /dev/null and b/Writerside/images/downubuntu.png differ
diff --git a/Writerside/images/etcher.png b/Writerside/images/etcher.png
new file mode 100644
index 0000000..37c7c52
Binary files /dev/null and b/Writerside/images/etcher.png differ
diff --git a/Writerside/images/etcherteach.png b/Writerside/images/etcherteach.png
new file mode 100644
index 0000000..542816d
Binary files /dev/null and b/Writerside/images/etcherteach.png differ
diff --git a/Writerside/taatayr.tree b/Writerside/taatayr.tree
index 7327f8a..821cee8 100644
--- a/Writerside/taatayr.tree
+++ b/Writerside/taatayr.tree
@@ -12,4 +12,5 @@
+
\ No newline at end of file
diff --git a/Writerside/topics/setup_yourAI_workstation.md b/Writerside/topics/setup_yourAI_workstation.md
new file mode 100644
index 0000000..1584c28
--- /dev/null
+++ b/Writerside/topics/setup_yourAI_workstation.md
@@ -0,0 +1,44 @@
+# Set up your Ai workstation
+
+This tutorial will guide you through configuring a workstation or server for AI projects from scratch. Since the author enjoys exploring the latest systems, the tutorial will use the installation of the latest version, Ubuntu 24.04, as an example.
+
+## Install ubuntu in your computer or workstation
+
+You can find the downloda link and new release here: ,just download the version you like.
+![downubuntu.png](downubuntu.png){width="400" }
+
+After the download is complete, you'll need to use a USB drive (preferably a blank one) to create a bootable system disk.
+
+If you are using **MACOS** you can follow
+
+If you are using **WINDOWS** you can usen rufus and follow
+
+I will follow the macos guide here.
+
+Open the following app.
+![disk.png](disk.png){width="100" }
+Find the **external** disk, and erase it:
+![dickerase.png](dickerase.png){width="400" }
+Download etcher in your device.
+![etcher.png](etcher.png){width="400" }
+
+then open this application:
+![etcherteach.png](etcherteach.png){width="400" }
+
+just 'flash' it.
+
+Insert the USB drive into the new machine. Before the boot screen appears, repeatedly press F8 or F2 to enter the boot menu. Select USB (choose the **UEFI option**) as the boot device, and then boot Ubuntu from the USB drive. Follow the on-screen instructions to proceed.
+
+Then just follow the guide here:
+
+Finally you will have ubuntu 24.04LST in your workstation.
+
+**Don't forget remove the USB drive before you restart your machine.**
+
+## Install AI research application
+
+link to your machine:
+
+Input `ifconfig` in your workstations terminal. And if you get `command not found`. It means no network tool in this station now(and also no ssh tool in most time).
+
+just input `sudo apt install ssh` and `sudo apt install ssh net-tools` in the terminal.