ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
# Project integrations > 原文:[https://docs.gitlab.com/ee/user/project/integrations/](https://docs.gitlab.com/ee/user/project/integrations/) * [Integrations](#integrations) * [Project webhooks](#project-webhooks) # Project integrations[](#project-integrations "Permalink") 您可以在项目的**设置➔集成**页面下找到可用的集成. 您至少需要对该项目具有[维护者权限](../../permissions.html) . ## Integrations[](#integrations "Permalink") 集成使您可以将 GitLab 与其他应用程序集成. 它们有点像插件,因为它们为 GitLab 添加功能提供了很大的自由度. [Learn more about integrations.](overview.html) ## Project webhooks[](#project-webhooks "Permalink") 通过项目 webhooks,您可以在例如推送新代码或创建新问题时触发 URL. 您可以将 webhook 配置为侦听特定事件,例如推送,问题或合并请求. GitLab 会将带有数据的 POST 请求发送到 webhook URL. [Learn more about webhooks.](webhooks.html)