> 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-en/support/tutorials.md).

# Tutorials

- [Linux](https://docs.plenit.com/docs-en/support/tutorials/linux.md)
- [How to deploy a Docker on Plenit](https://docs.plenit.com/docs-en/support/tutorials/linux/how-to-set-up-docker.md)
- [How to deploy a Kubernetes environment on Plenit](https://docs.plenit.com/docs-en/support/tutorials/linux/how-to-set-up-kubernetes.md)
- [How to tell if your server is BIOS or UEFI in GNU/Linux - Plenit](https://docs.plenit.com/docs-en/support/tutorials/linux/how-to-check-bios-or-uefi-on-linux.md)
- [Windows](https://docs.plenit.com/docs-en/support/tutorials/windows.md)
- [How to access SMB from Windows systems - Plenit](https://docs.plenit.com/docs-en/support/tutorials/windows/how-to-access-smb-from-windows.md)
- [How to configure BitLocker on your Windows client](https://docs.plenit.com/docs-en/support/tutorials/windows/how-to-configure-bitlocker.md)
- [How to convert UEFI disks to BIOS on your Windows server - Plenit](https://docs.plenit.com/docs-en/support/tutorials/windows/how-to-convert-uefi-disks-to-bios.md)
- [How to deploy a spanned disk volume in Windows Server 2022](https://docs.plenit.com/docs-en/support/tutorials/windows/how-to-create-a-spanned-volume-windows-server-2022.md)
- [How to back up GPOs](https://docs.plenit.com/docs-en/support/tutorials/windows/how-to-back-up-gpos.md)
- [How to install Sage 50 on a Windows server - Plenit](https://docs.plenit.com/docs-en/support/tutorials/windows/how-to-install-sage-50.md)
- [How to recover the Administrator password in Windows](https://docs.plenit.com/docs-en/support/tutorials/windows/how-to-recover-the-administrator-password.md)
- [Basic TSprint configuration](https://docs.plenit.com/docs-en/support/tutorials/windows/tsprint-basic-configuration.md)
- [How to install and configure an FTP server in Windows using PowerShell](https://docs.plenit.com/docs-en/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-en/support/tutorials.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.
