> For the complete documentation index, see [llms.txt](https://doc.sec3.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sec3.dev/sec3-watchtower.md).

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