# Tutorials

- [Project Workflow](https://docs.fylr.io/tutorials/project-workflow.md): This tutorial describes what information needs to be gathered when starting a new project and in which order fylr should be set up.
- [Hotfolder & File System Connect](https://docs.fylr.io/tutorials/how-to-set-up-the-hotfolder-and-file-system-connect.md): These tutorials describe how to set up and use the Hotfolder and the File System Connect. (System) Administrator permissions are required for setting it up.
- [Preparations Before Usage](https://docs.fylr.io/tutorials/how-to-set-up-the-hotfolder-and-file-system-connect/preparations-before-usage.md): Before using the Hotfolder or File System Connect, some preparations are necessary. Most settings can be made by an administrator, but in some cases also a system administrator is needed.
- [Setting Up An Upload Collection](https://docs.fylr.io/tutorials/how-to-set-up-the-hotfolder-and-file-system-connect/setting-up-an-upload-collection.md): This tutorial describes how to set up an upload collection so you can use the Hotfolder and / or File System connect.
- [Importing Files](https://docs.fylr.io/tutorials/how-to-set-up-the-hotfolder-and-file-system-connect/importing-files.md): To use the Hotfolder or File System Connect to upload files, follow these steps.
- [PDF Creator](https://docs.fylr.io/tutorials/pdf-creator.md): How to set up PDF creation in fylr
- [Extracting File Metadata Later On](https://docs.fylr.io/tutorials/extracting-file-metadata-later-on.md): While the metadata mapping profiles can only be applied when uploading new files, sometimes it's necessary to extract and import XMP/IPTC/EXIF metadata after the files were already uploaded to fylr.
- [Overlay Resource](https://docs.fylr.io/tutorials/overlay-resource.md): How to overwrite files that are compiled into fylr
- [Authentication](https://docs.fylr.io/tutorials/auth.md): These tutorials describe how to connect fylr to authentication services that hold existing accounts. So that fylr will allow log in with these accounts.
- [LDAP](https://docs.fylr.io/tutorials/auth/ldap.md): How to log into fylr with accounts of your LDAP service.
- [SAML](https://docs.fylr.io/tutorials/auth/saml.md): How to connect fylr to a SAML authentication service.
- [manipulating attributes](https://docs.fylr.io/tutorials/auth/saml/manipulating-attributes.md)
- [Data Model Sync](https://docs.fylr.io/tutorials/objectstore.md): If you are a partner of Programmfabrik GmbH, you can use our objectstore infrastructure to transfer fylr (and easydb 5) data models between fylr instances.
- [Purge a fylr instance](https://docs.fylr.io/tutorials/purge-a-fylr-instance.md): For a migration or during testing, you might want to overwrite one fylr instance with data from another fylr or easydb, or just wipe a fylr installation to a clean state.
- [Background tasks](https://docs.fylr.io/tutorials/background-tasks.md): How to use background tasks in fylr
- [metadata](https://docs.fylr.io/tutorials/background-tasks/metadata.md)
- [TYPO3 plugin](https://docs.fylr.io/tutorials/typo3-plugin.md): How to use images from fylr in a TYPO3.
- [ai metadata plugin](https://docs.fylr.io/tutorials/ai-metadata-plugin.md): How to configure and use the ai-metadata plugin
- [Use fylr in Google docs via CI HUB](https://docs.fylr.io/tutorials/use-fylr-in-google-docs-via-ci-hub.md): Tutorial on how to get images from a fylr instance into a google document
- [Accessing fylr through LinkrUI](https://docs.fylr.io/tutorials/accessing-fylr-through-linkrui.md): Integrating fylr into various third party services such as Google Worksuite, Figma and Adobe


---

# 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/tutorials.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.
