> 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/knowledge-base/how-to-articles/export-and-import-user-specific-settings.md).

# Exportar e importar la configuración específica del usuario

{% hint style="warning" %}
Las funciones ***Exportar*** e ***Importar*** de la ***configuración específica del usuario*** son específicas de cada bóveda, lo que significa que debe seleccionar la bóveda desde la que o hacia la que desea exportar o importar su configuración.
{% endhint %}

Si usted o sus ***usuarios*** están sobrescribiendo propiedades de entradas con la ***configuración específica del usuario*** en Remote Desktop Manager, todos deberán exportar e importar la ***lista de configuración específica del usuario*** al migrar los datos.

### Exportar

1. En el ***panel de navegación*** de Remote Desktop Manager, seleccione su espacio de trabajo y su bóveda.
2. Vaya a ***Archivo – Configuración de mi cuenta***.
3. Haga clic en ***Lista de configuración específica del usuario*** en ***Configuración***.
4. Haga clic en ***Exportar***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6094.png" alt=""><figcaption></figcaption></figure>
5. Guarde el fichero .rds en su ordenador.
6. Cifre el fichero con una ***contraseña*** y haga clic en ***Aceptar***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6095.png" alt=""><figcaption></figcaption></figure>
7. Haga clic en ***Aceptar*** para cerrar la ventana de confirmación que aparece.

Su ***configuración específica del usuario*** se ha exportado a un fichero .rds en la ubicación especificada de su ordenador.

### Importar

1. En el ***panel de navegación*** de Remote Desktop Manager, seleccione su nuevo espacio de trabajo y su bóveda.
2. Vaya a ***Archivo – Configuración de mi cuenta***.
3. Haga clic en ***Lista de configuración específica del usuario*** en ***Configuración***.
4. Haga clic en ***Importar***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB6096.png" alt=""><figcaption></figcaption></figure>
5. Localice el fichero .rds en su ordenador y haga clic en ***Abrir***.
6. Introduzca la ***contraseña*** y haga clic en ***Aceptar***.
7. Haga clic en ***Aceptar*** para cerrar la ventana de confirmación que aparece.

Su ***configuración específica del usuario*** se ha importado al espacio de trabajo y a la bóveda especificados.


---

# 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/knowledge-base/how-to-articles/export-and-import-user-specific-settings.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.
