# Integration

To set up integration with your notification service, follow these steps:

1. Navigate to **Settings** -> **Integrations** -> **Notifications**:

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

2. Click <img src="/files/KiLYHfw96GlDcyXrkEUu" alt="" data-size="line"> to create a new integration

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

3. Fill in the required fields:

* **Title** (<mark style="color:red;">required</mark>): The desired name of the integration or service to which the notification is associated.
* **Notification URL** (<mark style="color:red;">required</mark>): URL to which HTTP requests containing notifications are sent. AppSec Portal will use this URL to deliver notifications.
* **Authorization Header** (<mark style="color:orange;">if your service requires authentication</mark>): The name of the HTTP request header in which the authentication token will be placed.
* **Authorization Header Value** (<mark style="color:orange;">if your service requires authentication</mark>): The authentication token, which is placed in the specified header.&#x20;

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

4. Click **Create**

<mark style="background-color:blue;">Once the integration is set up, you can</mark> [<mark style="background-color:blue;">configure the notification criteria and frequency</mark>](/appsec-portal/general-portal-settings/notification-settings/criteria-and-schedule.md)<mark style="background-color:blue;">.</mark>


---

# 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.whitespots.io/appsec-portal/general-portal-settings/notification-settings/integration.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.
