/ doc / devdocs / tools / readme.md
readme.md
 1  # PowerToys tools
 2  
 3  Tools in PowerToys are standalone apps and scripts that run outside of the PowerToys runner. They help developers and users to debug and test PowerToys features.
 4  
 5  The source code of the tools can be found in the [tools folder](/tools). The compiled tools are saved under `{PowerToysInstallPath}\tools`.
 6  
 7  ## Overview of the tools
 8  
 9  Following tools are currently available:
10  
11  * [BugReportTool](bug-report-tool.md) - A tool to collect logs and system information for bug reports.
12  * [Build tools](build-tools.md) - A set of scripts that help building PowerToys.
13  * [Clean up tool](clean-up-tool.md) - A tool to clean up the PowerToys installation.
14  * [Monitor info report](monitor-info-report.md) - A small diagnostic tool which helps identifying WinAPI bugs related to the physical monitor detection.
15  * [project template](/tools/project_template/README.md) - A Visual Studio project template for a new PowerToys project.
16  * [StylesReportTool](styles-report-tool.md) - A tool to collect information about an open window.
17  * [Verification scripts](verification-scripts.md) - A set of scripts that help verifying the PowerToys installation.