# Data Files

Data files represent any kind of additional data that you may need to have deployed on the server for it to be able to execute a given rule. Examples of data files are CSV files detailing ISO country codes and geo location databases.

<figure><img src="https://2423451286-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F42mDa58RoaDxb6t8mbaI%2Fuploads%2Fgit-blob-ec469517704e35b109384435be438f033474002d%2Fimage.png?alt=media" alt=""><figcaption><p>Data Files folder</p></figcaption></figure>

You can upload these data files to the console server and from there deploy them out to any Composable Agentic Platform server on your network in a single operation.

As a rule, those files will be installed into the Composable Agentic Platform HOME folder.

Most rules will register a listener to detect if a data file they depend on has been changed. This means that a changed data file will be picked up by a rule set automatically without the need for a restart. This detection typically happens within 30 seconds of deployment.
