# Features

- [Authentication Backend](https://docs.organizr.app/features/authentication-backends.md): Supported backends that work with Organizr
- [Plex Backend](https://docs.organizr.app/features/authentication-backends/plex-backend.md): Plex Authentication Backend
- [LDAP Backend](https://docs.organizr.app/features/authentication-backends/ldap-backend.md): LDAP Authentication Backend
- [Server Authentication](https://docs.organizr.app/features/server-authentication.md): Proxy Authentication via Server Auth
- [Nginx Server Authentication](https://docs.organizr.app/features/server-authentication/nginx-server-authentication.md): Utilizing Nginx's server\_auth
- [Caddy Server Authentication](https://docs.organizr.app/features/server-authentication/caddy-server-authentication.md)
- [Traefik Server Authentication](https://docs.organizr.app/features/server-authentication/traefik-server-authentication.md): Utilizing Traefik's auth-forward
- [SSO](https://docs.organizr.app/features/sso.md): Organizr Single Sign On
- [Plex SSO](https://docs.organizr.app/features/sso/plex-sso.md): Plex Single Sign On
- [Tautulli SSO](https://docs.organizr.app/features/sso/tautulli-sso.md): Tautulli Single Sign On
- [Overseerr SSO](https://docs.organizr.app/features/sso/overseerr-sso.md): Overseerr Single Sign On
- [Petio SSO](https://docs.organizr.app/features/sso/petio-sso.md): Petio Single Sign On
- [Ombi SSO](https://docs.organizr.app/features/sso/ombi-sso.md): Ombi Single Sign On
- [Jellyfin SSO](https://docs.organizr.app/features/sso/jellyfin-sso.md): Jellyfin Single Sign On
- [Komga SSO](https://docs.organizr.app/features/sso/komga-sso.md): Komga Single Sign On
- [Proxy Auth SSO](https://docs.organizr.app/features/sso/proxy-auth-sso.md): Proxy Auth Single Sign On
- [Grafana SSO](https://docs.organizr.app/features/sso/proxy-auth-sso/grafana-sso.md): Grafana Single Sign On with Proxy Auth
- [NZBHydra2 SSO](https://docs.organizr.app/features/sso/proxy-auth-sso/nzbhydra2-sso.md): NZBHydra2 Single Sign On with Proxy Auth
- [Calibre SSO](https://docs.organizr.app/features/sso/proxy-auth-sso/calibre-sso.md): Calibre Single Sign On with Auth Proxy
- [Troubleshooting SSO](https://docs.organizr.app/features/sso/troubleshooting-sso.md): Troubleshooting Single Sign On
- [Homepage](https://docs.organizr.app/features/homepage.md)
- [Sonarr Homepage Item](https://docs.organizr.app/features/homepage/sonarr-homepage-item.md): Homepage Item Information
- [Plex Homepage Item](https://docs.organizr.app/features/homepage/plex-homepage-item.md): Homepage Item Information
- [HealthChecks Homepage Item](https://docs.organizr.app/features/homepage/healthchecks-homepage-item.md)
- [API Socks](https://docs.organizr.app/features/api-socks.md): API Connections without needing to Reverse Proxy Services
- [Backup & Restore](https://docs.organizr.app/features/backup-and-restore.md)
- [Custom Error Pages](https://docs.organizr.app/features/custom-error-pages.md)
- [Fail2Ban Integration](https://docs.organizr.app/features/fail2ban-integration.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.organizr.app/features.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.
