# Decisions

## Introduction

{% embed url="<https://docs.google.com/presentation/d/136WnUEaIXElZNGW8a_SJZwbqasvahbGurmYoPr8QLFc/edit?usp=sharing>" %}

Everyday, you’re faced with making decisions: what to eat, what to wear, etc. &#x20;

Conditional statements perform different computations or actions depending on whether a boolean condition evaluates to True or False. &#x20;

In real life, if it were raining, you might decide to take an umbrella.

![Decision Flowchart](/files/-Lcvln9SVyfphpyAZiUS)

### **Relational Operators and Boolean Expressions**

* A Relational Operator determines whether a specific relationship exists between two values.
* A Boolean expression tests if the conditional statement is True or False.

![](/files/-Ld0y-ZY9f9rcZWdNi4E)


---

# 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://www.pythonclassroom.com/decisions-if-elif-else.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.
