# FOR SYSTEM ADMINISTRATORS

- [Architecture](https://docs.fylr.io/for-system-administrators/architecture.md): How the software components work together
- [Installation](https://docs.fylr.io/for-system-administrators/installation.md): As a Go program, fylr supports many platforms. For some installation scenarios, we prepare instructions and tools:
- [Linux](https://docs.fylr.io/for-system-administrators/installation/linux-docker-compose.md)
- [multiple fylrs in one Linux](https://docs.fylr.io/for-system-administrators/installation/linux-docker-compose/multiple-fylrs-in-one-linux.md): Arrange docker and a reverse proxy to avoid conflicts with multiple fylrs
- [proxy and fylr](https://docs.fylr.io/for-system-administrators/installation/linux-docker-compose/proxy-and-fylr.md)
- [execserver on another linux](https://docs.fylr.io/for-system-administrators/installation/linux-docker-compose/execserver-on-another-linux.md): How to spread one fylr over two linux servers
- [ffmpeg on a separate fylr](https://docs.fylr.io/for-system-administrators/installation/linux-docker-compose/ffmpeg-on-a-separate-fylr.md): How to outsource only processing with the tool ffmpeg (video files) to a separate linux
- [if we install on your server](https://docs.fylr.io/for-system-administrators/installation/linux-docker-compose/if-we-install-on-your-server.md): also known as On Premise Installation
- [Windows](https://docs.fylr.io/for-system-administrators/installation/windows.md): How to install fylr on Microsoft Windows
- [Kubernetes](https://docs.fylr.io/for-system-administrators/installation/helm.md)
- [Configuration](https://docs.fylr.io/for-system-administrators/configuration.md): This section is about settings in the configuration file fylr.yml.
- [fylr.example.yml](https://docs.fylr.io/for-system-administrators/configuration/fylr.example.yml.md): Most settings possible in fylr.yml and explanations as comments
- [fylr.default.yml](https://docs.fylr.io/for-system-administrators/configuration/fylr.default.yml.md): In this section you find the default settings, used if you start fylr.yml with fylr+:
- [performance tuning](https://docs.fylr.io/for-system-administrators/configuration/performance-tuning.md)
- [pre-load frontend config](https://docs.fylr.io/for-system-administrators/configuration/pre-load-frontend-config.md): When initializing an instance, set in fylr.yml values for the frontend configuration.
- [Load Custom Plugins](https://docs.fylr.io/for-system-administrators/configuration/custom-plugin.md)
- [HTTP and HTTPS](https://docs.fylr.io/for-system-administrators/configuration/http-and-https.md): Variants of how to use fylr with and without TLS certificate
- [DNS Domains](https://docs.fylr.io/for-system-administrators/configuration/dns-domains.md): fylr and what to consider when changing DNS domains or using multiple domains
- [Backups & Restore](https://docs.fylr.io/for-system-administrators/backup.md): Backup a fylr instance into a SQL dump, to later restore it into an empty fylr instance
- [Migration Tool](https://docs.fylr.io/for-system-administrators/migration.md): This section describes the migration process between two instances using the fylr migration tool. Either from easyb5 to fylr or from fylr to fylr.
- [Create payloads (fylr backup)](https://docs.fylr.io/for-system-administrators/migration/backup.md): This page describes the process of creating a local backup of JSON payloads from a source instance
- [Insert payloads (fylr restore)](https://docs.fylr.io/for-system-administrators/migration/restore.md): This page describes the process of inserting a local backup of JSON payloads to a target fylr instance
- [Limitations and differences](https://docs.fylr.io/for-system-administrators/migration/limitations.md): This page gives an overview of technical limitations of the migration process and differences between the source and target instance.
- [Best Practice](https://docs.fylr.io/for-system-administrators/migration/best-practice.md): This page gives an overview of best practice, use cases and recommended parameters for the backup and restore tools
- [Using the inspect page to migrate](https://docs.fylr.io/for-system-administrators/migration/inspect.md): This page describes the process of migrating data into fylr instances using the /inspect/migration page in fylr
- [renaming renditions during migration](https://docs.fylr.io/for-system-administrators/migration/renaming-renditions-during-migration.md): if rendition names differ between source and target
- [Integration](https://docs.fylr.io/for-system-administrators/integration.md)
- [Authentication](https://docs.fylr.io/for-system-administrators/integration/authentication.md)
- [Hotfolder](https://docs.fylr.io/for-system-administrators/integration/hotfolder.md): This section discribes how to integrate the hotfolder.
- [Symptom & Solution](https://docs.fylr.io/for-system-administrators/symptom-and-solution.md): Known situations and our comments and recommendations
- [blurred preview images only](https://docs.fylr.io/for-system-administrators/symptom-and-solution/blurred-preview-images-only.md): If in fylr frontend, all images are only shown heavily blurred
- [Log messages that can be ignored](https://docs.fylr.io/for-system-administrators/symptom-and-solution/log-messages-that-can-be-ignored.md): fylr messages, fylr output, docker logs
- [too many clients are connected](https://docs.fylr.io/for-system-administrators/symptom-and-solution/too-many-clients-are-connected.md)
- [too many nested clauses](https://docs.fylr.io/for-system-administrators/symptom-and-solution/too-many-nested-clauses.md)
- [context canceled](https://docs.fylr.io/for-system-administrators/symptom-and-solution/context-canceled.md)
- [ContainerConfig error](https://docs.fylr.io/for-system-administrators/symptom-and-solution/containerconfig-error.md): Errors when using docker-compose
- [Purge objects](https://docs.fylr.io/for-system-administrators/symptom-and-solution/purge-objects.md)
- [PostgreSQL versions](https://docs.fylr.io/for-system-administrators/postgresql-versions.md): Supported major versions and upgrading between versions


---

# 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.fylr.io/for-system-administrators.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.
