> 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/skyone-console/configuracoes-e-preferencias/logs.md).

# Logs

A plataforma exibe logs detalhados das principais ações realizadas, permitindo o monitoramento e a auditoria de atividades.

### Como acessar <a href="#como-acessar" id="como-acessar"></a>

1. Clique no menu suspenso ao lado do nome da empresa e selecione qualquer item disponível (exceto **Faturamento** e **Sair**).
2. No menu à esquerda, clique em "**Logs**".

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

3. Na tela de logs, as ações são exibidas da mais recente para a mais antiga. Os dados apresentados para cada log incluem:

* **Data iniciada**
* **Usuário**
* **Ação**
* **Funcionalidade**
* **Entidade afetada**

#### Informações adicionais do Log <a href="#informacoes-adicionais-do-log" id="informacoes-adicionais-do-log"></a>

Para visualizar mais detalhes sobre um log específico, clique no item desejado na lista de logs.

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

#### **Recursos de Busca e Filtro**

* **Busca de usuário por e-mail:** Clique na lupa na área superior da plataforma, digite o e-mail do usuário e pressione "**Enter**" para localizar os logs relacionados.
* **Filtros:** Clique em "**Filtros**" para refinar a busca. É possível filtrar por **E-mail** ou **Ação**. Após definir os filtros, clique em "**Aplicar**" para visualizar os resultados. Para remover os filtros, clique em "**Limpar os filtros**".
* **Atualizar:** Use o botão "**Atualizar**" para atualizar a tela de logs com os dados mais recentes.


---

# 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/skyone-console/configuracoes-e-preferencias/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.
