# Welcome

**fylr** is a configurable system for storing, organising and publishing structured data together with the files that belong to it. You define your own data model — the objecttypes, fields and relationships that fit your domain — and fylr provides the storage, search, versioning, permissions and APIs to work with it.

fylr is the **easydb 6** product line: a Go rewrite that keeps the easydb 5 API contract.

{% hint style="info" %}
Unless otherwise noted, this documentation describes the **latest published version of fylr**.
{% endhint %}

## Where to start

* [**For users**](/for-users/getting-started.md) — finding, editing, collecting and exporting objects.
* [**For administrators**](/for-administrators/permissions.md) — datamodel, pools, masks, permissions and tools.
* [**For developers**](/for-developers/api.md) — the HTTP/JSON API reference, generated from fylr's OpenAPI specification.
* **Help & reference** — [FAQs](/help/faqs.md), [tutorials](/help/tutorials.md) and a [glossary](/help/glossary.md) of fylr terms.

Looking for the deeper API specification? The full **OpenAPI 3.1** file is available for download from the [API reference](/for-developers/api.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.fylr.io/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.
