# Sec3 WatchTower

- [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: 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://doc.sec3.dev/sec3-watchtower.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.
