# Chatbot - Condition Block Exit Logic: When "No" is the Positive Exit

This is totally possible, and it depends on how the condition was configured.

Example:

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXfOQhGM1HwPcjmo0k5h0nZOkTUaSr8_4Vw7athFi_a_210KKXqYnYyLykxOVEzpcfUlOhOOp7Pc6KwxEAAO-lxIt92qpsuWYV6BC8GaHFDcB0J_pgwH7_PabYS4z1FiXEJWfP8gNw?key=yi7UgRX9FrJXAUttZPYHSsXl" alt=""><figcaption></figcaption></figure>

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXd8Wdj3AFuZznwOqiXeXN4OLwtaDaXFLDilkf6-PUz03Ouo1pDzC6hnXAv_S4AaWVfvk-4zkj-1FPkw0q27JpmFy1Xl7sf6tFXbRFd5sQBwAy6e3GmszHi7v4Z8dbJb4A2P51WVDg?key=yi7UgRX9FrJXAUttZPYHSsXl" alt=""><figcaption></figcaption></figure>

You created the following condition:

* Configured condition: “Does the lead have an opportunity?”
* Chosen operator: NOT (that is, “The lead does not have an opportunity”).
* Expected action: When this condition is true (that is, the lead really does not have an opportunity), it should follow the positive output.

\
How does the logic work in this case?

The logic can be understood like this:

* The positive output is triggered when the configured condition is TRUE.
* The negative output is triggered when the configured condition is FALSE.

\
Important tip 💡

The key to understanding this lies in the way you write/configure the condition:

* If you write the condition affirmatively, like “Does the lead have an opportunity?”, then the positive output will be triggered when they have one.
* But if you write the condition negatively, like “The lead does not have an opportunity?”, then the positive output will be triggered when they indeed do not have one.

\
Conclusion

The positive output does not always mean the answer is “Yes” to the original statement, but rather that the entire configured condition is true. So, if the condition you configured is "The lead does not have an opportunity" and that is true, the positive output will be followed.

<br>


---

# 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.sprinthub.com/en/topics/convert/chatbot/chatbot-common-questions/chatbot-condition-block-exit-logic-when-no-is-the-positive-exit.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.
