> For the complete documentation index, see [llms.txt](https://docs.libnova.com/libnova-openaccess-es/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/libnova-openaccess-es/administracion-y-gestion/gestion-de-colecciones/modificar-una-coleccion.md).

# Modificar una colección

![](/files/3yRmJfvgdONC1OPGvVYM)

Esta vista permite modificar el **nombre** y la **descripción** de la colección en un **idioma diferente** al predefinido, como se muestra en la imagen.

![](/files/W0N2EE0N53wcT2JzeRzZ)

Muestra los metadatos básicos de la Colección.

![](/files/VcGxd9J0cmOzkZp1pQlZ)

Muestra cualquier metadato adicional relevante para la Colección, y permite editar los metadatos existentes.

**Código HTML:**

![](/files/VCRQNhulLaANK9NSp7SZ)

Este editor de código permite añadir código **HTML** a la colección Showcase de forma sencilla y con múltiples opciones enriquecidas.

Usando el editor de código enriquecido añadir código **HTML** dependiendo del idioma es muy fácil ya que el editor de código tiene un par de variables de idioma (Sólo idiomas activos en **OpenAccess**. Ver CONFIGURACIÓN DE IDIOMAS) al seleccionar una variable de idioma se añade al HTML un shortcode y dentro de este shortcode estará el código HTML que se mostrará sólo para el idioma seleccionado.

**Por ejemplo: \[es]** Mi código HTML en español **\[/es]**

![](/files/3rpgaIetnNpJMaJ9ptqK)

Cada colección puede asociarse a una **miniatura**, para la que es necesario **cargar** un **archivo.**

(Sólo se admiten imágenes JPEG, PNG o JPG).

![](/files/rfY1bkK7488rAe6ezjxC)

Cada colección puede asociarse a una **imagen principal**, para la que es necesario **cargar** un **archivo**.

(Sólo se admiten imágenes JPEG, PNG o JPG).


---

# 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/libnova-openaccess-es/administracion-y-gestion/gestion-de-colecciones/modificar-una-coleccion.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.
