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

# Operationalizing Nightfall DLP

- [Playbook](https://help.nightfall.ai/operationalizing_nightfall_dlp/playbook.md): Learn how to operationalize NIghtfall Playbook.
- [Informing & Coaching Business Users](https://help.nightfall.ai/operationalizing_nightfall_dlp/coach_users.md): Learn the process of informing and teaching users about Nightfall platform.
- [Alert Management Guiding Principles](https://help.nightfall.ai/operationalizing_nightfall_dlp/alert_guiding_principles.md): Follow Nightfall's best practices for Alert Management and Remediation
- [Integrating with Security Tools](https://help.nightfall.ai/operationalizing_nightfall_dlp/security_tools_integration.md): Learn how you can integrate Nightfall with various security tools.
- [Integrating with SIEM](https://help.nightfall.ai/operationalizing_nightfall_dlp/security_tools_integration/siem.md): Learn how to integrate Nightfall with a SIEM or push violations downstream to any alert drain, SOAR tool, BI tool, and more.
- [Integrating with Microsoft Sentinel](https://help.nightfall.ai/operationalizing_nightfall_dlp/security_tools_integration/siem/microsoft_sentinel.md): Learn how to integrate Nightfall with Microsoft Sentinel.
- [Creating Dashboards for Nightfall Alerts in Splunk](https://help.nightfall.ai/operationalizing_nightfall_dlp/security_tools_integration/splunk.md): Learn how to start creating a dashboard of Nightfall alerts/actions in your Splunk Enterprise/Splunk Cloud environment.
- [Creating Dashboards for Nightfall Alerts in Sumo Logic](https://help.nightfall.ai/operationalizing_nightfall_dlp/security_tools_integration/sumo_logic.md): Learn how to start creating a dashboard of Nightfall alerts/actions in your Sumo Logic environment.
- [Sending Alerts to Microsoft Teams](https://help.nightfall.ai/operationalizing_nightfall_dlp/security_tools_integration/ms_teams.md): Learn how to configure Nightfall to send alerts to Microsoft Teams using email.
- [Frequently Asked Questions (FAQs) for End-Users](https://help.nightfall.ai/operationalizing_nightfall_dlp/faqs_end_users.md): Nightfall  FAQs for end-users


---

# 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://help.nightfall.ai/operationalizing_nightfall_dlp.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.
