> For the complete documentation index, see [llms.txt](https://docs.bugbase.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugbase.ai/integrations.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bugbase.ai/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
