# Troubleshooting

- [Connection Troubleshooting Guide](https://docs.simflypad.com/v1/troubleshooting/connection.md)
- [Blank B737/777 CDU Screen](https://docs.simflypad.com/v1/troubleshooting/blank-b737-777-cdu-screen.md)
- [Can’t Pop Up Windows](https://docs.simflypad.com/v1/troubleshooting/cant-pop-up-windows.md): To display your aircraft’s PFD, ND, and other screens on SimFly Pad, you need to manually pop out the corresponding screens in the game.
- [Some parts of the touch screen are unclickable](https://docs.simflypad.com/v1/troubleshooting/some-parts-of-the-touch-screen-are-unclickable.md)
- [Cockpit Control Issues](https://docs.simflypad.com/v1/troubleshooting/cockpit-control-issues.md): If you encounter interaction issues when using SimFly Pad’s Cockpit Control feature, please refer to this article.


---

# 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.simflypad.com/v1/troubleshooting.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.
