# Segurança

Este diretório contém documentos de segurança essenciais para SkyDeck.ai:

1. [Programa de Recompensa por Bugs](/pt/security/bug-bounty-program.md)
2. [Práticas de Segurança](/pt/security/skydeck.ai-security-practices.md)

## Programa de Bug Bounty

Descreve nosso programa para pesquisadores de segurança, incluindo:

* Escopo e vulnerabilidades elegíveis
* Processo de relatório e recompensas
* Regras e considerações legais

## Práticas de Segurança

Descreve nossas medidas de segurança a partir de 1º de novembro de 2023, abrangendo:

* Segurança de dados e produtos
* Gerenciamento de acesso
* Educação dos funcionários
* Segurança de fornecedores


---

# Agent Instructions: 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:

```
GET https://docs.skydeck.ai/pt/security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
