# Conditions Block

Include conditional logic in the workflow.

When this block runs, it checks for any conditions you have created.

When this block runs, it will check every condition you have built. If the condition is met, the workflow continues to the block that connects to the condition output. If there is no match, the workflow will continue to the block connected with the `fallback`output.

Open the Condition Builder page to find out how to create a condition.

\
\\


---

# 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/blocks/control-flow/conditions-block.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.
