# Introduction to conditions
Conditions allow you to control the availability of choices offered to the reader. With them, you can create narratives that dynamically adapt to the reader's previous actions.
Concrete example
# Types of conditions
Compare a variable to a reference value. You have several operators available:
- Equal to — The variable must have exactly this value
- Greater than — For numeric variables
- Less than — For numeric variables
- Greater than or equal to — Includes the boundary value
- Less than or equal to — Includes the boundary value
# Setting up a condition
Open the step editor
Navigate to the target step and find the "Parent links" section.
Select a link
Click on the parent link to which you want to add a condition.
Add a condition
Use the dropdown menu to choose the type of condition.
Configure the parameters
Fill in the required values (variable, comparator, value...).