> For the complete documentation index, see [llms.txt](https://docs.plenit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plenit.com/docs-pt/support/tutorials/windows.md).

# Windows

- [Como atualizar Windows Server 2008 para Windows Server 2019](https://docs.plenit.com/docs-pt/support/tutorials/windows/como-atualizar-windows-server-2008-para-windows-server-2019.md)
- [Como aceder a SMB a partir de sistemas Windows - Plenit](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-access-smb-from-windows.md)
- [Como configurar o Bitlocker no teu cliente Windows](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-configure-bitlocker.md)
- [Como converter discos UEFI para BIOS no teu servidor Windows - Plenit](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-convert-uefi-disks-to-bios.md)
- [Como implementar um disco distribuído (Spanned Volume) no Windows Server 2022](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-create-a-spanned-volume-windows-server-2022.md)
- [Como fazer cópias de segurança das GPO](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-back-up-gpos.md)
- [Como instalar o Sage 50 num servidor Windows - Plenit](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-install-sage-50.md)
- [Como recuperar a palavra-passe de Administrador no Windows](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-recover-the-administrator-password.md)
- [Configuração básica de TSprint](https://docs.plenit.com/docs-pt/support/tutorials/windows/tsprint-basic-configuration.md)
- [Como instalar e configurar um servidor FTP no Windows através de PowerShell](https://docs.plenit.com/docs-pt/support/tutorials/windows/how-to-set-up-an-ftp-server-with-powershell.md)


---

# 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.plenit.com/docs-pt/support/tutorials/windows.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.
