2020-10-24 23:57:45 +05:30
---
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/#designated-technical-writers
---
2017-08-17 22:00:37 +05:30
# Project integrations
2017-09-10 17:25:29 +05:30
You can find the available integrations under your project's
**Settings ➔ Integrations** page. You need to have at least
2020-04-22 19:07:51 +05:30
[maintainer permission ](../../permissions.md ) on the project.
2017-08-17 22:00:37 +05:30
2020-04-22 19:07:51 +05:30
## Integrations
2017-08-17 22:00:37 +05:30
2020-04-22 19:07:51 +05:30
Integrations allow you to integrate GitLab with other applications.
2017-08-17 22:00:37 +05:30
They are a bit like plugins in that they allow a lot of freedom in
adding functionality to GitLab.
2020-04-22 19:07:51 +05:30
[Learn more about integrations. ](overview.md )
2017-08-17 22:00:37 +05:30
## 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 will send a POST request with data
to the webhook URL.
[Learn more about webhooks. ](webhooks.md )