# Préstamos

## Registrar un Nuevo Préstamo

{% stepper %}
{% step %}

### Seleccionar Usuario

* Elija el tipo de usuario (Estudiante o Docente).
* **Buscar**: Escriba el nombre o RUT.
* **Escanear Credencial**: Utilice el botón "Credencial" para escanear el código QR de la credencial digital del usuario.
  {% endstep %}

{% step %}

### Identificar Ítem

* Escanee el código de barras del libro o recurso.
* El sistema verificará automáticamente la disponibilidad del ítem.
* Si el ítem está disponible, se añadirá al "carrito" de préstamo.
  {% endstep %}

{% step %}

### Confirmar Préstamo

* La **fecha límite** se calcula automáticamente (7 días por defecto).
* Haga clic en "Registrar Préstamo" para finalizar.
  {% endstep %}
  {% endstepper %}

## Gestión de Devoluciones

La tabla de "Últimos Préstamos" muestra las transacciones recientes.

* **Estado**: Indica si el préstamo está "Pendiente", "Atrasado" o "Devuelto".
* **Devolver**: Para registrar una devolución, haga clic en el botón verde con el icono de verificación () en la columna de acciones. Esto liberará el stock del ítem inmediatamente.


---

# 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://schoolmatic.gitbook.io/funcionarios/biblioteca/prestamos.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.
