# Glossary

### File Variant

Variant of a file. Files can be cropped or rotated and the result is a file variant. An additionally uploaded file (such as a different editing) is also a file variant.

### File Version

Version of a file. Each time a file has been uploaded, different (preview) versions are created automatically. Specify in the [file worker](/for-administrators/readme/file-worker.md), which versions should be created.

### Record Version

State of a record after saving. Each time a record has been saved, a new version of the record is created.

### Rendition

-> see ["File Version"](#file-version)

### Version

-> see ["Record Version"](#record-version), ["File Version"](#file-version) & ["File Variant"](#file-variant)


---

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