# 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="/files/OPCT3uv8gY9z8FKLlWZj" 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.


---

# 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://docs.tomorrowx.com/cap/product-reference/data-files.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.
