# Adding workflow manually

If you want to build a workflow manually, do the following:

1. Open the dashboard by clicking the GoLess icon at the screen's top right.
2. Select "New workflow" and enter the name and some information about the new workflow.
3. Navigate to the newly generated workflow in the editor.
4. You will notice a trigger block in the editor where the workflow starts to execute. You can program the timing of the workflow to run in this block.
5. To add a block to the workflow, choose and drag a block from the list on the left side of the workflow. Next, to tie the trigger block with the added block, drag the trigger block output and drop it into the added block input.
6. When you are done adding blocks, save your workflow. You may then execute the workflow by clicking the playback icon.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.goless.com/readme/adding-workflow-manually.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
