# Command Based Programming (FRC)

FRC has a very distinct structure to the code base. We utilize the Command Base paradigm and that can be difficult to understand to new students.&#x20;

Students can read through the Command Based documentation on WPILib's documentation site here:

{% embed url="<https://docs.wpilib.org/en/stable/docs/software/commandbased/index.html>" %}
