# Troubleshooting

- [Package Installation Issues](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues.md): Troubleshooting Guide for failed software package installations
- [Collecting Logfiles](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues/collecting-logfiles.md): How to easily collect logfiles required for troubleshooting
- [Logfiles Structure](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues/logfiles-structure.md): Detailed explanation of the different log files collected by RealmJoin
- [Analysing chocolatey.log](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues/analysing-chocolatey.log.md): This part will focus on how to troubleshoot failed chocolatey package installations.
- [Troubleshooting failed chocolatey packages](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues/troubleshooting-failed-chocolatey-packages.md)
- [Troubleshooting failed craft packages](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues/troubleshooting-failed-craft-packages.md)
- [Fixes for common issues](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues/fixes-for-common-issues.md)
- [Intunewin Debugging](https://docs.realmjoin.com/other/troubleshooting/package-installation-issues/intunewin-debugging.md)
- [LAPS Issues](https://docs.realmjoin.com/other/troubleshooting/laps-issues.md): Troubleshooting common LAPS issues
- [LAPS account passwords cannot be retrieved](https://docs.realmjoin.com/other/troubleshooting/laps-issues/laps-account-passwords-cannot-be-retrieved.md): Checking Azure Key Vault
- [Requested LAPS Accounts are not being created](https://docs.realmjoin.com/other/troubleshooting/laps-issues/requested-laps-accounts-are-not-being-created.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.realmjoin.com/other/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.
