# File Watcher

The file Watcher is a thread function that automatically monitors the source file path of the imported plan layer (e.g., PDF, DXF, PNG). If the source file is modified externally, the system detects the change and triggers a re-import of the plan in Exaplan while preserving its scaling and position.

### **Purpose**

This feature streamlines the iterative design process by removing the need for manual reloading. users can update the plan in their preferred CAD software, save the file, and see the changes reflected instantly in the 1:1 floor projection.

### **Configuration**

You can enable the File Watcher in the[ Configuration File](/configuration/configuration-file.md) by setting:

```json
"enableFileWatcher":true
```

After you restart Exaplan and load a file, the watcher symbol should show up as below:

<figure><img src="/files/0VYFiyB48E4YKJWNJKhz" alt=""><figcaption></figcaption></figure>


---

# 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.exaplan.one/operation/file-watcher.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.
