# Projects

[WIN-FOR - A Windows-based Digital Forensic Environment builder](https://digitalsleuth.gitbook.io/win-for-documentation/)

[time-decode - A Python 3 timestamp encode/decode tool](https://digitalsleuth.gitbook.io/time-decode-documentation/)

[peepdf-3 - A Python 3 re-write of peepdf](https://github.com/digitalsleuth/peepdf-3)

[Sourcebook - A repository of DFIR knowledge](https://github.com/digitalsleuth/sourcebook)

[MS Word Parser - A Python 3 GUI/CLI tool for parsing MS Word Documents](https://github.com/jjrboucher/ms-word-parser)

[m.a.t. - A Linux-based Mobile Analysis Toolkit for Mobile Device Forensics](https://digitalsleuth.gitbook.io/mat-documentation/)


---

# 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://digitalsleuth.gitbook.io/projects/projects.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.
