### Using Your Custom Theme
- Select your custom theme using the `/theme` command in Qwen Code. Your custom theme will appear in the theme selection dialog.
- Or, set it as the default by adding `"theme": "MyCustomTheme"` to the `ui` object in your `settings.json`.
-- Custom themes can be set at the user, project, or system level, and follow the same [configuration precedence](./configuration.md) as other settings.
-
-
+- Custom themes can be set at the user, project, or system level, and follow the same [configuration precedence](../configuration/settings) as other settings.
## Themes Preview
-| Dark Theme | Preview | Light Theme | Preview |
-| :-: | :-: | :-: | :-: |
-| ANSI |
| ANSI Light |
|
-| Atom OneDark |
| Ayu Light |
|
-| Ayu |
| Default Light |
|
-| Default |
| GitHub Light |
|
-| Dracula |
| Google Code |
|
-| GitHub |
| Xcode |
|
+| Dark Theme | Preview | Light Theme | Preview |
+| :----------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :-----------: | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
+| ANSI |
| ANSI Light |
|
+| Atom OneDark |
| Ayu Light |
|
+| Ayu |
| Default Light |
|
+| Default |
| GitHub Light |
|
+| Dracula |
| Google Code |
|
+| GitHub |
| Xcode |
|
diff --git a/docs/users/configuration/trusted-folders.md b/docs/users/configuration/trusted-folders.md
index afe955ef..7aa16d84 100644
--- a/docs/users/configuration/trusted-folders.md
+++ b/docs/users/configuration/trusted-folders.md
@@ -56,6 +56,6 @@ If you need to change a decision or see all your settings, you have a couple of
For advanced users, it's helpful to know the exact order of operations for how trust is determined:
-1. **IDE Trust Signal**: If you are using the [IDE Integration](/users/ide-integration/ide-integration), the CLI first asks the IDE if the workspace is trusted. The IDE's response takes highest priority.
+1. **IDE Trust Signal**: If you are using the [IDE Integration](../ide-integration/ide-integration), the CLI first asks the IDE if the workspace is trusted. The IDE's response takes highest priority.
2. **Local Trust File**: If the IDE is not connected, the CLI checks the central `~/.qwen/trustedFolders.json` file.
diff --git a/docs/users/features/approval-mode.md b/docs/users/features/approval-mode.md
index 0749140e..e072f237 100644
--- a/docs/users/features/approval-mode.md
+++ b/docs/users/features/approval-mode.md
@@ -1,3 +1,5 @@
+# Approval Mode
+
Qwen Code offers three distinct permission modes that allow you to flexibly control how AI interacts with your code and system based on task complexity and risk level.
## Permission Modes Comparison
diff --git a/docs/users/features/commands.md b/docs/users/features/commands.md
index 92833b4e..716fc392 100644
--- a/docs/users/features/commands.md
+++ b/docs/users/features/commands.md
@@ -20,10 +20,11 @@ These commands help you save, restore, and summarize work progress.
| Command | Description | Usage Examples |
| ----------- | --------------------------------------------------------- | ------------------------------------ |
+| `/init` | Analyze current directory and create initial context file | `/init` |
| `/summary` | Generate project summary based on conversation history | `/summary` |
| `/compress` | Replace chat history with summary to save Tokens | `/compress` |
+| `/resume` | Resume a previous conversation session | `/resume` |
| `/restore` | Restore files to state before tool execution | `/restore` (list) or `/restore