# Access

Access to **LIBSAFE** is done with a password-authenticated user. Users may be defined locally in **LIBSAFE** and/or defined in **LIBSAFE,** referencing users of an Active Directory / LDAP. It is not possible to utilize users registered only externally, since in order to comply with the OAIS standard, **LIBSAFE** must guarantee the perpetual registration of the users that have generated each action in the system, as well as to control the access to the contents and functionality of the application. This is the reason why **LIBSAFE** can neither rely on an identification system with no controlled rules and which does not guarantee a perfect history, nor run an automated process for user registration that does not consider permission association individually.

*A user in LIBSAFE cannot be removed, although it can be disabled.*

Users must be assigned to user groups; these user groups will have **LIBSAFE** permissions assigned to them, which will determine the change of access to the different parts of the application. The concept is similar, though not equal, to groups and profiles in other systems, as may be the Windows operating system.


---

# 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/system-configuration/access.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.
