> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-console/configuraciones-y-preferencias/registros.md).

# Registros

La plataforma muestra registros detallados de las principales acciones realizadas, lo que permite el monitoreo y la auditoría de actividades.

### Cómo acceder <a href="#como-acessar" id="como-acessar"></a>

1. Haz clic en el menú desplegable junto al nombre de la empresa y selecciona cualquier opción disponible (excepto **Facturación** y **Salir**).

<figure><img src="/files/uY6IWDX8BSZ4FoRTLXXX" alt=""><figcaption></figcaption></figure>

2. En el menú de la izquierda, haz clic en "**Registros**".

<figure><img src="/files/1pntUTygMCOiy88GTo1G" alt=""><figcaption></figcaption></figure>

3. En la pantalla de logs, las acciones se muestran de la más reciente a la más antigua. Los datos que se presentan para cada registro incluyen:

* Fecha de inicio
* Usuario
* Acción
* Funcionalidad
* Entidad afectada

#### Información adicional del Log

Para ver más detalles de un registro específico, haz clic en el elemento deseado en la lista de logs.

<figure><img src="/files/q06LddorUcY2t1AKFlz1" alt=""><figcaption></figcaption></figure>

#### Funciones de Búsqueda y Filtro

* **Búsqueda de usuario por e-mail**: Haz clic en la lupa en la parte superior de la plataforma, ingresa el e-mail del usuario y presiona "Enter" para encontrar los logs relacionados.
* **Filtros**: Haz clic en "**Filtros**" para refinar la búsqueda. Puedes filtrar por **E-mail** o **Acción**. Después de definir los filtros, haz clic en "**Aplicar**" para ver los resultados. Para eliminar los filtros, haz clic en "**Limpiar los filtros**".
* **Actualizar**: Usa el botón "**Actualizar**" para actualizar la pantalla de logs con los datos más recientes.


---

# 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.skyone.cloud/espanol/skyone-console/configuraciones-y-preferencias/registros.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.
