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

# Workflow Integrations

- [Slack](https://docs.halosecurity.com/docs/integrations/workflow-integrations/slack.md): Receive real-time notifications about your attack surface directly in your Slack workspace.
- [Google Chat](https://docs.halosecurity.com/docs/integrations/workflow-integrations/google-chat.md): Receive real-time notifications about your attack surface directly in Google Chat.
- [Jira](https://docs.halosecurity.com/docs/integrations/workflow-integrations/jira.md): Automatically create tickets in Atlassian Jira for streamlined issue remediation.
- [Linear](https://docs.halosecurity.com/docs/integrations/workflow-integrations/linear.md): Automatically create issues in Linear for streamlined vulnerability remediation.
- [Telegram](https://docs.halosecurity.com/docs/integrations/workflow-integrations/telegram.md): Receive real-time alerts directly in your Telegram account.
- [PagerDuty](https://docs.halosecurity.com/docs/integrations/workflow-integrations/pagerduty.md): Receive events in PagerDuty
- [Splunk](https://docs.halosecurity.com/docs/integrations/workflow-integrations/splunk.md): Send Halo Security events directly to your Splunk instance for advanced log analysis and correlation.
- [AWS](https://docs.halosecurity.com/docs/integrations/workflow-integrations/aws.md): Send Halo Security events directly to AWS services for automated response and integration.
- [Vanta](https://docs.halosecurity.com/docs/integrations/workflow-integrations/vanta.md): Automatically manage and track your compliance initiatives with Vanta.
- [Microsoft Teams](https://docs.halosecurity.com/docs/integrations/workflow-integrations/microsoft-teams.md): Receive real-time notifications about your attack surface directly in Microsoft Teams.
- [ArmorCode](https://docs.halosecurity.com/docs/integrations/workflow-integrations/armorcode.md): Import Halo Security assets and vulnerability data into the ArmorCode platform for analysis, triage, and reporting.
- [Power BI](https://docs.halosecurity.com/docs/integrations/workflow-integrations/powerbi.md): Analyze your Halo Security attack surface data in Microsoft Power BI.
- [Zapier](https://docs.halosecurity.com/docs/integrations/workflow-integrations/zapier.md): Integrate with Zapier to connect your Halo Security account to third-party applications.
- [Slack (via Zapier)](https://docs.halosecurity.com/docs/integrations/workflow-integrations/zapier/slack-via-zapier.md): How to connect Halo Security to Slack via Zapier
- [Jira (via Zapier)](https://docs.halosecurity.com/docs/integrations/workflow-integrations/zapier/jira-via-zapier.md): Create Jira issues automatically from Halo Security events using prebuilt Zapier templates.
- [Service Now (via Zapier)](https://docs.halosecurity.com/docs/integrations/workflow-integrations/zapier/service-now-via-zapier.md): Create ServiceNow records automatically from Halo Security events using prebuilt Zapier templates.


---

# 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.halosecurity.com/docs/integrations/workflow-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.
