#
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
- head to the workflows page
- click the
Create workflow
button
- choose the
LLM chain
template
- 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.
Next steps
- Read anatomy of a workflow for more details about workflows and nodes.
- Our reference has details about all our nodes and their options.
- Our integrations showcase some options for integration flowtastic workflows in other nocode tools
- Our developers section has details about our API and how to integrate flowtastic in your own applications.