> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/integrations/discord.md).

# Discord

## Discord Integration

Tab **Tools -> Configuration -> Integrations -> Discord** allows the system to be integrated with the Discord platform and notifications to be sent directly to selected channels.

The integration uses Discord webhooks, which allow the system to automatically publish messages related to:

* security alerts,
* DLP events,
* automation,
* administrative messages,
* other system events.

Discord can serve as an additional notification hub for IT teams, administrators, or security departments.

### Discord Integration Configuration

{% stepper %}
{% step %}

#### Selecting a Discord Channel

In the Discord application, select the channel where messages from the eAuditor system should appear.

Then:

* click the channel edit icon,
* select the option **Edit Channel**.

<div align="left"><figure><img src="/files/20a16376ec2a26527420964c0a1a847042f36190" alt="" width="168"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Creating a Webhook

In the channel settings, go to:

* **Integrations -> Webhooks**

<div align="left"><figure><img src="/files/b126d7a97c10a2f6bca775f5d355d914feda0f61" alt="" width="344"><figcaption></figcaption></figure></div>

Then select:

* **New Webhook**

<div align="left"><figure><img src="/files/f6ca0797fe1f2e1a45a619930d5c8fe52430faaf" alt="" width="345"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

#### Webhook Configuration

When creating a webhook, you should:

* set the webhook name,
* select the target channel,
* optionally set a webhook icon,
* copy the generated webhook URL.

<div align="left"><figure><img src="/files/19e258d378d63dad642b448d0a6b578711087e7a" alt="" width="359"><figcaption></figcaption></figure></div>

This is the address that eAuditor will use to send messages.
{% endstep %}

{% step %}

#### Configuration in eAuditor&#x20;

In the eAuditor Cloud system, go to:

* **Tools -> Configuration -> Integrations -> Discord**

Then:

* select the option **Add Channel**,
* enter the integration name,
* paste the previously copied Discord webhook URL.
  {% endstep %}

{% step %}

#### Saving the Configuration

After confirming the configuration, the integration is ready for use.

From that moment on, the system can automatically send messages to the specified Discord channel.
{% endstep %}
{% endstepper %}

## Summary

The Discord integration enables quick delivery of information about system events to technical and administrative teams. Thanks to webhooks, configuration is simple and does not require installing additional components.

The solution works well wherever teams use Discord as an operational communication channel or notification hub.


---

# 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:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/integrations/discord.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.
