# Preprocessors

Preprocessors are generic, and their goal is to adapt and prepare the objects for preservation.

One of the main features of preprocessors is that they have an open implementation. In other words, any person with limited knowledge of programming may create a preprocessor and insert it in the system in order to add a preprocessing functionality he/she may need. The process to add a preprocessor must always be supervised and managed by system administrators and preservation administrators, and it will be their responsibility to review the new preprocessor’s functionality and safety.

In order to implement a preprocessor, we must only follow syntax patterns about the response the preprocessor must bring back to the system. In case of doubt, please ask the **LIBNOVA** consultants, who can guide you in the design of the new preprocessor.

In the main screen, we can see a list of the preprocessors available in the system with their status (active / inactive), edit the preprocessor or access the detail.

![](/files/-Mkpu0MBVbTOdXukKTk7)


---

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