# Articles

- [My life as a cyber security engineer working as a cyber security instructor](https://0xk3rypton.gitbook.io/0xk3rypt0n-blog/digital-forensics/articles/my-life-as-a-cyber-security-engineer-working-as-a-cyber-security-instructor.md)
- [Digital evidence file formats: Types and key considerations for forensic investigation](https://0xk3rypton.gitbook.io/0xk3rypt0n-blog/digital-forensics/articles/digital-evidence-file-formats-types-and-key-considerations-for-forensic-investigation.md)
- [Finding evidence of a deleted file](https://0xk3rypton.gitbook.io/0xk3rypt0n-blog/digital-forensics/articles/finding-evidence-of-a-deleted-file.md): The article explores methods for locating evidence of a deleted file within the Windows NTFS file system, even after it has been overwritten and is no longer present in the MFT records.


---

# 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://0xk3rypton.gitbook.io/0xk3rypt0n-blog/digital-forensics/articles.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.
