diff --git a/docs/FAQ.md b/docs/FAQ.md
index acfe566..bdc22a1 100644
--- a/docs/FAQ.md
+++ b/docs/FAQ.md
@@ -8,7 +8,7 @@ If you want to integrate your own ComfyUI workflows, please follow these specifi
2. **Parameter Binding**: Find the Text node (CLIP Text Encode or similar text input node) where prompt words need to be dynamically passed by the program.
- Edit the **Title** of that node.
- Change the title to `$.prompt.text!` or `$.prompt.value!` (depending on the input type accepted by the node).
-
+
- *Reference Example: Check the editing method of existing JSON files in the `workflows/selfhost/` directory.*
3. **Export Format**: Export the modified workflow as **API Format** (Save (API Format)).
@@ -23,7 +23,8 @@ If you want to test workflows locally that were originally intended for RunningH
1. **Get ID**: Open the RunningHub workflow file and find the ID.
2. **Load Workflow**: Paste the ID onto the end of the RunningHub URL (e.g., https://www.runninghub.cn/workflow/1983513964837543938) to enter the workflow page.
-
+
+
3. **Download to Local**: Download the workflow as a JSON file from the workbench.
4. **Local Testing**: Drag the downloaded file into your local ComfyUI canvas for testing and debugging.