# File formats

File format management sits at the core of **LIBSAFE**. Through the use of characterizers (explained further on), the system precisely recognizes and identifies the file formats of the files that make up the objects that we want to preserve.

**LIBSAFE** stores a registry of all the formats it is capable of identifying, by using all the characterizers available. The concrete identification of a file format is done through the UID parameter.

In the list of file formats shown below, we can see name, description, the extension associated to the file format (a file format may have one, several or even no extensions associated to it), the file format identifier (UID), a URL with file information and access to the file format detail.

![](/files/-MkqHBxKLwgj8O6Ylnmh)


---

# 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.libnova.com/libsafe-advanced-system-administrator-manual/preservation-configuration/file-formats.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.
