# Integrations

- [Connecting to Jira Cloud](https://docs.sonarsource.com/sonarqube-server/instance-administration/integrations/jira-cloud.md): Before you can create Jira work items in SonarQube Server, you need to set up your Jira Cloud integration on the SonarQube Server instance and project levels
- [Connecting to Slack](https://docs.sonarsource.com/sonarqube-server/instance-administration/integrations/slack.md): How to connect your SonarQube Server instance to your Slack workspace.
- [Configuring webhooks at global level](https://docs.sonarsource.com/sonarqube-server/instance-administration/integrations/webhooks.md): SonarQube webhooks notify external services when a project analysis is complete.
- [JFrog Evidence Collection](https://docs.sonarsource.com/sonarqube-server/instance-administration/integrations/jfrog-evidence-collection.md): SonarQube Server integrates with JFrog Evidence Collection to provide trusted auditing for software packages.


---

# 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.sonarsource.com/sonarqube-server/instance-administration/integrations.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.
