# Pushover

### How to set up Pushover?

1. Log in to [Pushover](https://pushover.net/) to obtain the Pushover <mark style="color:purple;">**Key**</mark>**.**
2. Create an Application in Pushover and obtain the Application <mark style="color:purple;">**Token**</mark>.
3. Enter the Key and Token into the ChainBot platform.

<figure><img src="/files/89RZ0JK4CoH3Yrwe6iMb" alt=""><figcaption></figcaption></figure>

#### How to obtain the Pushover Key and Token

1. After logging into Pushover, you can see the Key on the homepage.

   <figure><img src="/files/JsNnWe8BG3eZPHRf531b" alt=""><figcaption><p>Get your Key and Token from Pushover</p></figcaption></figure>
2. Click "Create an Application/API Token" to create an Application or choose an existing Application.
3. View the Application to see the Token.

   <figure><img src="/files/U6n4NXd5ZOrru2QbVitC" 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/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.
