# Sec3 Documentation

## Sec3 Documentation

- [Quick Start](https://doc.sec3.dev/sec3-x-ray/quick-start.md)
- [GitHub CI Integration](https://doc.sec3.dev/sec3-x-ray/github-ci-integration.md)
- [Team Support](https://doc.sec3.dev/sec3-x-ray/team-support.md): Build/Scale/Diamond Plan users can add team members.
- [Audit Certificate](https://doc.sec3.dev/sec3-x-ray/audit-certificate.md)
- [Quick Start](https://doc.sec3.dev/sec3-watchtower/quick-start.md): Sec3 WatchTower Security Monitor
- [Alert Destinations](https://doc.sec3.dev/sec3-watchtower/alert-destinations.md): Sec3 WatchTower Security Monitor
- [Handle Alert via Webhook](https://doc.sec3.dev/sec3-watchtower/handle-alert-via-webhook.md): Sec3 provides a simple webhook for alert notification
- [Bots](https://doc.sec3.dev/sec3-watchtower/bots.md): A bot is a program that monitors a certain type of activity in a smart contract and sends alerts on specific signs of security risks. These bots are configurable and customizable to meet your need.
- [Multisig Security](https://doc.sec3.dev/sec3-watchtower/multisig-security.md)
- [Quick Start: Durable Nonce Monitoring](https://doc.sec3.dev/sec3-watchtower/multisig-security/quick-start-durable-nonce-monitoring.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.sec3.dev/sec3-x-ray/quick-start.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.
