> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/es/ribbon-menu-bar/administration/image-management.md).

# Gestión de imágenes

{% tabs %}
{% tab title="Windows" %}
La gestión global de imágenes de Remote Desktop Manager Windows utiliza un formulario dinámico para crear fácilmente carpetas y subcarpetas virtuales para el almacenamiento de imágenes.

Actualmente se admiten los siguientes tipos de fichero para las imágenes globales y personalizadas:

* .jpg
* .jpeg
* .bmp
* .png
* .svg
* .ico

1. Vaya a ***Administración*** – ***Configuración y seguridad*** – ***Gestión de imágenes*** en la cinta de Remote Desktop Manager.

   ![](https://cdnweb.devolutions.net/docs/RDMW4367_2025_2.png)
2. En la ventana ***Gestión de imágenes***, haga clic en ***Añadir (+)*** para elegir una imagen.

   ![](https://cdnweb.devolutions.net/docs/RDMW4368_2025_2.png)
3. En la ***Configuración de la imagen de la entrada***, introduzca el ***Nombre*** y la ***Carpeta*** virtual de la imagen.

   ![](https://cdnweb.devolutions.net/docs/RDMW4369_2025_2.png)

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Puede añadir una subcarpeta añadiendo una barra invertida "" en el campo <em><strong>Carpeta</strong></em>. Al hacer clic en una carpeta virtual no se mostrará el contenido de su subcarpeta, ya que es posible tener una imagen únicamente en una carpeta virtual.</p></div>
4. Haga clic en ***Guardar*** para cerrar la ventana.

La carpeta, la subcarpeta y la imagen se guardan.
{% endtab %}

{% tab title="macOS" %}
La gestión global de imágenes de Remote Desktop Manager macOS utiliza un formulario dinámico para crear fácilmente carpetas y subcarpetas virtuales para el almacenamiento de imágenes.

Actualmente se admiten los siguientes tipos de fichero para las imágenes globales y personalizadas:

* .jpg
* .jpeg
* .bmp
* .png
* .svg
* .ico

1. Vaya a ***Administración*** – ***Imágenes*** en la cinta de Remote Desktop Manager.

   ![](https://cdnweb.devolutions.net/docs/RDMM4118_2025_2.png)
2. En la ventana ***Gestión de imágenes***, haga clic en ***Añadir (+)*** para elegir una imagen.

   ![](https://cdnweb.devolutions.net/docs/RDMM4119_2025_2.png)
3. Elija la imagen arrastrándola, soltándola o haciendo clic.
4. En la ***Configuración de la imagen de la entrada***, introduzca el ***Nombre*** y la ***Carpeta*** virtual de la imagen.

   ![](https://cdnweb.devolutions.net/docs/RDMM4120_2025_2.png)
5. Haga clic en ***OK*** para guardar la imagen y cerrar la ventana.

La carpeta, la subcarpeta y la imagen se guardan.
{% endtab %}
{% endtabs %}


---

# 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.devolutions.net/rdm/es/ribbon-menu-bar/administration/image-management.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.
