> For the complete documentation index, see [llms.txt](https://docs.libnova.com/libsafe-advanced-system-administrator-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.libnova.com/libsafe-advanced-system-administrator-manual/preservation-configuration/file-format-evolvers/file-format-evolver-detail.md).

# File format evolver detail

In the different sections of an evolver detail, we can see the information related to the validator. The General Information section shows name, description, version, associated extension (may have one, several or none), origin UID identifier, destination UID identifier and a weblink where we can find detailed information on the evolver.

![](/files/-MkqJ785HObhoXBKwRlF)

The Associated file formats section lists those file formats related to the evolver (they will normally be the origin and destination file formats). The system shows name, extension, UID identifier, a weblink where we can find detailed information on the file format and access to the file format detail.

![](/files/-MkqJAimuVZ8PFiw3mp8)

The Associated file format characterizers section lists all the characterizers related to the evolver, that is, those characterizers that will identify the file formats with which the evolver is working. The system shows name, description, a weblink where we can find detailed information and access to the characterizer detail.

![](/files/-MkqJEA526AnCl82_MOa)

The Associated file format validators section lists those file format validators with which the evolver is working. The system shows name, description, a weblink where we can find detailed information and access to the validator detail.

![](/files/-MkqJHUDCW-r3b6ckOmO)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.libnova.com/libsafe-advanced-system-administrator-manual/preservation-configuration/file-format-evolvers/file-format-evolver-detail.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
