# Creating an 'Or' Condition

**Introduction**

Creating an 'Or' condition in Gymini's Workflow Builder allows you to build workflows where a contact can satisfy any one of multiple conditions to be directed down a specific path. This guide will demonstrate how to set up an 'Or' condition using tags as criteria.

<figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/48250492624/original/PVEr200i5xqjrUmLV8Th7Z7N3w-UC0p-Hg.png?1662993828" alt=""><figcaption></figcaption></figure>

**Setting Up an 'Or' Condition**

**Scenario**

You want to create a workflow where a contact is directed down a specific path if they meet one or both of the specified conditions based on their tags.

**Step-by-Step Guide**

1. **Access the Workflow Builder**: Open the Workflow Builder in your Gymini account.
2. **Create or Edit a Workflow**: Begin creating a new workflow or edit an existing one.
3. **Add an If-Else Step**: Add an If-Else step to your workflow at the point where you want to apply the 'Or' condition.
4. **Configure the Condition**:
   * **Condition 1**: Set the first condition to check a specific criterion regarding the contact's tags (e.g., includes a particular tag).
   * **Condition 2**: Set up a second condition to check another criterion regarding the contact's tags.
   * **Apply 'Or' Logic**: Use the 'Or' logic to allow the contact to satisfy any one of the conditions to be directed down the "Yes" path.
5. **Define the Paths**:
   * **Yes Path**: If the contact meets one or both of the conditions, they will be directed down the "Yes" path.
   * **No Path**: If the contact does not meet any of the conditions, they will go down the "No" path.

**Understanding the Outcome**

* **Yes Path**: For a contact to be directed down this path, they must satisfy at least one of the specified conditions based on their tags.
* **No Path**: Contacts who do not meet any of the conditions will be directed down this path.

**Conclusion**

Utilizing the 'Or' condition in Gymini's Workflow Builder enables you to create workflows that can respond to a variety of scenarios, enhancing the flexibility of your marketing strategies. By understanding how to set up 'Or' conditions, you can build workflows that cater to a broader range of potential outcomes, optimizing your engagement with contacts.


---

# 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.getgymini.com/gymini/features/features-overview/workflows/workflow-basics/workflow-conditions/creating-an-or-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.
