> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Step-by-Step Tutorials

### **9.1 Image Generation Workflow**

1. Create a new workflow in GMI Studio.
2. Add **GMI Image Upload** (optional for text-to-image).
3. Add **GMI → Image Generation** node.
4. Fill out **prompt** (required) and optional parameters (aspect\_ratio, version, output\_quality).
5. Add **Image → Save Image** node.
6. Click **Run** to execute.

### **9.2 Video Generation Workflow**

1. Create a new workflow.
2. Optionally add **GMI Image Upload**.
3. Add **GMI → Video Generation** node.
4. Fill out **prompt** and optional parameters (duration, resolution).
5. Add **Video → Save Video**.
6. Run workflow.

### **9.3 Audio Generation Workflow**

1. Create a new workflow.
2. Add **GMI → Audio Generation** node.
3. Fill out **prompt** and optional parameters (voice, speed, quality).
4. Add **Audio → Save Audio**.
5. Run workflow.

### **9.4 Batching Images in a Workflow**

1. Add up to 10 GMI Image Upload nodes.
2. Add GMI → Utils →  Image → GMI Batch Images node.
3. Always first upload your image use “Image Upload” node.
4. Connect all uploads from “Image Upload” node to the batch node.
5. Connect the batched output to a generation node.
6. Run workflow.
