# Windows: length of folder name

When running TRACER on a Windows machine, the length of the folder names generated by TRACER within `TRACER_DATA` after a detection task might break the text reuse visualization. This means that the `index.html` file in the TRAViz postprocessing folder, although correctly computed, will display a blank or an error page in the browser. To fix the issue, rename all folders nested in `TRACER_DATA` to something shorter (e.g. 1, 2, 3, 4, 5, 6). Once all folders are renamed, the `index.html` file can be reopened and the text reuse visualization will load in the browser.


---

# 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://tracer.gitbook.io/manual/support/troubleshooting/windows-length-of-folder-name.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.
