# AND/OR Conditions

{% embed url="<https://youtu.be/xUwxooRP9Mg?si=-4LEAdcqtv-cqA0S&t=514>" %}

It is possible to create conditions bound with **AND/OR** terms.

Let's take an example of making bound conditions for the **Annual Interest Rate** depending on the **Loan Amount**.

**Condition:** if the loan amount is greater than 5 000 and less than 7 000 set the annual interest rate to 10:

![](/files/EuLSImlxW05nyh6d5IOF)

In the first preview, we can see that only one condition is met and the annual interest rate has not changed:&#x20;

![](/files/8VKtKLAiWlwvq023UiK4)

In the second preview, both conditions are met and the annual interest rate is set to 10:

![](/files/hCy0bY1zlWHAMgktjkzI)


---

# 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.stylemixthemes.com/cost-calculator-builder/conditional-system/and-or-conditions.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.
