# Pushover

### 如何设置 Pushover？

1. 登录 [Pushover](https://pushover.net/)，获取 Pushover 的 <mark style="color:purple;">**Key**</mark>**。**
2. 在 Pushover 中创建一个 Application，并获取该 Application 的 <mark style="color:purple;">**Token**</mark>。
3. 将 Key 和 Token 获取填写到 ChainBot 平台中。

<figure><img src="/files/vYolXujLJvzb8K3kmUYr" alt=""><figcaption></figcaption></figure>

#### 如何获取 Pushover 的 Key 和 Token

1. 登录 Pushover 后，在首页即可看到 Key。

   <figure><img src="/files/NUR4NkHxhYqcziNzCUe3" alt=""><figcaption><p>Get your Key and Token from Pushover</p></figcaption></figure>
2. 点击 “Create an Application/API Token” 创建一个 Application，或者选择一个已存在的 Application。
3. 查看 Application 即可看到 Token。

   <figure><img src="/files/pIBI0DXFtzqzK0PNVosr" alt=""><figcaption><p>Get the Token from your application detail page</p></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://docs.chainbot.io/zh/basic-usage/notify-channels/pushover.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.
