summaryrefslogtreecommitdiff
path: root/doc/user/project/integrations/index.md
blob: 5628a9bc5e528f16a6983f15d385115e83f720a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
stage: Create
group: Ecosystem
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
---

# Project integrations **(FREE)**

You can find the available integrations under your project's
**Settings > Integrations** page. You need to have at least
[maintainer permission](../../permissions.md) on the project.

## Integrations

Integrations allow you to integrate GitLab with other applications.
They are a bit like plugins in that they allow a lot of freedom in
adding functionality to GitLab.

Learn more [about integrations](overview.md).

## Project webhooks

Project webhooks allow you to trigger a URL if for example new code is pushed or
a new issue is created. You can configure webhooks to listen for specific events
like pushes, issues or merge requests. GitLab sends a POST request with data
to the webhook URL.

Learn more [about webhooks](webhooks.md).