# Libros

## Agregar un Libro

{% stepper %}
{% step %}

### Información Básica

Complete los campos:

* Título
* Subtítulo
* Autor
* Editorial
  {% endstep %}

{% step %}

### Clasificación

Complete los campos:

* Ubicación física
* Idioma
* ISBN
  {% endstep %}

{% step %}

### Inventario

Complete los campos:

* Cantidad de ejemplares disponibles
  {% endstep %}

{% step %}

### Catalogación

Complete los campos:

* Categoría Dewey (ej: 800 - Literatura)
* Código CDD específico
  {% endstep %}
  {% endstepper %}

## Listado de Libros

La tabla muestra todos los libros registrados. Desde aquí puede realizar las siguientes acciones:

* **Editar**: Modificar la información del libro o actualizar el stock.
* **Etiquetas**: Generar códigos de barra para imprimir y pegar en los libros.

<details>

<summary>Opciones de Etiquetas</summary>

* **Todas las unidades**: Imprime etiquetas para todos los ejemplares del libro.
* **Una unidad específica**: Permite seleccionar un ejemplar individual (ej: copia 3) para reimprimir su etiqueta.

</details>

{% hint style="warning" %}
**Eliminar**: Borrar el libro del sistema. Esta acción requiere confirmación.
{% endhint %}


---

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