# FAQ

- [Software Installation for Remote Support](https://docs.firescope.io/en/faq/software-installation-for-remote-support.md): This document covers the steps for installing software to enable remote support.
- [Installing Serial Port USB Driver](https://docs.firescope.io/en/faq/installing-serial-port-usb-driver.md): This is a guide to help you when no ports appear in the list.
- [Check Ports in Device Manager](https://docs.firescope.io/en/faq/device-manager.md): This page includes how to troubleshoot serial port issues for roasting machines.
- [Roasting Temperature Issues](https://docs.firescope.io/en/faq/roasting-temperature-issues.md)
- [Roasting machine connection troubleshooting](https://docs.firescope.io/en/faq/roasting-machine-connection-troubleshooting.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.firescope.io/en/faq.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.
