# Integrations

- [Supported Integrations](https://docs.bugbase.ai/integrations/supported-integrations.md): Make BugBase a part of your SDLC!
- [Webhooks](https://docs.bugbase.ai/integrations/webhooks.md): Webhooks are Trigger based, notifications will be sent when a particular event occurs
- [JIRA](https://docs.bugbase.ai/integrations/jira.md): JIRA is a project management software that helps teams efficiently manage projects from start to finish. Our cross-sync integration lets you organize all your vulnerabilities data in one place
- [Creating a JIRA Issue](https://docs.bugbase.ai/integrations/jira/creating-a-jira-issue.md): How to create an issue on JIRA from BugBase
- [Slack](https://docs.bugbase.ai/integrations/slack.md): BugBase offers integration with Slack which is trigger based and will send a notification only when an event occurs on your BugBase program.
- [Managing Integration](https://docs.bugbase.ai/integrations/slack/managing-integration.md)
- [Microsoft Teams](https://docs.bugbase.ai/integrations/microsoft-teams.md): Microsoft Teams (MS Teams) is a trigger based integration.
- [Github](https://docs.bugbase.ai/integrations/github.md): You can create issues on Github directly from BugBase
- [Asana](https://docs.bugbase.ai/integrations/asana.md): You can create issues on Asana directly from BugBase
- [Sumo Logic](https://docs.bugbase.ai/integrations/sumo-logic.md): Log Events from BugBase seamlessly using the SumoLogic integration
- [PagerDuty](https://docs.bugbase.ai/integrations/pagerduty.md): PagerDuty Integration enables incidents to be created each time a new report is submitted on BugBase


---

# 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.bugbase.ai/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.
