# Notifications

## Tools

In the Tools tab we can set notifications based on the outcome of the task.&#x20;

![Click tools, the select Discord Webhook Notifications ](/files/-MQ9USjFMz3CSldJQnHI)

## Saving Your Webhook

Copy and paste your webhook url in the **WebHook URL** section. Then type your desired Name for the notifications. Next, check the box for how often you would like to receive notifications from the bot. Once you have checked the boxes click **Attach**.

<div align="left"><img src="/files/-MQ9UkWB8G3ePkkhbxch" alt=""></div>

{% hint style="info" %}
**On Start Up**, will send a webhook as the task begins

**On To Cart**, will send a webhook when an item is added to cart

**On Check Out Complete**, will send a webhook after a successful checkout
{% endhint %}

### Creating a Webhook URL

In order to receive webhooks you will need to create your own server and add a channel. You will need to have already created a Discord Server and added a channel.&#x20;

{% hint style="info" %}
&#x20;If you need assistance in creating a server and channels follow Discords tutorial here <https://support.discord.com/hc/en-us/articles/204849977-How-do-I-create-a-server->
{% endhint %}

With your server setup and a designated channel for your webhook to be received, lets setup your webhook url.&#x20;

<div align="left"><img src="/files/-MQ9_55pSxjz_bhhrqmb" alt=""></div>

First click the small **gear icon**, next to your channel name. Then Select **Integrations** and click **New Webhook.**

![](/files/-MQ9ZXA5J5PkzxFpkdRW)

After you click **New Webhook**, you will have the option to Name the webhook and add an image of your choice.

![](/files/-MQAyUI4LnKlAbQn_iu8)

#### Customized Webhook

Here is an example of a customized webhook. Wheter you chose the genaric image/name or customized, you will need to copy the webhook url. Click **Copy Webhook URL** and paste into the section noted above in **Saving Your Webhook**.

<div align="left"><img src="/files/-MQ9advK6dv0h2dk_29M" alt=""></div>


---

# 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://sneakerninja.gitbook.io/snb/settings/notifications.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.
