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

# Platform Management

- [Overview](https://docs.threatdefence.com/platform-management/platform-overview.md)
- [Platform Components](https://docs.threatdefence.com/platform-management/platform-components.md)
- [Next-Generation SIEM](https://docs.threatdefence.com/platform-management/platform-components/next-generation-siem.md)
- [Endpoint Agent](https://docs.threatdefence.com/platform-management/platform-components/endpoint-agent.md)
- [Network Sensors(NDR)](https://docs.threatdefence.com/platform-management/platform-components/network-sensors-ndr.md): Complete Internal Network Visibility, Threat Detection, and Automated Response
- [Attack Surface Management](https://docs.threatdefence.com/platform-management/platform-components/attack-surface-management.md)
- [Brand Impersonation (DNS)](https://docs.threatdefence.com/platform-management/platform-components/brand-impersonation-dns.md): Domain Protection & Phishing Prevention
- [SIEM Integrations](https://docs.threatdefence.com/platform-management/platform-components/siem-integrations.md)
- [Analyst Console](https://docs.threatdefence.com/platform-management/platform-components/analyst-console.md)
- [Customer Portal](https://docs.threatdefence.com/platform-management/platform-components/customer-portal.md)
- [SecOps AI](https://docs.threatdefence.com/platform-management/platform-components/secops-ai.md)
- [AI Alert Escalator](https://docs.threatdefence.com/platform-management/platform-components/secops-ai/ai-alert-escalator.md)
- [AI Analyst](https://docs.threatdefence.com/platform-management/platform-components/secops-ai/ai-analyst.md)
- [AI Triage Assistant](https://docs.threatdefence.com/platform-management/platform-components/secops-ai/ai-triage-assistant.md)
- [AI Chatbot](https://docs.threatdefence.com/platform-management/platform-components/secops-ai/ai-chatbot.md)
- [User Management](https://docs.threatdefence.com/platform-management/user-management.md): This article describes how to manage users, and their permissions on the ThreatDefence platform.
- [Data Export](https://docs.threatdefence.com/platform-management/data-export.md): Data can be exported from the ThreatDefence platform in two ways. Either as small formatted selections as either CSV JSON from dashboard visualisations, or as large json dumps of raw, optionally filte
- [Managing Integrations](https://docs.threatdefence.com/platform-management/managing-integrations.md): This article covers how to add, update & remove integrations from the ThreatDefence Platform.
- [Public API](https://docs.threatdefence.com/platform-management/public-api.md)
- [Data Source Management and Review](https://docs.threatdefence.com/platform-management/data-source-management-and-review.md)
- [Tenant Inventory](https://docs.threatdefence.com/platform-management/data-source-management-and-review/tenant-inventory.md)
- [Data Source Monitoring](https://docs.threatdefence.com/platform-management/data-source-management-and-review/data-source-monitoring.md)
- [Reporting](https://docs.threatdefence.com/platform-management/reporting.md)
- [On Demand Reporting](https://docs.threatdefence.com/platform-management/reporting/on-demand-reporting.md)
- [Automated Report Scheduler](https://docs.threatdefence.com/platform-management/reporting/report-scheduler.md)
- [Alerting](https://docs.threatdefence.com/platform-management/alerting.md)
- [Email Alerts](https://docs.threatdefence.com/platform-management/alerting/email-alerts.md)
- [Webhook](https://docs.threatdefence.com/platform-management/alerting/webhook.md)
- [PagerDuty](https://docs.threatdefence.com/platform-management/alerting/pagerduty.md)
- [HaloPSA](https://docs.threatdefence.com/platform-management/alerting/halopsa.md)
- [OpsGenie](https://docs.threatdefence.com/platform-management/alerting/opsgenie.md)
- [SysAid](https://docs.threatdefence.com/platform-management/alerting/sysaid.md)
- [Jira](https://docs.threatdefence.com/platform-management/alerting/jira.md)
- [Twilio](https://docs.threatdefence.com/platform-management/alerting/twilio.md)
- [MSP Management](https://docs.threatdefence.com/platform-management/msp-management.md)


---

# 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.threatdefence.com/platform-management.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.
