# How to Guides

- [How to install WebView2 on your Windows Machine](https://docs.fenixpyre.com/references/how-to-guides/how-to-install-webview2-on-your-windows-machine.md)
- [How to enable TLS 1.2 on Windows for Agent Installation?](https://docs.fenixpyre.com/references/how-to-guides/how-to-enable-tls-1.2-on-windows-for-agent-installation.md)
- [How to install Microsoft Visual C++ Redistributable (x64) 2019 or higher?](https://docs.fenixpyre.com/references/how-to-guides/how-to-install-microsoft-visual-c++-redistributable-x64-2019-or-higher.md)
- [How to Whitelist FenixPyre's Windows Agent in your Antivirus/EDR/XDR?](https://docs.fenixpyre.com/references/how-to-guides/how-to-whitelist-fenixpyres-windows-agent-in-your-antivirus-edr-xdr.md)
- [How to zip and share FenixPyre windows client logs?](https://docs.fenixpyre.com/references/how-to-guides/how-to-zip-and-share-fenixpyre-windows-client-logs.md)
- [How to check file access rules?](https://docs.fenixpyre.com/references/how-to-guides/how-to-check-file-access-rules.md)


---

# 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://docs.fenixpyre.com/references/how-to-guides.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.
