# Simple condition

Simple conditions offer streamlined decision-making by allowing the incorporation of multiple criteria. If the criteria is met (true), the journey proceeds along the "Yes" path; otherwise, it diverts to the "No" path. These rules enable dynamic branching, ensuring that customers are directed based on their specific interactions or attributes. For instance, if a customer has viewed a particular product or signed up for newsletters, they proceed on the "Yes" path; if not, they follow the "No" path.&#x20;

For more intricate scenarios involving complex logical operations like grouped rules, the platform provides the flexibility of utilizing [complex conditions](/en/admin-ui/journeys/workflow/flow-control/complex-condition.md), allowing for even more precise and tailored journey configurations.

<figure><img src="/files/mxJPR3BgUMAMCmURRhOv" alt=""><figcaption></figcaption></figure>

For a detailed overview of all the available rules, please visit [here](/en/admin-ui/journeys/workflow/flow-control/rules.md).


---

# 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://academy.gopersonal.ai/en/admin-ui/journeys/workflow/flow-control/simple-condition.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.
