> For the complete documentation index, see [llms.txt](https://docs.hackenproof.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackenproof.com/welcome/integrations/discord.md).

# Discord

## How the connection HackenProof -> Discord works <a href="#h_ed44c51bfe" id="h_ed44c51bfe"></a>

This guide explains how our discord bot can help companies when they run a bounty program at HackenProof.

As you know, HackenProof uses a ticket-based system that has [different stages of reports](/bug-bounty/reports-basics.md) processing.

Once you connect your bug bounty program to your Discord server, the bot will send notifications about the following:

* new reports (that includes the Program name, Report title, Report severity, and Report URL)
* report status changes
* report severity changes

<figure><img src="https://downloads.intercomcdn.com/i/o/640703336/a3ff16b7792555f695ce9ade/image.png" alt=""><figcaption></figcaption></figure>

<mark style="background-color:purple;">Note! The discord bot will not re-send messages when changes happen. The bot will change the previous message that is related to a specific report.</mark>

### Good to know <a href="#h_8a60312448" id="h_8a60312448"></a>

1. If a company has a few programs, and you want to connect all of them to your discord server, then you need to set up the integration for each program.
2. You can use different discord channels for different programs.


---

# 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://docs.hackenproof.com/welcome/integrations/discord.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.
