# 快速开始

#### 第一次使用 AlertDog ？不知道怎么操作？

下面以监控某个聪明钱包为例, 演示如何监控该钱包在链上的一举一动。

## 第一步：登陆注册

1. 访问监控狗首页 <https://alertdog.io/>  点击“开始使用”按钮, 选择钱包登录
2. 选择要登录注册的钱包
3. 待钱包授权弹框弹出，确认签名
4. 右上角出现登录默认头像，即完成注册登录

<figure><img src="https://1304820899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAin3CChj8WjNONadzBMQ%2Fuploads%2FzTYjiIEsKXurkDvr7uXn%2FGroup%201700%20(2).png?alt=media&#x26;token=693e0b25-3e9e-461e-a243-3ef18fa46834" alt=""><figcaption></figcaption></figure>

## 第二步：添加通知渠道

1. 鼠标移入头像，点击“通知渠道”
2. 点击 [添加通知渠道](https://alertdog.gitbook.io/home/basics/channel/add)，添加您想要的通知渠道
3. 以 Telegram（电报）为例，点击 “点击连接”，按照提示操作绑定 Telegram
4. 通知渠道出现在列表即为添加成功

<figure><img src="https://1304820899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAin3CChj8WjNONadzBMQ%2Fuploads%2FpmxnOIhWYAs54BwWvXzD%2FGroup%201699%20(1).png?alt=media&#x26;token=40ee2fdb-c9bf-4d16-b429-a245042f5918" alt=""><figcaption></figcaption></figure>

## 第三步：添加监控

1. 鼠标移入左侧列表，选择“EVM钱包监控”，点击添加钱包监控
2. 参考图例按自己需求填写监控表单（下图此示例可监控该钱包在 EVM 链的所有代币行为）<br>

   <table><thead><tr><th width="140">字段</th><th>说明</th></tr></thead><tbody><tr><td>钱包地址</td><td>你要监控的钱包地址</td></tr><tr><td>钱包名称</td><td>钱包地址的备注名称，方便您记忆和管理</td></tr><tr><td>钱包组</td><td>将监控归属于组内，方便后续查看和管理；首次使用需要创建钱包组</td></tr><tr><td>监控类型</td><td><p>可选: </p><p>代币 - 监控该钱包的代币操作（如:转账/收款/合约调用）</p><p>NFT - 监控钱包的 NFT 交易（如:转移/接收/买卖）</p></td></tr><tr><td>通知方式</td><td>监控通知消息将会通过该方式发送</td></tr></tbody></table>

<div align="center"><figure><img src="https://1304820899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAin3CChj8WjNONadzBMQ%2Fuploads%2FJLiSI2XdpHpYfVn1c6gS%2Fimage.png?alt=media&#x26;token=eea4f2a7-cc52-49c5-92d7-7f112c9ba0ca" alt=""><figcaption></figcaption></figure></div>

## 第四步：接收通知

1. 添加成功的监控会以列表形式展示，可以在列表中对监控进行编辑、删除等操作
2. 新添加的监控，可能不会立刻就有通知，只需等待～
3. 一旦有满足监控条件的行为触发，监控通知将会发送到您绑定的通知渠道
4. 在监控历史处也会显示已发送的监控通知，方便查看和管理

<figure><img src="https://1304820899-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAin3CChj8WjNONadzBMQ%2Fuploads%2F6F0mKxwaufwEDSoPHlxB%2FGroup%201706%20(1).png?alt=media&#x26;token=77581724-24e4-48ef-885f-870e9e504012" alt=""><figcaption></figcaption></figure>


---

# 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://alertdog.gitbook.io/home/getting-started/quickstart.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.
