# Linear and Slack

Configure Aikido to send Slack messages and create Linear tickets when new vulnerabilities are found.

Linking your ticket management system and chat solution to Aikido will increase the visibility of new vulnerabilities, allow your team to bring vulnerability management into their development cycle, and increase the transparency for the entire organisation.

## Workflow

**Trigger**: A new vulnerability is detected by Aikido

**Actions**:

* New ticket created in Linear
* Message on Slack

## How to

* [ ] [Set-up Slack integration](/getting-started/chat-and-alerts/slack-notifications.md)
  * [ ] **Optionally**: Send notifications to different channels based on a number of parameters (severity, team): [Send alerts to multiple Slack channels](/getting-started/chat-and-alerts/send-alerts-to-multiple-slack-channels.md)
* [ ] [Set-up Linear](/getting-started/task-management-systems/all-supported-task-trackers/linear.md)
  * [ ] [Enable "Automated Task Creation"](/getting-started/task-management-systems/all-supported-task-trackers/linear.md#id-2-automated-task-creation)


---

# 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://help.aikido.dev/workflows-and-guides/automatically-create-tickets-for-new-vulnerabilities-in-linear-and-get-notified-on-slack.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.
