> For the complete documentation index, see [llms.txt](https://wiki.datadike.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.datadike.com/product-guide/configuracoes/pam/cockpit.md).

# COCKPIT

Área de trabalho do usuário regular. O Cockpit é a interface principal para usuários que precisam acessar dispositivos e recursos gerenciados pelo DataDike PAM.

### Visão Geral

O Cockpit apresenta os dispositivos autorizados ao usuário, com acesso rápido via **Acesso aos Dispositivos** na barra superior.

### Meus Ativos

#### Dispositivos

Lista de todos os dispositivos autorizados para o usuário. Clique em um dispositivo para conectar via Web CLI (SSH), Web GUI (RDP/VNC), ou cliente nativo.

#### Transferência de Arquivos

Upload e download de arquivos para/de dispositivos remotos via SFTP integrado ao navegador.

#### Explorador de Arquivos

Navegador visual de arquivos em dispositivos remotos. Suporta operações básicas: visualizar, criar pastas, upload, download.

### Meu Cofre

Armazenamento seguro de credenciais pessoais do usuário.

### Ferramentas do Cockpit

#### Adhoc

Execução de comandos ad-hoc em múltiplos servidores simultaneamente.

#### Lista de Operações

Histórico de operações realizadas pelo usuário.

#### Modelos

Templates de comandos reutilizáveis para automação.

### Métodos de Conexão

| Método             | Descrição                           | Protocolos                      |
| ------------------ | ----------------------------------- | ------------------------------- |
| **Web CLI**        | Terminal no navegador               | SSH, Telnet                     |
| **Web GUI**        | Desktop remoto no navegador         | RDP, VNC                        |
| **Cliente Nativo** | Usando cliente local (PuTTY, mstsc) | SSH, RDP                        |
| **DB Client**      | Acesso a bancos no navegador        | MySQL, PostgreSQL, Oracle, etc. |


---

# 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://wiki.datadike.com/product-guide/configuracoes/pam/cockpit.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.
