# Petio Docs

## Petio Docs

- [Introduction](https://docs.petio.tv/readme.md)
- [FAQ](https://docs.petio.tv/faq.md)
- [Docker](https://docs.petio.tv/install-guides/docker.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Linux](https://docs.petio.tv/install-guides/linux.md)
- [Debian 10/Ubuntu 20.04](https://docs.petio.tv/install-guides/linux/debian-ubuntu.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Red Hat/Cent OS](https://docs.petio.tv/install-guides/linux/red-hat-cent-os.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Updating Petio](https://docs.petio.tv/install-guides/linux/updating-petio.md): We believe these instructions should be pretty OS agnostic, but if you notice any mistakes that need to be corrected, please reach out on Discord!
- [FreeBSD](https://docs.petio.tv/install-guides/freebsd.md)
- [MacOS](https://docs.petio.tv/install-guides/macos.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [UnRAID](https://docs.petio.tv/install-guides/unraid.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Windows](https://docs.petio.tv/install-guides/windows.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [First Time Setup](https://docs.petio.tv/configuration/first-time-setup.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [General Settings](https://docs.petio.tv/configuration/general-settings.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Radarr](https://docs.petio.tv/configuration/radarr.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Sonarr](https://docs.petio.tv/configuration/sonarr-1.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Console](https://docs.petio.tv/configuration/console.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [User Profiles](https://docs.petio.tv/configuration/user-profiles.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Filters](https://docs.petio.tv/configuration/filters.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Notifications](https://docs.petio.tv/configuration/notifications.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Reverse Proxy Basics](https://docs.petio.tv/reverse-proxy/reverse-proxy-basics.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Caddy](https://docs.petio.tv/reverse-proxy/caddy.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [NGINX](https://docs.petio.tv/reverse-proxy/nginx.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [Traefik (v2)](https://docs.petio.tv/reverse-proxy/traefik.md): If you notice any mistakes that need to be corrected, please reach out on Discord!
- [FAQ](https://docs.petio.tv/troubleshooting/troubleshooting-faq.md)
- [Petio Pre-Release Workflow For Testers](https://docs.petio.tv/staff-and-testers-only/petio-pre-release-workflow-for-testers.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.petio.tv/readme.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.
