# Quick Start (https://docs.fuser.studio/docs/interface/quick-start)

Get up and running with Fuser in just a few minutes. This guide will walk you through creating your first AI workflow.

[Video: quick-start.mp4]

## Before You Begin [#before-you-begin]

1. **Create an Account**: Sign up at [app.fuser.studio](https://app.fuser.studio)
2. **Get API Keys**: You'll need at least one AI provider [API Key](https://docs.fuser.studio/docs/interface/api-keys.md) to unlock Fuser's full potential.

> [!NOTE]
>
> Don't have API keys yet? No problem! You can explore the interface and import your own media while you set them up.

## Your First Workflow: Text to Image [#your-first-workflow-text-to-image]

Let's create a simple workflow that generates an image from a text description.

    ### Add a Text Node [#add-a-text-node]

    1. Press the  icon in the toolbar or drag it onto the canvas.
    2. Click on the text node and enter a prompt like `A serene mountain landscape at sunset`.

    ### Connect to an Image Generator [#connect-to-an-image-generator]

    1. Press the  icon in the toolbar to open the search panel.
    2. Choose an image generation node like [**Flux Dev Node**](https://docs.fuser.studio/docs/nodes/image/flux-1-dev.md).
    3. Click and drag from the text node output  to the image generator  Prompt input.

    > [!NOTE]
>
> You can learn more about **sockets** and how to connect nodes in the [Sockets & Connections](https://docs.fuser.studio/docs/interface/sockets.md) section.

    ### Set Up Your API Key [#set-up-your-api-key]

    If you haven't already added your API key:

    1. Click the  icon in the left sidebar.
    2. Select the **API Keys** tab.
    3. Choose your provider (in this case, Fal) and paste the API key you copied from your [Fal dashboard](https://fal.ai/dashboard/keys).

    [Video: api-key-quick-start.mp4]

    > [!NOTE]
>
> Need an API key? Check out [Setting up API Keys](https://docs.fuser.studio/docs/interface/api-keys.md) for step-by-step instructions for each provider.

    ### Generate Your Image [#generate-your-image]

    1. Click on your image generation node (the **Flux Dev Node**) to select it.
    2. Press the  button that appears in the **Node Toolbar** to start generating.
    3. Watch the magic — your image appears in the node once generation completes.

    ### View and Download [#view-and-download]

    1. The generated image appears directly in the node.
    2. Select the image node and press the  button in the toolbar to download.

## What You Just Learned [#what-you-just-learned]

**Congratulations!** 🎉 You've just created your first AI workflow. Here's what happened:

* **Nodes**: You used building blocks (Text and Image Generator) to create functionality
* **Connections**: You linked nodes together to pass data between them
* **Execution**: You ran the workflow to process your input through AI models
* **Results**: You generated and downloaded AI-created content

## Next Steps [#next-steps]

Now that you've got the basics, explore these concepts:

### Learn the Fundamentals [#learn-the-fundamentals]

  - [Core Concepts](https://docs.fuser.studio/docs/interface/concepts.md): Understand nodes, sockets, and flows.

  - [Canvas Navigation](https://docs.fuser.studio/docs/interface/canvas.md): Master moving around your workspace.

  - [Understanding Nodes](https://docs.fuser.studio/docs/interface/nodes.md): Learn about the different node types.

### Expand Your Workflow [#expand-your-workflow]

  - [Working with Media](https://docs.fuser.studio/docs/interface/importing-data.md): Upload images, videos, and audio.

  - [AI Providers](https://docs.fuser.studio/docs/interface/providers.md): Explore different AI services and models.

  - [Templates](https://docs.fuser.studio/docs/interface/templates.md): Start from pre-built workflows.

### Advanced Features [#advanced-features]

  - [Style Training](https://docs.fuser.studio/docs/interface/styles.md): Create custom AI styles from your references.

  - [Sharing](https://docs.fuser.studio/docs/interface/sharing.md): Collaborate and share your workflows.

## Troubleshooting [#troubleshooting]

### Common Issues [#common-issues]

**Node won't execute?**

* Check that you have a valid API key for the provider
* Ensure that you have some credits left in your provider account
* Ensure all required inputs are connected or filled in

**Connection not working?**

* Ensure you're dragging from output (right side) to input (left side)
* Check that data types are compatible (colors should match)

Need more help? Check our [Troubleshooting guide](https://docs.fuser.studio/docs/interface/troubleshooting.md) or join our [Discord community](https://discord.gg/ksnjDd7eRh).