# Additional Topics

* Be careful opening unknown documents.
  * Go back to the tools section to help with this.
  * Files, upon being accessed, can execute activity. An example here is that Microsoft Office products can run Macros. Macros are used by bad actors to their advantage for their malicious activity.
* Use your Security Software!
  * Linux: UFW and fail2ban are two common options and are great. Security AV products are also widely supported.
  * Windows: Use your AV and your firewall. Nothing is guaranteed to 100% protect you, but everything helps.
  * Apple: The same context above, applies to Apple.
  * It is a misconception that one OS is more safe or more Secure than another. It is all about opportunity and return of investment for bad actors.
* Use YouTube
  * If you don’t know something, go search YouTube. I am constantly watching and learning something new.


---

# 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://epochsec.gitbook.io/daily-activities-best-practices/daily-activity-best-practices/additional-topics.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.
