> For the complete documentation index, see [llms.txt](https://nathfy.gitbook.io/nathfy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nathfy.gitbook.io/nathfy-docs/ajuda-e-suporte/seguranca-e-privacidade.md).

# Segurança e Privacidade

## Segurança da conta

A Nathfy adota medidas para manter sua conta segura.

Para ajudar na sua proteção:

* Use uma senha forte
* Não compartilhe seus dados de acesso
* Evite acessar sua conta em dispositivos desconhecidos

💡 Sempre que possível, mantenha suas informações atualizadas.

\--------------------------------------------------------------------------------------------------------

## Proteção de dados

Seus dados são tratados com segurança e cuidado.

A plataforma utiliza:

* Proteção contra acessos não autorizados
* Armazenamento seguro das informações
* Boas práticas de segurança digital

💡 Seus dados são usados apenas para o funcionamento da plataforma.

\--------------------------------------------------------------------------------------------------------

## LGPD

A Nathfy segue a Lei Geral de Proteção de Dados (LGPD).

Isso significa que:

* Seus dados são coletados de forma transparente
* Você tem controle sobre suas informações
* Seus dados não são compartilhados sem necessidade

💡 Você pode solicitar alterações ou exclusão de dados conforme a lei.

***

💡 **Dica final:**\
Manter seus dados seguros também depende de você, cuide bem do seu acesso.


---

# 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://nathfy.gitbook.io/nathfy-docs/ajuda-e-suporte/seguranca-e-privacidade.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.
