> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting.md).

# Resolução de problemas

- [Problemas de instalação de pacotes](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues.md): Guia de resolução de problemas para instalações falhadas de pacotes de software
- [Recolha de ficheiros de registo](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues/collecting-logfiles.md): Como recolher facilmente os ficheiros de registo necessários para resolução de problemas
- [Estrutura dos ficheiros de registo](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues/logfiles-structure.md): Explicação detalhada dos diferentes ficheiros de registo recolhidos pelo RealmJoin
- [Analisar chocolatey.log](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues/analysing-chocolatey.log.md): Esta parte irá focar-se em como resolver problemas de instalações falhadas de pacotes chocolatey.
- [Resolução de problemas de pacotes chocolatey falhados](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues/troubleshooting-failed-chocolatey-packages.md): Diagnostique instalações falhadas de pacotes Chocolatey compreendendo as fases de instalação e encontrando mensagens de erro nos registos.
- [Resolução de problemas de pacotes craft falhados](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues/troubleshooting-failed-craft-packages.md): Diagnostique instalações falhadas de pacotes craft lendo tray.log para âmbito do utilizador ou realmjoin.log para âmbito do sistema.
- [Correções para problemas comuns](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues/fixes-for-common-issues.md): Correções direcionadas para problemas comuns de instalação de pacotes do RealmJoin, como erros de BranchCache, para cenários específicos.
- [Depuração do intunewin](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/package-installation-issues/intunewin-debugging.md): Depure instalações de pacotes intunewin usando os ficheiros de registo RjImeHost, instalador do pacote e Intune Management Extension.
- [Problemas LAPS](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/laps-issues.md): Resolução de problemas comuns de LAPS
- [As palavras-passe das contas LAPS não podem ser obtidas](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/laps-issues/laps-account-passwords-cannot-be-retrieved.md): Verificar o Azure Key Vault
- [As contas LAPS pedidas não estão a ser criadas](https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting/laps-issues/requested-laps-accounts-are-not-being-created.md): Corrija as Contas de Suporte LAPS do RealmJoin presas em 'Requested' ao terminar sessões de administrador a pedido ou reiniciar o dispositivo.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/pt/resolucao-de-problemas-e-faq/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
