# Your first workflow

You can build (almost) anything you can imagine on flowtastic. But for the start we take the easiest route possible: creating a simple LLM workflow from our templates.

# Step by step to your first workflow

  1. head to the workflows page
    workflows
  2. click the Create workflow button
    create workflow
  3. choose the LLM chain template
    llm chain
  4. click Create LLM chain

That's it, you created a simple workflow which allows you to query a large language model.

# Your first run

You can always test a workflow by clicking the Run button in the top-right. This opens a dialog which has an input field for every input node in the current workflow. Type in some values and click Run to launch the workflow.

For the LLM chain workflow you just created, type in artificial intelligence and click Run. The page switches to the Runs, open the inspector of the current workflow run. It should complete in a few seconds and the output now contains a neat little explanation about artificial intelligence.

🎉 congratulations, you now have a neat little assistant telling you whatever you want to know.