> 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/how-to.md).

# How to

- [Setup - Passo a Passo](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/setup-passo-a-passo.md)
- [Configuraçāo da appliance](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/setup-passo-a-passo/configuracao-da-appliance.md): Nesse documento apresentamos como configurar o IP após o import da appliance no seu Hypervisor ou Cloud
- [Configuraçāo de DNS](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/setup-passo-a-passo/configuracao-de-dns.md)
- [Transferência de arquivos](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/transferencia-de-arquivos.md)
- [Syslog](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/syslog.md)
- [Control C / Control V](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/control-c-control-v.md)
- [Implementando certificado HTTPs](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/implementando-certificado-https.md)
- [Acesso Remoto para Terceiros](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/acesso-remoto-para-terceiros.md): Guia para configurar e utilizar o acesso remoto de terceiros (fornecedores, prestadores e parceiros) no DataDike PAM
- [Configurar Broker e Gateway (Acesso Remoto Reverso)](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/configurar-broker-e-gateway.md): Passo a passo, 100% pela interface, para configurar o acesso remoto reverso do DataDike PAM: cadastrar o broker, enrolar o gateway de um site remoto, publicar alvos e acessá-los com gravação e auditor
- [Auditoria de Sessões Remotas](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/auditoria-de-sessoes-remotas.md): Como consultar histórico de sessões, comandos executados e arquivos transferidos
- [Acesso SSH via PuTTY, MobaXterm e Termius](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/acesso-ssh-via-putty-mobaxterm-e-termius.md)
- [Transferência de Arquivos (SFTP)](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/transferencia-de-arquivos-sftp.md)
- [Troubleshooting - Problemas Comuns](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/troubleshooting-problemas-comuns.md)
- [Conexão via Kubernetes](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/conexao-via-kubernetes.md)
- [Compartilhamento de Sessão](https://wiki.datadike.com/product-guide/configuracoes/pam/how-to/compartilhamento-de-sessao.md)


---

# 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/how-to.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.
