# Configurations

Configurations hold the additional information a server needs to be able to execute a rule set. For example, if a server is reading from a `CSV` file, the configuration will define which column in the `CSV` file is stored in which variable, before being processed by the rule set.

Input formats, initial variable values, global variables, database information etc., are also all held in configurations.
