# Help

- [FAQs](https://docs.fylr.io/help/faqs.md): frequently asked questions
- [Tutorials](https://docs.fylr.io/help/tutorials.md)
- [For Users](https://docs.fylr.io/help/tutorials/for-users.md)
- [Using Templates for Records](https://docs.fylr.io/help/tutorials/for-users/using-templates-for-records.md): This tutorial explains how to work with templates for records.
- [For Administrators](https://docs.fylr.io/help/tutorials/for-administrators.md)
- [Exporting & Importing Hierarchical Lists](https://docs.fylr.io/help/tutorials/for-administrators/exporting-and-importing-hierarchical-lists.md)
- [Search in Text of Images or Office Files](https://docs.fylr.io/help/tutorials/for-administrators/search-text-in-images-or-office-files.md): How to setup up fylr to use Optical Character Recognition (OCR) to write the human-readable content of a pixel-based file into the index, thus making in searchable.
- [How to setup and use IIIF](https://docs.fylr.io/help/tutorials/for-administrators/how-to-setup-and-use-iiif.md): How to configure the International Image Interoperability Framework built into fylr
- [Configuring Captions for Image Previews](https://docs.fylr.io/help/tutorials/for-administrators/configuring-captions-for-image-previews.md): This article explains how to configure captions for image previews in fylr.
- [How to Set Default Metadata Mappings](https://docs.fylr.io/help/tutorials/for-administrators/default-export-metadata-mappings.md)
- [Setting Up Collection Sharing](https://docs.fylr.io/help/tutorials/for-administrators/setting-up-collection-sharing.md): This tutorial explains how to configure fylr so that users or user groups can share collections with other users, groups, or external recipients.
- [Enabling guest access](https://docs.fylr.io/help/tutorials/for-administrators/enabling-guest-access.md): How to enable and setup guest access to a fylr instance
- [For System Administrators](https://docs.fylr.io/help/tutorials/for-system-administrators.md)
- [Regenerating preview images](https://docs.fylr.io/help/tutorials/for-system-administrators/regenerating-preview-images.md): How to regenerate versions for a particular image.
- [Migration with map to local storage](https://docs.fylr.io/help/tutorials/for-system-administrators/migrate-map-to-local-storage.md): How to install fylr "in place" on an easydb5 server and migrate easydb's content to fylr using easydb's assets files directly from disk, without needing to transfer them.
- [Migrate with map to local storage and 2 servers](https://docs.fylr.io/help/tutorials/for-system-administrators/migrate-map-to-local-storage-1.md): How to migrate from an easydb5 server to a fylr server, using assets files on a common NFS share, no need to duplicate assets.
- [Glossary](https://docs.fylr.io/help/glossary.md): This is a glossary of fylr related terms.


---

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