diff --git a/README.md b/README.md
index 3f906c298..3e368ea11 100644
--- a/README.md
+++ b/README.md
@@ -8,75 +8,82 @@
## About
-XPipe is a new type of shell connection hub and remote file manager that allows you to access your entire server infrastructure from your local machine. It works on top of your installed command-line programs and does not require any setup on your remote systems. So if you normally use CLI tools like `ssh`, `docker`, `kubectl`, etc. to connect to your servers, you can just use XPipe on top of that.
-
-XPipe fully integrates with your tools such as your favourite text/code editors, terminals, shells, command-line tools and more. The platform is designed to be extensible, allowing anyone to add easily support for more tools or to implement custom functionality through a modular extension system.
+XPipe is a connection hub that allows you to access your entire server infrastructure from your local desktop. It works on top of your installed command-line programs like SSH, docker, or others, and does not require any setup on your remote systems. It integrates with your favourite text editors, terminals, shells, VNC/RDP clients, password managers, and command-line tools. The platform is designed to be extensible, allowing anyone to add easily support for more tools or to implement custom functionality through a modular extension system.
It currently supports:
- [SSH](https://docs.xpipe.io/guide/ssh) connections, config files, and tunnels
-- [Docker](https://docs.xpipe.io/guide/docker), [Podman](https://docs.xpipe.io/guide/podman), [LXD](https://docs.xpipe.io/guide/lxc), and [incus](https://docs.xpipe.io/guide/lxc) containers
-- [Proxmox PVE](https://docs.xpipe.io/guide/proxmox), [Hyper-V](https://docs.xpipe.io/guide/hyperv), [KVM](https://docs.xpipe.io/guide/kvm), [VMware Player/Workstation/Fusion](https://docs.xpipe.io/guide/vmware) virtual machines
+- [Docker](https://docs.xpipe.io/guide/docker) + compose, [Podman](https://docs.xpipe.io/guide/podman), [LXD](https://docs.xpipe.io/guide/lxc), and [incus](https://docs.xpipe.io/guide/lxc) containers
+- [Proxmox PVE](https://docs.xpipe.io/guide/proxmox), [Hyper-V](https://docs.xpipe.io/guide/hyperv), [KVM](https://docs.xpipe.io/guide/kvm), and [VMware Player/Workstation/Fusion](https://docs.xpipe.io/guide/vmware) virtual machines
- [Tailscale](https://docs.xpipe.io/guide/tailscale), [Netbird](https://docs.xpipe.io/guide/netbird), and [Teleport](https://docs.xpipe.io/guide/teleport) connections
- [AWS](https://docs.xpipe.io/guide/aws) and [Hetzner Cloud](https://docs.xpipe.io/guide/hcloud) servers
-- Windows Subsystem for Linux, Cygwin, and MSYS2 environments
-- [Powershell Remote Sessions](https://docs.xpipe.io/guide/pssession)
- [RDP](https://docs.xpipe.io/guide/rdp) and [VNC](https://docs.xpipe.io/guide/vnc) connections
+- Windows Subsystem for Linux, Cygwin, and MSYS2 environments
- [Kubernetes](https://docs.xpipe.io/guide/kubernetes) clusters, pods, and containers
+- [Powershell Remote Sessions](https://docs.xpipe.io/guide/pssession)
-## Connection hub
+## Connection hub ([Docs](https://docs.xpipe.io/guide/hub))
-- Easily connect to and access all kinds of remote connections in one place
-- Organize all your connections in hierarchical categories so you can keep an overview hundreds of connections
-- Create specific login environments on any system to instantly jump into a properly set up environment for every use case
-- Quickly perform various commonly used actions like starting/stopping containers, establishing tunnels, and more
-- Create desktop shortcuts that automatically open remote connections in your terminal without having to open any GUI
+- Easily establish and manage connections to remote systems from a central hub interface
+- Organize all your connections in hierarchical categories to maintain an overview over hundreds of connections.
+- Create custom shell login environments to instantly jump into a properly set up shell for every use case
+- Quickly perform various commonly used actions like starting/stopping systems, establishing tunnels, and more
+- Create desktop shortcuts and macros that automatically open remote connections in your terminal without having to open any GUI
-
+
-## Powerful file management
+## File browser ([Docs](https://docs.xpipe.io/guide/file-browser))
- Interact with the file system of any remote system using a workflow optimized for professionals
-- Quickly open a terminal session into any directory in your favourite terminal emulator
- Utilize your entire arsenal of locally installed programs to open and edit remote files
- Dynamically elevate sessions with sudo when required without having to restart the session
- Seamlessly transfer files from and to your system desktop environment
- Work and perform transfers on multiple systems at the same time with the built-in tabbed multitasking
+- Quickly open a terminal session into any directory in your favourite terminal emulator
+- Customize every action through the scripting system

-## Terminal launcher
+## Terminal launcher ([Docs](https://docs.xpipe.io/guide/terminals))
-- Boots you into a shell session in your favourite terminal with one click. Automatically fills password prompts and more
+- Launches you into a shell session in your favourite terminal with one click. Automatically fills password prompts and more
- Comes with support for all commonly used terminal emulators across all operating systems
- Supports opening custom terminal emulators as well via a custom command-line spec
-- Works with all command shells such as bash, zsh, cmd, PowerShell, and more, locally and remote
+- Works with all command shells such as bash, zsh, fish, cmd, PowerShell, and more, locally and remote
+- Integrates with multiplexers like tmux and zellij, plus prompts like starship and oh-my-zsh
+- Supports opening multiple sessions in split terminal pane views
- Connects to a system while the terminal is still starting up, allowing for faster connections than otherwise possible

-
-
-
-