# Security

This directory contains key security documents for SkyDeck.ai:

1. [Bug Bounty Program](/security/bug-bounty-program.md)
2. [Security Practices](/security/skydeck.ai-security-practices.md)

## Bug Bounty Program

Outlines our program for security researchers, including:

* Scope and eligible vulnerabilities
* Reporting process and rewards
* Rules and legal considerations

## Security Practices

Describes our security measures as of November 1st, 2023, covering:

* Data and product security
* Access management
* Employee education
* Vendor security


---

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