# WIN-FOR

## WIN-FOR

- [WIN-FOR](https://digitalsleuth.gitbook.io/win-for-documentation/readme.md): A Windows Forensics Toolkit and Environment Builder
- [Using the Installer](https://digitalsleuth.gitbook.io/win-for-documentation/installation/using-the-installer.md): Win-FOR GUI
- [Acquisition and Analysis](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/acquisition-and-analysis.md): Tools used for the acquisition and bulk processing / analysis of evidence items
- [Databases](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/databases.md): Database browsers
- [Documents / Editors](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/documents-editors.md): Applications to create, modify, disassemble, and analyze document files.
- [Email](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/email.md): Analyze email artifacts
- [Executables](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/executables.md): Reverse engineering, static, and dynamic analysis of executables
- [Installers](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/installers.md): Decompile and deconstruct installers
- [Logs](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/logs.md): Event and Web log analysis
- [Mobile Analysis](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/mobile-analysis.md): Analysis of mobile devices and applications
- [Network](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/network.md): Network traffic analysis tools
- [Raw Parsers / Decoders](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/raw-parsers-decoders.md): Basic tools for byte-level analysis of data blobs
- [Registry](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/registry.md): Analysis of Windows registry artifacts
- [Terminals](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/terminals.md): Use of Linux-emulated terminals on Windows
- [Utilities](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/utilities.md): Basic utilities to assist in data analysis or transfer
- [Windows Analysis](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/windows-analysis.md): Tools to conduct forensic analysis on various Windows artifacts
- [Requirements](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/requirements.md): Applications required to make everything else work


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://digitalsleuth.gitbook.io/win-for-documentation/readme.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.
