> 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/convert-a-website-legacy-entry-to-a-website-entry.md).

# Convertir una entrada de sitio web (heredada) en una entrada de sitio web

Siga los pasos que se indican a continuación para convertir su entrada ***Website (legacy)*** en un tipo de entrada ***Website*** en Remote Desktop Manager mediante [***Special actions***](/rdm/es/ribbon-menu-bar/edit/edit-special-actions.md).

{% hint style="info" %}
Para convertir varias entradas a la vez, puede realizar una conversión por lotes buscando por ***Connection type*** con la función ***Advanced Search***. Si sus entradas están en varias bóvedas, puede buscar utilizando el tipo de conexión más amplio ***Information*** para incluir las entradas ***Website (legacy)***. Tenga en cuenta que esto también devolverá otras entradas de tipo información, por lo que puede ser necesario aplicar filtros adicionales. Primero, asegúrese de que su bóveda o bóvedas contienen entradas ***Website (legacy)***; de lo contrario, el tipo de entrada no aparecerá en las opciones de búsqueda. Visite [Batch Edit](/rdm/es/ribbon-menu-bar/edit/batch-edit.md) para obtener más información.
{% endhint %}

1. Seleccione la entrada que desea convertir en el ***panel de navegación***. Es posible seleccionar varias entradas a la vez, siempre que sean del mismo tipo.
2. Haga clic con el botón derecho en la entrada y seleccione ***Edit – Edit (special actions)***. Como alternativa, puede utilizar el ***Ribbon*** haciendo clic en ***Edit (Special Actions)*** en la sección ***Batch*** de la pestaña ***Edit***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_kb_KB2076.png" alt=""><figcaption></figcaption></figure>
3. En la sección ***Web***, seleccione ***Convert website (legacy)*** a ***Website*** y haga clic en ***Ok***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW4045_2024_1.png" alt=""><figcaption></figcaption></figure>
4. Haga clic en ***OK*** en la ventana ***Batch action result***.

   <figure><img src="https://cdnweb.devolutions.net/docs/RDMW4047_2024_1.png" alt=""><figcaption></figcaption></figure>

Su entrada ya se ha convertido.


---

# 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/convert-a-website-legacy-entry-to-a-website-entry.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.
