> 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/server/es/web-interface/vaults/entries/entry-section/logs.md).

# Registros

Consulte ***Registros*** e ***Insertar comentarios de registro*** específicos de las entradas sobre la interacción del usuario. Para ver los datos ***Generales***, los ***Detalles*** y los ***Comentarios*** de un registro concreto, haga clic en el botón ***Entrada de registro*** y haga clic en el botón ***Exportar*** para generar un fichero CSV.

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

#### Insertar un comentario de registro de una entrada

{% hint style="warning" %}
Los ***Comentarios de registro*** de las entradas en la interfaz web de Devolutions Server solo se pueden consultar. No se pueden eliminar ni editar una vez guardados. En Remote Desktop Manager están disponibles más opciones, como la edición de notas.
{% endhint %}

1. Haga clic en ***Registros*** en una entrada.
2. Haga clic en el botón ***Insertar comentario de registro***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4000.png" alt=""><figcaption></figcaption></figure>
3. El ***Nombre*** del registro no se puede editar; por defecto es el ***Nombre*** de la entrada.
4. Opcional: Añada un número de ***Ticket***.
5. Opcional: Para seleccionar una ***Fecha de finalización***, marque la casilla ***Fin*** y seleccione una fecha de finalización para el registro.
6. Inserte un ***Mensaje*** para el registro.

{% hint style="warning" %}
Solo se exportará el texto del ***Mensaje*** y se mostrará en el modo de vista previa de las entradas.
{% endhint %}

7. Opcional: Añada información más detallada sobre el registro en el cuadro de texto ***Notas***.

   <figure><img src="https://cdnweb.devolutions.net/docs/docs_en_server_ServerOp4002.png" alt=""><figcaption></figcaption></figure>
8. Haga clic en ***OK***.


---

# 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/server/es/web-interface/vaults/entries/entry-section/logs.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.
